@builder.io/fusion 0.0.1 → 0.0.2
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/cli.mjs +2 -2
- package/package.json +2 -3
package/cli.mjs
CHANGED
|
@@ -134569,7 +134569,7 @@ async function Fm(e, t) {
|
|
|
134569
134569
|
Im.set(t, e);
|
|
134570
134570
|
})), await Lm.get(t), Lm.delete(t);
|
|
134571
134571
|
}
|
|
134572
|
-
var Im = /* @__PURE__ */ new Map(), Lm = /* @__PURE__ */ new Map(), Rm = /* @__PURE__ */ new Map(), zm = /* @__PURE__ */ new Map(), Bm = process.env.OVERRIDE_VERSION ?? "0.0.
|
|
134572
|
+
var Im = /* @__PURE__ */ new Map(), Lm = /* @__PURE__ */ new Map(), Rm = /* @__PURE__ */ new Map(), zm = /* @__PURE__ */ new Map(), Bm = process.env.OVERRIDE_VERSION ?? "0.0.2";
|
|
134573
134573
|
//#endregion
|
|
134574
134574
|
//#region ../dev-tools/core/detect-frameworks.ts
|
|
134575
134575
|
async function Vm(e) {
|
|
@@ -239782,7 +239782,7 @@ var oot = Ee(() => {
|
|
|
239782
239782
|
children: [
|
|
239783
239783
|
"•",
|
|
239784
239784
|
" Fusion ",
|
|
239785
|
-
"0.0.
|
|
239785
|
+
"0.0.2"
|
|
239786
239786
|
]
|
|
239787
239787
|
})
|
|
239788
239788
|
]
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builder.io/fusion",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Builder.io Fusion CLI - AI-powered code generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"fusion": "./cli.mjs"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"react": "^
|
|
11
|
-
"react-devtools-core": "^react-devtools-core"
|
|
10
|
+
"react": "^19.2.4"
|
|
12
11
|
}
|
|
13
12
|
}
|