v-dict 1.0.4 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -98,8 +98,8 @@ const { E, map, list } = statusDict
98
98
 
99
99
  /*
100
100
  E: {
101
- ENABLED: ENABLED,
102
- DISABLED: DISABLED
101
+ ENABLED: 'ENABLED',
102
+ DISABLED: 'DISABLED'
103
103
  }
104
104
 
105
105
  map: {
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "v-dict",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "description": "Vue3 Dict Manager",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/xuuui/v-dict"
9
+ },
6
10
  "main": "dist/index.js",
7
11
  "module": "dist/index.mjs",
8
12
  "typings": "dist/index.d.ts",
@@ -18,7 +22,7 @@
18
22
  "dist"
19
23
  ],
20
24
  "keywords": [
21
- "vue",
25
+ "vue3",
22
26
  "dict"
23
27
  ],
24
28
  "author": "",