@be-link/pos-cli-nodejs 1.0.113 → 1.0.114

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.
Files changed (1) hide show
  1. package/package.json +11 -12
package/package.json CHANGED
@@ -1,18 +1,8 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.113",
3
+ "version": "1.0.114",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
- "scripts": {
7
- "build": "rm -rf ./dist && tsc && cp package.json README.md ./dist/",
8
- "test": "npx jest",
9
- "gen-doc": "npx typedoc --options typedoc.json",
10
- "update:major": "standard-version --release-as major",
11
- "update:minor": "standard-version --release-as minor",
12
- "update:patch": "standard-version --release-as patch",
13
- "update:beta": "standard-version --prerelease beta",
14
- "publish": "ts-node ./ci/index"
15
- },
16
6
  "repository": {
17
7
  "type": "git",
18
8
  "url": "git+https://github.com/snowmountain-top/pos-cli-nodejs.git"
@@ -52,5 +42,14 @@
52
42
  "vitality-meta": "1.0.197",
53
43
  "@be-link/cs-cli-nodejs": "0.1.97",
54
44
  "lodash": "4.17.21"
45
+ },
46
+ "scripts": {
47
+ "build": "rm -rf ./dist && tsc && cp package.json README.md ./dist/",
48
+ "test": "npx jest",
49
+ "gen-doc": "npx typedoc --options typedoc.json",
50
+ "update:major": "standard-version --release-as major",
51
+ "update:minor": "standard-version --release-as minor",
52
+ "update:patch": "standard-version --release-as patch",
53
+ "update:beta": "standard-version --prerelease beta"
55
54
  }
56
- }
55
+ }