@vtj/base 0.8.2 → 0.8.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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,15 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/base",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.3",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "unbuild && npm run dts",
|
|
8
|
-
"test": "vitest run",
|
|
9
|
-
"vitest": "vitest",
|
|
10
|
-
"coverage": "vitest run --coverage",
|
|
11
|
-
"dts": "tsc src/index.ts --target es2020 --moduleResolution Node --outDir temp --declarationDir types --declaration --esModuleInterop"
|
|
12
|
-
},
|
|
13
6
|
"dependencies": {
|
|
14
7
|
"@types/lodash-es": "~4.17.12",
|
|
15
8
|
"@types/numeral": "~2.0.5",
|
|
@@ -26,7 +19,7 @@
|
|
|
26
19
|
"numeral": "~2.0.6",
|
|
27
20
|
"path-to-regexp": "~6.2.1",
|
|
28
21
|
"unbuild": "~2.0.0",
|
|
29
|
-
"vitest": "~1.
|
|
22
|
+
"vitest": "~1.6.0"
|
|
30
23
|
},
|
|
31
24
|
"exports": {
|
|
32
25
|
".": {
|
|
@@ -45,5 +38,12 @@
|
|
|
45
38
|
"publishConfig": {
|
|
46
39
|
"access": "public"
|
|
47
40
|
},
|
|
48
|
-
"gitHead": "
|
|
49
|
-
|
|
41
|
+
"gitHead": "d03843144f07c2d98c1e0c72c8c6eb1117c01722",
|
|
42
|
+
"scripts": {
|
|
43
|
+
"build": "unbuild && npm run dts",
|
|
44
|
+
"test": "vitest run",
|
|
45
|
+
"vitest": "vitest",
|
|
46
|
+
"coverage": "vitest run --coverage",
|
|
47
|
+
"dts": "tsc src/index.ts --target es2020 --moduleResolution Node --outDir temp --declarationDir types --declaration --esModuleInterop"
|
|
48
|
+
}
|
|
49
|
+
}
|