@be-link/ecs-cli-nodejs 0.0.4 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@be-link/ecs-cli-nodejs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "ECS服务Nodejs客户端",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "rm -rf ./dist && tsc && cp package.json README.md ./dist/",
|
|
48
48
|
"test": "npx jest",
|
|
49
|
-
"gen-doc": "npx typedoc --options typedoc.json",
|
|
50
49
|
"update:major": "standard-version --release-as major",
|
|
51
50
|
"update:minor": "standard-version --release-as minor",
|
|
52
51
|
"update:patch": "standard-version --release-as patch",
|