@hybridly/vite 0.2.0 → 0.3.0
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/dist/index.cjs +6 -0
- package/dist/index.mjs +6 -0
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -332,6 +332,7 @@ function getLaravelOptions(options, config) {
|
|
|
332
332
|
const HybridlyImports = {
|
|
333
333
|
"hybridly/vue": [
|
|
334
334
|
"useProperty",
|
|
335
|
+
"useRefinements",
|
|
335
336
|
"useProperties",
|
|
336
337
|
"useBackForward",
|
|
337
338
|
"useContext",
|
|
@@ -481,6 +482,11 @@ function getVueOptions(options) {
|
|
|
481
482
|
base: null,
|
|
482
483
|
includeAbsolute: false
|
|
483
484
|
}
|
|
485
|
+
},
|
|
486
|
+
script: {
|
|
487
|
+
globalTypeFiles: [
|
|
488
|
+
path__default.resolve(".hybridly/back-end.d.ts")
|
|
489
|
+
]
|
|
484
490
|
}
|
|
485
491
|
},
|
|
486
492
|
options.vue ?? {},
|
package/dist/index.mjs
CHANGED
|
@@ -314,6 +314,7 @@ function getLaravelOptions(options, config) {
|
|
|
314
314
|
const HybridlyImports = {
|
|
315
315
|
"hybridly/vue": [
|
|
316
316
|
"useProperty",
|
|
317
|
+
"useRefinements",
|
|
317
318
|
"useProperties",
|
|
318
319
|
"useBackForward",
|
|
319
320
|
"useContext",
|
|
@@ -463,6 +464,11 @@ function getVueOptions(options) {
|
|
|
463
464
|
base: null,
|
|
464
465
|
includeAbsolute: false
|
|
465
466
|
}
|
|
467
|
+
},
|
|
468
|
+
script: {
|
|
469
|
+
globalTypeFiles: [
|
|
470
|
+
path.resolve(".hybridly/back-end.d.ts")
|
|
471
|
+
]
|
|
466
472
|
}
|
|
467
473
|
},
|
|
468
474
|
options.vue ?? {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybridly/vite",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Vite plugin for Hybridly",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hybridly",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"vue": "^3.2.45"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@vitejs/plugin-vue": "^4.1
|
|
42
|
+
"@vitejs/plugin-vue": "^4.2.1",
|
|
43
43
|
"fast-glob": "^3.2.12",
|
|
44
44
|
"laravel-vite-plugin": "^0.7.4",
|
|
45
45
|
"local-pkg": "^0.4.3",
|
|
46
46
|
"throttle-debounce": "^5.0.0",
|
|
47
|
-
"unplugin-auto-import": "^0.15.
|
|
47
|
+
"unplugin-auto-import": "^0.15.3",
|
|
48
48
|
"unplugin-icons": "^0.16.1",
|
|
49
49
|
"unplugin-vue-components": "^0.24.1",
|
|
50
50
|
"vite-plugin-run": "^0.4.1",
|
|
51
|
-
"@hybridly/core": "0.
|
|
51
|
+
"@hybridly/core": "0.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@iconify/json": "^2.2.
|
|
55
|
-
"rollup": "^3.
|
|
56
|
-
"vite": "^4.
|
|
54
|
+
"@iconify/json": "^2.2.62",
|
|
55
|
+
"rollup": "^3.21.5",
|
|
56
|
+
"vite": "^4.3.5",
|
|
57
57
|
"vue": "^3.2.47"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|