@geode/opengeodeweb-front 9.7.1-rc.3 → 9.7.1-rc.4
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.
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { useAppConfig } from "nuxt/app"
|
|
2
|
-
|
|
3
1
|
export async function upload_file(
|
|
4
2
|
{ route, file },
|
|
5
3
|
{ request_error_function, response_function, response_error_function } = {},
|
|
6
4
|
) {
|
|
7
|
-
console.log("upload_file", route, file)
|
|
8
5
|
const feedback_store = use_feedback_store()
|
|
9
6
|
const geode_store = use_geode_store()
|
|
10
7
|
if (!(file instanceof File)) {
|
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"eslint-plugin-vuetify": "^2.5.2",
|
|
21
21
|
"happy-dom": "^17.4.6",
|
|
22
22
|
"jsdom": "^26.1.0",
|
|
23
|
+
"nuxt": "^3.13.2",
|
|
23
24
|
"playwright-core": "^1.52.0",
|
|
24
25
|
"prettier": "3.3.3",
|
|
25
26
|
"resize-observer-polyfill": "^1.5.1",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
},
|
|
34
35
|
"description": "OpenSource Vue/Vuetify framework for web applications",
|
|
35
36
|
"type": "module",
|
|
36
|
-
"version": "9.7.1-rc.
|
|
37
|
+
"version": "9.7.1-rc.4",
|
|
37
38
|
"main": "./nuxt.config.js",
|
|
38
39
|
"dependencies": {
|
|
39
40
|
"@geode/opengeodeweb-back": "5.7.0",
|