@builder.io/buildercode 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +5 -5
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -244266,7 +244266,7 @@ const LIB_CACHE = /* @__PURE__ */ new Map();
244266
244266
  const PENDING_LIB_CACHE = /* @__PURE__ */ new Map();
244267
244267
  const NODE_MODULE_CACHE = /* @__PURE__ */ new Map();
244268
244268
  const TSCONFIG_CACHE = /* @__PURE__ */ new Map();
244269
- const pkgVersion = process.env.OVERRIDE_VERSION ?? "0.3.4";
244269
+ const pkgVersion = process.env.OVERRIDE_VERSION ?? "0.3.5";
244270
244270
  //#endregion
244271
244271
  //#region ../dev-tools/core/detect-frameworks.ts
244272
244272
  async function detectFrameworks$1(sys) {
@@ -537931,7 +537931,7 @@ const FooterSection = (0, import_react.memo)(() => {
537931
537931
  children: [
537932
537932
  "•",
537933
537933
  " Fusion ",
537934
- "0.3.4"
537934
+ "0.3.5"
537935
537935
  ]
537936
537936
  });
537937
537937
  $[6] = t5;
@@ -600081,7 +600081,7 @@ function initSentry() {
600081
600081
  init({
600082
600082
  dsn: "https://1c5033d697e0271ebe53773bff826de0@o117565.ingest.us.sentry.io/4511107776905216",
600083
600083
  tracesSampleRate: 0,
600084
- release: "0.3.4",
600084
+ release: "0.3.5",
600085
600085
  environment: process.env.NODE_ENV ?? "development",
600086
600086
  enabled: false,
600087
600087
  registerEsmLoaderHooks: false,
@@ -600105,7 +600105,7 @@ function isStandaloneBinary() {
600105
600105
  return !path$6.basename(process.execPath, ".exe").startsWith("node");
600106
600106
  }
600107
600107
  function getCurrentVersion() {
600108
- return "0.3.4";
600108
+ return "0.3.5";
600109
600109
  }
600110
600110
  async function fetchLatestVersion() {
600111
600111
  return new Promise((resolve, reject) => {
@@ -600281,7 +600281,7 @@ async function downloadFile(url, dest) {
600281
600281
  }
600282
600282
  //#endregion
600283
600283
  //#region src/cli.tsx
600284
- const VERSION = "0.3.4";
600284
+ const VERSION = "0.3.5";
600285
600285
  async function startInk(command, options) {
600286
600286
  await render(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(App, {
600287
600287
  command,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/buildercode",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Builder.io CLI - AI-powered code generation",
5
5
  "license": "MIT",
6
6
  "bin": {