hoeditor-web 3.0.0 → 3.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hoeditor-web",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.umd.js",
6
6
  "typings": "types/index.d.ts",
@@ -16,10 +16,10 @@
16
16
  "lib:report": "vue-cli-service build --inline-lib --dest lib --report --report-json --target lib --name hoeditor src/index.ts",
17
17
  "libts": "tsc --emitDeclarationOnly -p tsconfig.prod.json",
18
18
  "publishs": "npm publish .",
19
- "lib:major": "npm version major && npm run createDoc && npm run createVersion && npm run lib",
20
- "lib:minor": "npm version minor && npm run createDoc && npm run createVersion && npm run lib",
21
- "lib:patch": "npm version patch && npm run createDoc && npm run createVersion && npm run lib",
22
- "lib:publish": "npm version patch && npm run createVersion && npm run lib",
19
+ "lib:major": "npm version major && npm run createVersion && npm run lib",
20
+ "lib:minor": "npm version minor && npm run createVersion && npm run lib",
21
+ "lib:patch": "npm version patch && npm run createVersion && npm run lib",
22
+ "lib:publish": "npm version patch && npm run createDoc && npm run createVersion && npm run lib",
23
23
  "createVersion": "node ./gen-version.js",
24
24
  "libEmr": "vue-cli-service build -inline-vue --dest ../../../emr/EmrTemplatesManage/web/node_modules/hoeditor-web/lib --target lib --report --report-json --name hoeditor src/index.ts"
25
25
  },