+1
-1
@@ -5,3 +5,3 @@ # Changelog | ||
| ### [1.0.2](https://github.com/xjq7/lc-helper/compare/v1.0.1...v1.0.2) (2022-12-09) | ||
| ### [1.0.3](https://github.com/xjq7/lc-helper/compare/v1.0.1...v1.0.3) (2022-12-09) | ||
@@ -8,0 +8,0 @@ |
| { | ||
| "name": "lchl", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "", | ||
@@ -8,4 +8,5 @@ "bin": "dist/.bin/cli.js", | ||
| "scripts": { | ||
| "start": "ts-node index.ts", | ||
| "compile": "tsc" | ||
| "dev": "ts-node test.ts", | ||
| "compile": "tsc", | ||
| "release": "tsc && standard-version" | ||
| }, | ||
@@ -12,0 +13,0 @@ "repository": { |
@@ -25,5 +25,4 @@ "use strict"; | ||
| ctx.authConfig.access_token = access_token; | ||
| console.log(`access_token: ${access_token}`); | ||
| }); | ||
| } | ||
| exports.default = default_1; |
+2
-2
| { | ||
| "name": "lchl", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "", | ||
@@ -10,3 +10,3 @@ "bin": "dist/.bin/cli.js", | ||
| "compile": "tsc", | ||
| "release": "standard-version" | ||
| "release": "tsc && standard-version" | ||
| }, | ||
@@ -13,0 +13,0 @@ "repository": { |
132988
0.03%1754
-0.06%