@raclettejs/workbench 0.1.33-canary.1 → 0.1.33-canary.3
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 +3 -2
- package/.raclette/backend/yarn.lock +4 -11
- package/.raclette/frontend/raclette.config.js +6 -3
- package/.raclette/frontend/yarn.lock +325 -380
- package/.raclette/virtual/backend/raclette.config.js +3 -2
- package/.raclette/virtual/backend/yarn.lock +4 -11
- package/.raclette/virtual/frontend/raclette.config.js +6 -3
- package/.raclette/virtual/frontend/yarn.lock +325 -380
- package/package.json +3 -3
- package/plugins/pacifico__tags/frontend/widgets/TagListWidget.vue +1 -1
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
// This file is auto-generated, do not edit directly
|
|
3
3
|
|
|
4
4
|
export const racletteConfig = {
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "raclette-openstack-billingdashboard-workbench",
|
|
6
6
|
"env": {
|
|
7
7
|
"development": {
|
|
8
8
|
"RACLETTE_DEBUG_MODE": true,
|
|
9
|
-
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/
|
|
9
|
+
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/apps/openstack-billingdashboard",
|
|
10
|
+
"RACLETTE_CORE_ABSOLUTE_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/core"
|
|
10
11
|
},
|
|
11
12
|
"production": {}
|
|
12
13
|
},
|
|
@@ -325,17 +325,10 @@
|
|
|
325
325
|
resolved "https://registry.yarnpkg.com/@lukeed/ms/-/ms-2.0.2.tgz#07f09e59a74c52f4d88c6db5c1054e819538e2a8"
|
|
326
326
|
integrity sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==
|
|
327
327
|
|
|
328
|
-
"@mongodb-js/saslprep@^1.1.9":
|
|
329
|
-
version "1.4.
|
|
330
|
-
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.4.
|
|
331
|
-
integrity sha512-
|
|
332
|
-
dependencies:
|
|
333
|
-
sparse-bitfield "^3.0.3"
|
|
334
|
-
|
|
335
|
-
"@mongodb-js/saslprep@^1.3.0":
|
|
336
|
-
version "1.4.6"
|
|
337
|
-
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.4.6.tgz#2edf5819fa0e69d86059f44d1fe57ae9d7817c12"
|
|
338
|
-
integrity sha512-y+x3H1xBZd38n10NZF/rEBlvDOOMQ6LKUTHqr8R9VkJ+mmQOYtJFxIlkkK8fZrtOiL6VixbOBWMbZGBdal3Z1g==
|
|
328
|
+
"@mongodb-js/saslprep@^1.1.9", "@mongodb-js/saslprep@^1.3.0":
|
|
329
|
+
version "1.4.8"
|
|
330
|
+
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.4.8.tgz#f978459b1c213a2d806fea0e02a03e9d7086b985"
|
|
331
|
+
integrity sha512-kpjr2jy2w71w0oqAMI8oibBmiF9lXxWkEQs5gMkW4hVE48bsqINGLxnCSYW62ck/NHXJQpQEfA9WlJ1sY0eqBg==
|
|
339
332
|
dependencies:
|
|
340
333
|
sparse-bitfield "^3.0.3"
|
|
341
334
|
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
// This file is auto-generated, do not edit directly
|
|
3
3
|
|
|
4
4
|
export const racletteConfig = {
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "raclette-openstack-billingdashboard-workbench",
|
|
6
6
|
"env": {
|
|
7
7
|
"development": {
|
|
8
8
|
"RACLETTE_DEBUG_MODE": true,
|
|
9
|
-
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/
|
|
9
|
+
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/apps/openstack-billingdashboard",
|
|
10
|
+
"RACLETTE_CORE_ABSOLUTE_PATH": "/home/thesilverfisch/Work/Projects/pacifico/PublicRaclette/core-dev/@raclettejs/core"
|
|
10
11
|
},
|
|
11
12
|
"production": {}
|
|
12
13
|
},
|
|
@@ -18,7 +19,9 @@ export const racletteConfig = {
|
|
|
18
19
|
"framework": "vue",
|
|
19
20
|
"i18n": {
|
|
20
21
|
"locales": [
|
|
21
|
-
"
|
|
22
|
+
"sk",
|
|
23
|
+
"en-EU",
|
|
24
|
+
"de-DE"
|
|
22
25
|
],
|
|
23
26
|
"priorities": {
|
|
24
27
|
"app": 10,
|