@antdv-next1/pro-field 1.0.3 → 1.0.5

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@antdv-next1/pro-field",
3
3
  "type": "module",
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "description": "@antdv-next1/pro-field",
6
6
  "sideEffects": [
7
7
  "./dist/pro-field.esm.js",
@@ -32,14 +32,6 @@
32
32
  "dist",
33
33
  "package.json"
34
34
  ],
35
- "scripts": {
36
- "build": "run-s build:esm build:vite:parallel",
37
- "build:esm": "tsdown --config-loader unrun",
38
- "build:vite:parallel": "run-p build:umd build:full-esm",
39
- "build:full-esm": "vite build --config ./vite.esm.config.ts",
40
- "build:umd": "vite build",
41
- "prepublish": "pnpm build"
42
- },
43
35
  "browserslist": [
44
36
  "last 2 versions",
45
37
  "Firefox ESR",
@@ -51,14 +43,22 @@
51
43
  "vue": ">=3.5.30"
52
44
  },
53
45
  "dependencies": {
54
- "@antdv-next1/pro-provider": "1.0.1",
55
- "@antdv-next1/pro-utils": "1.0.5",
56
- "swrv": "^1.2.0"
46
+ "swrv": "^1.2.0",
47
+ "@antdv-next1/pro-utils": "1.0.7",
48
+ "@antdv-next1/pro-provider": "1.0.2"
57
49
  },
58
50
  "publishConfig": {
59
51
  "access": "public"
60
52
  },
61
53
  "authors": [
62
54
  "Song Chao <archiesongqd@gmail.com> (https://github.com/asuradaSong)"
63
- ]
64
- }
55
+ ],
56
+ "scripts": {
57
+ "build": "run-s build:esm build:vite:parallel",
58
+ "build:esm": "tsdown --config-loader unrun",
59
+ "build:vite:parallel": "run-p build:umd build:full-esm",
60
+ "build:full-esm": "vite build --config ./vite.esm.config.ts",
61
+ "build:umd": "vite build",
62
+ "prepublish": "pnpm build"
63
+ }
64
+ }