@nsshunt/stsutils 1.16.26 → 1.16.27
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsutils",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.27",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/stsutils.umd.js",
|
|
6
6
|
"module": "./dist/stsutils.mjs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"scripts": {
|
|
33
33
|
"lint": "eslint . --ext js,jsx,ts,tsx",
|
|
34
34
|
"lintex": "eslint . --ext js,jsx,ts,tsx --fix",
|
|
35
|
-
"test": "vitest run --reporter verbose --
|
|
35
|
+
"test": "vitest run --reporter verbose --pool forks",
|
|
36
36
|
"test2": "jest --detectOpenHandles --no-cache",
|
|
37
37
|
"testwatch": "jest --watchAll --detectOpenHandles --no-cache",
|
|
38
38
|
"build": "tsc && vite build",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@tsconfig/node20": "^20.1.2",
|
|
43
43
|
"@types/debug": "^4.1.12",
|
|
44
|
-
"@types/node": "^20.10.
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^6.13.
|
|
46
|
-
"@typescript-eslint/parser": "^6.13.
|
|
44
|
+
"@types/node": "^20.10.4",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
46
|
+
"@typescript-eslint/parser": "^6.13.2",
|
|
47
47
|
"eslint": "^8.55.0",
|
|
48
|
-
"rollup-plugin-visualizer": "^5.
|
|
49
|
-
"typescript": "^5.3.
|
|
50
|
-
"vite": "^5.0.
|
|
51
|
-
"vitest": "^0.
|
|
48
|
+
"rollup-plugin-visualizer": "^5.11.0",
|
|
49
|
+
"typescript": "^5.3.3",
|
|
50
|
+
"vite": "^5.0.7",
|
|
51
|
+
"vitest": "^1.0.4"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"ajv": "^8.12.0"
|