@raclettejs/workbench 0.1.33-canary.1 → 0.1.33-canary.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/.raclette/backend/raclette.config.js +2 -1
- package/.raclette/frontend/raclette.config.js +2 -1
- package/.raclette/virtual/backend/raclette.config.js +2 -1
- package/.raclette/virtual/frontend/raclette.config.js +2 -1
- package/package.json +3 -3
- package/plugins/pacifico__tags/frontend/widgets/TagListWidget.vue +1 -1
|
@@ -6,7 +6,8 @@ export const racletteConfig = {
|
|
|
6
6
|
"env": {
|
|
7
7
|
"development": {
|
|
8
8
|
"RACLETTE_DEBUG_MODE": true,
|
|
9
|
-
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground"
|
|
9
|
+
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground",
|
|
10
|
+
"RACLETTE_CORE_ABSOLUTE_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/core"
|
|
10
11
|
},
|
|
11
12
|
"production": {}
|
|
12
13
|
},
|
|
@@ -6,7 +6,8 @@ export const racletteConfig = {
|
|
|
6
6
|
"env": {
|
|
7
7
|
"development": {
|
|
8
8
|
"RACLETTE_DEBUG_MODE": true,
|
|
9
|
-
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground"
|
|
9
|
+
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground",
|
|
10
|
+
"RACLETTE_CORE_ABSOLUTE_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/core"
|
|
10
11
|
},
|
|
11
12
|
"production": {}
|
|
12
13
|
},
|
|
@@ -6,7 +6,8 @@ export const racletteConfig = {
|
|
|
6
6
|
"env": {
|
|
7
7
|
"development": {
|
|
8
8
|
"RACLETTE_DEBUG_MODE": true,
|
|
9
|
-
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground"
|
|
9
|
+
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground",
|
|
10
|
+
"RACLETTE_CORE_ABSOLUTE_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/core"
|
|
10
11
|
},
|
|
11
12
|
"production": {}
|
|
12
13
|
},
|
|
@@ -6,7 +6,8 @@ export const racletteConfig = {
|
|
|
6
6
|
"env": {
|
|
7
7
|
"development": {
|
|
8
8
|
"RACLETTE_DEBUG_MODE": true,
|
|
9
|
-
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground"
|
|
9
|
+
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/playground",
|
|
10
|
+
"RACLETTE_CORE_ABSOLUTE_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/core"
|
|
10
11
|
},
|
|
11
12
|
"production": {}
|
|
12
13
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raclettejs/workbench",
|
|
3
|
-
"version": "0.1.33-canary.
|
|
3
|
+
"version": "0.1.33-canary.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "racletteJS Workbench - used to configure your application, for dev and prod",
|
|
6
6
|
"repository": "https://gitlab.com/raclettejs/workbench",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
".": "./index.ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@raclettejs/core": "^0.1.33-canary.
|
|
36
|
+
"@raclettejs/core": "^0.1.33-canary.2",
|
|
37
37
|
"@vueuse/integrations": "14.2.1",
|
|
38
38
|
"fuse.js": "7.1.0",
|
|
39
39
|
"three": "0.183.2",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@emnapi/core": "1.9.2",
|
|
44
44
|
"@emnapi/runtime": "1.9.2",
|
|
45
45
|
"@eslint/js": "9.35.0",
|
|
46
|
-
"@raclettejs/types": "^0.1.33-canary.
|
|
46
|
+
"@raclettejs/types": "^0.1.33-canary.2",
|
|
47
47
|
"@sinclair/typebox": "0.34.48",
|
|
48
48
|
"@types/ramda": "0.31.1",
|
|
49
49
|
"@vueuse/core": "14.2.1",
|
|
@@ -86,7 +86,7 @@ import {
|
|
|
86
86
|
resolveWorkbenchImportSelection,
|
|
87
87
|
} from "@app/lib/jsonTools"
|
|
88
88
|
import ImportSelectionDialog from "@raclettejs/core/orchestrator/components/dataImport/ImportSelectionDialog.vue"
|
|
89
|
-
import ImportSummaryDialog from "@raclettejs/core/orchestrator/components/dataImport/
|
|
89
|
+
import ImportSummaryDialog from "@raclettejs/core/orchestrator/components/dataImport/ImportSummaryDialog.vue"
|
|
90
90
|
const showDeleted = ref(false)
|
|
91
91
|
const { t } = useI18n()
|
|
92
92
|
const showImportDialog = ref(false)
|