proxy-vir 2.0.1 → 2.0.2
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 +38 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proxy-vir",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "An easier Proxy.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"proxy",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"name": "electrovir",
|
|
22
22
|
"url": "https://github.com/electrovir"
|
|
23
23
|
},
|
|
24
|
+
"sideEffects": false,
|
|
24
25
|
"type": "module",
|
|
25
26
|
"main": "dist/index.js",
|
|
26
27
|
"module": "dist/index.js",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
"publish": "virmator publish npm run test:all",
|
|
34
35
|
"start": "virmator frontend",
|
|
35
36
|
"test": "virmator test web",
|
|
36
|
-
"test:all": "npm run compile &&
|
|
37
|
+
"test:all": "npm run compile && runstorm --names tests,spelling,format,docs,deps,lint \"npm run test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\"",
|
|
37
38
|
"test:deps": "virmator deps check",
|
|
38
39
|
"test:docs": "virmator docs check",
|
|
39
40
|
"test:format": "virmator format check",
|
|
@@ -41,49 +42,50 @@
|
|
|
41
42
|
"test:spelling": "virmator spellcheck"
|
|
42
43
|
},
|
|
43
44
|
"dependencies": {
|
|
44
|
-
"@augment-vir/assert": "^31.
|
|
45
|
-
"@augment-vir/common": "^31.
|
|
45
|
+
"@augment-vir/assert": "^31.59.3",
|
|
46
|
+
"@augment-vir/common": "^31.59.3"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
|
-
"@augment-vir/test": "^31.
|
|
49
|
-
"@eslint/eslintrc": "^3.
|
|
50
|
-
"@eslint/js": "^9.
|
|
51
|
-
"@stylistic/eslint-plugin": "^
|
|
52
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
54
|
-
"@web/dev-server-esbuild": "^1.0.
|
|
55
|
-
"@web/test-runner": "^0.
|
|
49
|
+
"@augment-vir/test": "^31.59.3",
|
|
50
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
51
|
+
"@eslint/js": "^9.39.2",
|
|
52
|
+
"@stylistic/eslint-plugin": "^5.7.1",
|
|
53
|
+
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
55
|
+
"@web/dev-server-esbuild": "^1.0.5",
|
|
56
|
+
"@web/test-runner": "^0.20.2",
|
|
56
57
|
"@web/test-runner-commands": "^0.9.0",
|
|
57
|
-
"@web/test-runner-playwright": "^0.11.
|
|
58
|
+
"@web/test-runner-playwright": "^0.11.1",
|
|
58
59
|
"@web/test-runner-visual-regression": "^0.10.0",
|
|
59
|
-
"cspell": "^
|
|
60
|
-
"dependency-cruiser": "^
|
|
61
|
-
"esbuild": "^0.
|
|
62
|
-
"eslint": "^9.
|
|
63
|
-
"eslint-config-prettier": "^
|
|
64
|
-
"eslint-plugin-jsdoc": "^
|
|
60
|
+
"cspell": "^9.6.4",
|
|
61
|
+
"dependency-cruiser": "^17.3.8",
|
|
62
|
+
"esbuild": "^0.27.3",
|
|
63
|
+
"eslint": "^9.39.2",
|
|
64
|
+
"eslint-config-prettier": "^10.1.8",
|
|
65
|
+
"eslint-plugin-jsdoc": "^62.5.4",
|
|
65
66
|
"eslint-plugin-monorepo-cop": "^1.0.2",
|
|
66
|
-
"eslint-plugin-playwright": "^2.1
|
|
67
|
-
"eslint-plugin-prettier": "^5.
|
|
67
|
+
"eslint-plugin-playwright": "^2.5.1",
|
|
68
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
68
69
|
"eslint-plugin-require-extensions": "^0.1.3",
|
|
69
|
-
"eslint-plugin-sonarjs": "^3.0.
|
|
70
|
-
"eslint-plugin-unicorn": "^
|
|
70
|
+
"eslint-plugin-sonarjs": "^3.0.6",
|
|
71
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
71
72
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
72
73
|
"markdown-code-example-inserter": "^3.0.3",
|
|
73
|
-
"npm-check-updates": "^
|
|
74
|
+
"npm-check-updates": "^19.3.2",
|
|
74
75
|
"prettier": "^3.4.2",
|
|
75
|
-
"prettier-plugin-interpolated-html-tags": "^2.0.
|
|
76
|
-
"prettier-plugin-jsdoc": "^1.
|
|
77
|
-
"prettier-plugin-multiline-arrays": "^
|
|
78
|
-
"prettier-plugin-organize-imports": "^4.
|
|
79
|
-
"prettier-plugin-packagejson": "^
|
|
80
|
-
"prettier-plugin-sort-json": "^4.
|
|
81
|
-
"prettier-plugin-toml": "^2.0.
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"typescript
|
|
86
|
-
"
|
|
76
|
+
"prettier-plugin-interpolated-html-tags": "^2.0.1",
|
|
77
|
+
"prettier-plugin-jsdoc": "^1.8.0",
|
|
78
|
+
"prettier-plugin-multiline-arrays": "^4.1.3",
|
|
79
|
+
"prettier-plugin-organize-imports": "^4.3.0",
|
|
80
|
+
"prettier-plugin-packagejson": "^3.0.0",
|
|
81
|
+
"prettier-plugin-sort-json": "^4.2.0",
|
|
82
|
+
"prettier-plugin-toml": "^2.0.6",
|
|
83
|
+
"runstorm": "^1.0.0",
|
|
84
|
+
"type-fest": "^5.4.4",
|
|
85
|
+
"typedoc": "^0.28.16",
|
|
86
|
+
"typescript": "^5.9.3",
|
|
87
|
+
"typescript-eslint": "^8.54.0",
|
|
88
|
+
"virmator": "^14.5.1"
|
|
87
89
|
},
|
|
88
90
|
"engines": {
|
|
89
91
|
"node": ">=22"
|