@model-w/preset-nuxt3 2023.7.2 → 2024.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/index.ts +1 -1
- package/package.json +7 -7
package/index.ts
CHANGED
|
@@ -238,7 +238,7 @@ export function defineModelWConfig(
|
|
|
238
238
|
env.get({ name: "NUXT_API_URL", buildDefault: "http://localhost" });
|
|
239
239
|
|
|
240
240
|
const proxyTarget =
|
|
241
|
-
|
|
241
|
+
apiUrl ||
|
|
242
242
|
env.get({
|
|
243
243
|
name: "NUXT_PROXY_OPTIONS_TARGET",
|
|
244
244
|
buildDefault: "http://localhost",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@model-w/preset-nuxt3",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2024.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Preset of Nuxt3 for ModelW",
|
|
6
6
|
"license": "WTFPL",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": "
|
|
36
|
+
"node": "20.x"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@model-w/axios": "1.x",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@model-w/sentry": "1.x",
|
|
42
42
|
"@vuelidate/core": "2.0.x",
|
|
43
43
|
"@vuelidate/validators": "2.0.x",
|
|
44
|
-
"nuxt": "3.
|
|
45
|
-
"sass": "1.
|
|
46
|
-
"vite-svg-loader": "
|
|
47
|
-
"vue": "3.
|
|
44
|
+
"nuxt": "3.10.x",
|
|
45
|
+
"sass": "1.71.x",
|
|
46
|
+
"vite-svg-loader": "5.1.x",
|
|
47
|
+
"vue": "3.4.x"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"defu": "^6.1.
|
|
50
|
+
"defu": "^6.1.4"
|
|
51
51
|
}
|
|
52
52
|
}
|