@piying/view-vue 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@piying/view-vue",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "Piying view For Vue;Valibot to Component",
5
5
  "type": "module",
6
6
  "homepage": "https://piying-org.github.io/website/docs/client/intro",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "license": "MIT",
38
38
  "dependencies": {
39
- "@piying/view-core": "^1.3.1",
39
+ "@piying/view-core": "^1.3.3",
40
40
  "fast-equals": "^5.2.2",
41
41
  "rfdc": "^1.4.1",
42
42
  "static-injector": "^6.1.2"
package/readme.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## start
8
8
 
9
9
  - npm i
10
- - npm run create-view-core
10
+ - npm run build:core
11
11
 
12
12
  ## test
13
13