zova 5.0.237 → 5.1.3

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/dist/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from 'zova-core';
2
2
  export * from 'zova-shared';
3
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from 'zova-core';
2
2
  export * from 'zova-shared';
3
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,47 +1,50 @@
1
1
  {
2
2
  "name": "zova",
3
- "version": "5.0.237",
3
+ "version": "5.1.3",
4
+ "gitHead": "5517baba5865ac348af5be8e3a0f7506b0a67f9c",
4
5
  "description": "A vue3 framework with ioc",
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
- "type": "module",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "default": "./dist/index.js"
13
- },
14
- "./*": "./*"
15
- },
16
- "files": [
17
- "dist",
18
- "src"
19
- ],
20
- "author": "zhennann",
21
- "license": "MIT",
22
6
  "keywords": [
23
- "vue3",
24
7
  "ioc",
8
+ "vue3",
25
9
  "zova"
26
10
  ],
11
+ "homepage": "https://github.com/cabloy/zova#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/cabloy/zova/issues"
14
+ },
15
+ "license": "MIT",
16
+ "author": "zhennann",
27
17
  "repository": {
28
18
  "type": "git",
29
19
  "url": "git+https://github.com/cabloy/zova.git"
30
20
  },
31
- "homepage": "https://github.com/cabloy/zova#readme",
32
- "bugs": {
33
- "url": "https://github.com/cabloy/zova/issues"
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "type": "module",
25
+ "exports": {
26
+ ".": {
27
+ "types": [
28
+ "./src/index.ts",
29
+ "./dist/index.d.ts"
30
+ ],
31
+ "default": "./dist/index.js"
32
+ },
33
+ "./package.json": "./package.json"
34
+ },
35
+ "publishConfig": {
36
+ "access": "public"
34
37
  },
35
38
  "scripts": {
36
- "lint": "eslint .",
37
- "clean": "tsc -b --clean",
38
- "tsc:publish": "npm run clean && tsc -b",
39
- "prepublishOnly": "npm run tsc:publish"
39
+ "clean": "rimraf dist tsconfig.tsbuildinfo",
40
+ "tsc:publish": "npm run clean && vona :bin:buildGeneral && tsc",
41
+ "prepublishOnly": "npm run tsc:publish",
42
+ "prepack": "clean-package",
43
+ "postpack": "clean-package restore"
40
44
  },
41
45
  "dependencies": {
42
- "zova-core": "^5.0.185",
43
- "zova-shared": "^1.0.7",
44
- "zova-suite-a-zova": "^5.0.128"
45
- },
46
- "gitHead": "bbbf8972b8478680415882fbd8da4c1d02f8cec4"
46
+ "zova-core": "^5.1.2",
47
+ "zova-shared": "^1.1.2",
48
+ "zova-suite-a-zova": "^5.1.2"
49
+ }
47
50
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
package/src/index.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from 'zova-core';
2
- export * from 'zova-shared';