@omnia/tooling-vue 8.0.212-dev → 8.0.213-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 +13 -0
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/internal-do-not-import-from-here/tasks/bundle.js +2 -0
- package/internal-do-not-import-from-here/vite/plugins/OmniaPlugin.js +1 -0
- package/package.json +4 -4
|
@@ -729,6 +729,7 @@ function createVueWebpackConfig(currentEntry, entries, bundleOutputDir, viteHmrO
|
|
|
729
729
|
'typestyle$': 'typestyle/lib.es2015/index.js',
|
|
730
730
|
'vue$': 'vue/dist/vue.runtime.esm-bundler.js',
|
|
731
731
|
'@microsoft/signalr$': '@microsoft/signalr/dist/webworker/signalr.js',
|
|
732
|
+
"@stylexjs/stylex$": $.tooling.utils.root("node_modules/@stylexjs/stylex/lib/es/stylex.mjs")
|
|
732
733
|
}),
|
|
733
734
|
},
|
|
734
735
|
target: ['web', 'es2022'], // Will change ES6 when stop support IE11
|
|
@@ -914,6 +915,7 @@ function getBaseWebpackConfigForManifestMetadata(entry, bundleOutputDir) {
|
|
|
914
915
|
'typestyle$': 'typestyle/lib.es2015/index.js',
|
|
915
916
|
'vue$': 'vue/dist/vue.runtime.esm-bundler.js',
|
|
916
917
|
'@microsoft/signalr': '@microsoft/signalr/dist/webworker/signalr.js',
|
|
918
|
+
"@stylexjs/stylex$": $.tooling.utils.root("node_modules/@stylexjs/stylex/lib/es/stylex.mjs")
|
|
917
919
|
}),
|
|
918
920
|
//mainFields: ['main', 'browser', 'module']
|
|
919
921
|
},
|
|
@@ -23,6 +23,7 @@ function omniaPlugin(options) {
|
|
|
23
23
|
// 'vue-virtual-scroller': 'vue-virtual-scroller/dist/vue-virtual-scroller.esm.js',
|
|
24
24
|
'typestyle': 'typestyle/lib.es2015/index.js',
|
|
25
25
|
'dayjs': 'dayjs/dayjs.min.js',
|
|
26
|
+
"@stylexjs/stylex": "@stylexjs/stylex/lib/es/stylex.mjs"
|
|
26
27
|
// '@tiptap/core': '@tiptap/core/dist/index.js',
|
|
27
28
|
// '@tiptap/pm/state': '@tiptap/pm/state/dist/index.js',
|
|
28
29
|
// '@tiptap/pm/tables': '@tiptap/pm/tabels/dist/index.js',
|
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.213-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.213-dev",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.213-dev",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"vite-plugin-inspect": "0.8.3",
|
|
62
62
|
"appdata-path": "1.0.0",
|
|
63
63
|
"url": "0.11.0",
|
|
64
|
-
"@stylexjs/babel-plugin": "0.
|
|
64
|
+
"@stylexjs/babel-plugin": "0.6.1"
|
|
65
65
|
},
|
|
66
66
|
"bugs": {
|
|
67
67
|
"url": "https://github.com/preciofishbone/OmniaFx/issues"
|