From 0b8e18bf6a165211cfa3889b04104a94e52d9fd0 Mon Sep 17 00:00:00 2001 From: Technote Date: Fri, 9 Dec 2022 22:35:44 +0900 Subject: [PATCH 1/3] chore: update packages --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 711fecc..27e685e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@rollup/plugin-typescript": "^10.0.1", "@sindresorhus/tsconfig": "^3.0.1", "@textlint/ast-node-types": "^12.2.2", - "@types/node": "^18.11.11", + "@types/node": "^18.11.12", "@typescript-eslint/eslint-plugin": "^5.46.0", "@typescript-eslint/parser": "^5.46.0", "@vitest/coverage-c8": "^0.25.6", diff --git a/yarn.lock b/yarn.lock index 1de5543..7209dd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -405,10 +405,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@^18.11.11": - version "18.11.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc" - integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g== +"@types/node@*", "@types/node@^18.11.12": + version "18.11.12" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.12.tgz#89e7f8aa8c88abf432f9bd594888144d7dba10aa" + integrity sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg== "@types/node@^14.0.0": version "14.18.34" From ff14dc1ec784eacd7e88bef538be4dc667ebdc51 Mon Sep 17 00:00:00 2001 From: Technote Date: Fri, 9 Dec 2022 22:36:26 +0900 Subject: [PATCH 2/3] fix: export constant value --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 673f463..9c4a2d8 100755 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,7 @@ export { CLOSING_COMMENT, CHECK_OPENING_COMMENT, CHECK_CLOSING_COMMENT, + CHECK_SKIP_COMMENT, DEFAULT_TITLE, MARKDOWN_EXTENSIONS, IGNORED_DIRS, From afcdac5eb3c3f9e9df022d4f7fc4ad33b789342a Mon Sep 17 00:00:00 2001 From: Technote Date: Fri, 9 Dec 2022 22:38:51 +0900 Subject: [PATCH 3/3] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27e685e..7600145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/doctoc", - "version": "2.6.0", + "version": "2.6.1", "description": "Generates TOC for markdown files of local git repo.", "keywords": [ "github",