@vertz/ui-server 0.2.18 → 0.2.19
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/bun-plugin/index.js +1 -1
- package/package.json +6 -6
package/dist/bun-plugin/index.js
CHANGED
|
@@ -853,7 +853,7 @@ function createVertzBunPlugin(options) {
|
|
|
853
853
|
const frameworkManifestJson = __require(__require.resolve("@vertz/ui/reactivity.json"));
|
|
854
854
|
const manifestResult = generateAllManifests({
|
|
855
855
|
srcDir,
|
|
856
|
-
packageManifests: { "@vertz/ui": frameworkManifestJson }
|
|
856
|
+
packageManifests: { "@vertz/ui": frameworkManifestJson, "vertz/ui": frameworkManifestJson }
|
|
857
857
|
});
|
|
858
858
|
const manifests = manifestResult.manifests;
|
|
859
859
|
let manifestsRecord = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertz/ui-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Vertz UI server-side rendering runtime",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"@ampproject/remapping": "^2.3.0",
|
|
59
59
|
"@capsizecss/unpack": "^4.0.0",
|
|
60
60
|
"@jridgewell/trace-mapping": "^0.3.31",
|
|
61
|
-
"@vertz/core": "^0.2.
|
|
62
|
-
"@vertz/ui": "^0.2.
|
|
63
|
-
"@vertz/ui-compiler": "^0.2.
|
|
61
|
+
"@vertz/core": "^0.2.18",
|
|
62
|
+
"@vertz/ui": "^0.2.18",
|
|
63
|
+
"@vertz/ui-compiler": "^0.2.18",
|
|
64
64
|
"magic-string": "^0.30.0",
|
|
65
65
|
"sharp": "^0.34.5",
|
|
66
66
|
"ts-morph": "^27.0.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@vertz/codegen": "^0.2.
|
|
70
|
-
"@vertz/ui-auth": "^0.2.
|
|
69
|
+
"@vertz/codegen": "^0.2.18",
|
|
70
|
+
"@vertz/ui-auth": "^0.2.18",
|
|
71
71
|
"bun-types": "^1.3.10",
|
|
72
72
|
"bunup": "^0.16.31",
|
|
73
73
|
"@happy-dom/global-registrator": "^20.8.3",
|