@omnia/tooling-vue 8.0.209-dev → 8.0.211-dev
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/internal-do-not-import-from-here/config/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/config/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +40 -1
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/internal-do-not-import-from-here/tasks/vendor.js +4 -4
- package/package.json +3 -3
|
@@ -179,7 +179,7 @@ $.webpack({
|
|
|
179
179
|
"lodash.isequal",
|
|
180
180
|
"typestyle",
|
|
181
181
|
"csx",
|
|
182
|
-
"zepto-webpack",
|
|
182
|
+
// "zepto-webpack",
|
|
183
183
|
"mousetrap",
|
|
184
184
|
"mousetrap-global-bind",
|
|
185
185
|
"dayjs",
|
|
@@ -199,7 +199,7 @@ $.webpack({
|
|
|
199
199
|
"dayjs/locale/fi.js",
|
|
200
200
|
"dayjs/locale/es.js",
|
|
201
201
|
"dayjs/locale/nl.js",
|
|
202
|
-
"./wwwroot/scripts/zepto.extras.js",
|
|
202
|
+
// "./wwwroot/scripts/zepto.extras.js",
|
|
203
203
|
// "@material/material-color-utilities"
|
|
204
204
|
]
|
|
205
205
|
},
|
|
@@ -336,7 +336,7 @@ $.webpack({
|
|
|
336
336
|
"lodash.isequal",
|
|
337
337
|
"typestyle",
|
|
338
338
|
"csx",
|
|
339
|
-
"zepto-webpack",
|
|
339
|
+
// "zepto-webpack",
|
|
340
340
|
"mousetrap",
|
|
341
341
|
"mousetrap-global-bind",
|
|
342
342
|
"dayjs",
|
|
@@ -352,7 +352,7 @@ $.webpack({
|
|
|
352
352
|
"dayjs/locale/lv.js",
|
|
353
353
|
"dayjs/locale/lt.js",
|
|
354
354
|
"dayjs/locale/sv.js",
|
|
355
|
-
"./wwwroot/scripts/zepto.extras.js",
|
|
355
|
+
// "./wwwroot/scripts/zepto.extras.js",
|
|
356
356
|
// "@material/material-color-utilities"
|
|
357
357
|
]
|
|
358
358
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-vue",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.211-dev",
|
|
5
5
|
"description": "Used to bundle and serve manifests web component that build on Vue framework.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"author": "Precio Fishbone",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx-models": "8.0.
|
|
23
|
-
"@omnia/tooling-composers": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.211-dev",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.211-dev",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|