@nemigo/configs 2.3.6 → 2.4.0
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/dist/vite/proxy.d.ts +1 -1
- package/package.json +8 -12
package/dist/vite/proxy.d.ts
CHANGED
|
@@ -45,4 +45,4 @@ export interface ViteProxyConfigOptions {
|
|
|
45
45
|
*
|
|
46
46
|
* @see https://vite.dev/config/server-options.html#server-proxy
|
|
47
47
|
*/
|
|
48
|
-
export declare const defineViteProxyConfig: (options: ViteProxyConfigOptions) => ProxyOptions
|
|
48
|
+
export declare const defineViteProxyConfig: (options: ViteProxyConfigOptions) => Record<string, ProxyOptions>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nemigo/configs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": {
|
|
@@ -27,10 +27,6 @@
|
|
|
27
27
|
"types": "./dist/eslint/index.d.ts",
|
|
28
28
|
"default": "./dist/eslint/index.js"
|
|
29
29
|
},
|
|
30
|
-
"./eslint/types": {
|
|
31
|
-
"types": "./dist/eslint/types.d.ts",
|
|
32
|
-
"default": "./dist/eslint/types.js"
|
|
33
|
-
},
|
|
34
30
|
"./prettier": {
|
|
35
31
|
"types": "./dist/prettier/index.d.ts",
|
|
36
32
|
"default": "./dist/prettier/index.js"
|
|
@@ -61,10 +57,10 @@
|
|
|
61
57
|
"peerDependencies": {
|
|
62
58
|
"@sveltejs/vite-plugin-svelte": ">=6.2.0",
|
|
63
59
|
"eslint": ">=9.39.0",
|
|
64
|
-
"prettier": ">=3.
|
|
65
|
-
"svelte": ">=5.
|
|
66
|
-
"vite": ">=7.
|
|
67
|
-
"vitest": ">=4.
|
|
60
|
+
"prettier": ">=3.7.0",
|
|
61
|
+
"svelte": ">=5.46.0",
|
|
62
|
+
"vite": ">=7.3.0",
|
|
63
|
+
"vitest": ">=4.2.0"
|
|
68
64
|
},
|
|
69
65
|
"peerDependenciesMeta": {
|
|
70
66
|
"@sveltejs/vite-plugin-svelte": {
|
|
@@ -90,9 +86,9 @@
|
|
|
90
86
|
"eslint-plugin-unicorn": "62.0.0",
|
|
91
87
|
"globals": "16.5.0",
|
|
92
88
|
"prettier-plugin-css-order": "2.1.2",
|
|
93
|
-
"prettier-plugin-multiline-arrays": "4.
|
|
94
|
-
"prettier-plugin-svelte": "3.4.
|
|
89
|
+
"prettier-plugin-multiline-arrays": "4.1.1",
|
|
90
|
+
"prettier-plugin-svelte": "3.4.1",
|
|
95
91
|
"prettier-plugin-tailwindcss": "0.7.2",
|
|
96
|
-
"typescript-eslint": "8.
|
|
92
|
+
"typescript-eslint": "8.50.0"
|
|
97
93
|
}
|
|
98
94
|
}
|