@wix/ditto-codegen-public 1.0.291 → 1.0.293
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/out.js +10 -4
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -11940,7 +11940,8 @@ var require_config = __commonJS({
|
|
|
11940
11940
|
ANTHROPIC_BASE_URL: anthropicBaseUrl,
|
|
11941
11941
|
OPENCODE_CONFIG_CONTENT: JSON.stringify(config),
|
|
11942
11942
|
OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT_MS: exports2.DEFAULT_TIMEOUT_MS.toString(),
|
|
11943
|
-
OPENCODE_DISABLE_LSP_DOWNLOAD: "true"
|
|
11943
|
+
OPENCODE_DISABLE_LSP_DOWNLOAD: "true",
|
|
11944
|
+
OPENCODE_DISABLE_FILETIME_CHECK: "true"
|
|
11944
11945
|
};
|
|
11945
11946
|
}
|
|
11946
11947
|
function getOpenCodeEnv(projectId) {
|
|
@@ -17425,9 +17426,9 @@ var require_biEvents = __commonJS({
|
|
|
17425
17426
|
}
|
|
17426
17427
|
});
|
|
17427
17428
|
|
|
17428
|
-
// ../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/build/
|
|
17429
|
+
// ../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/cjs/build/types.impl.js
|
|
17429
17430
|
var require_types_impl2 = __commonJS({
|
|
17430
|
-
"../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/build/
|
|
17431
|
+
"../../node_modules/@wix/ambassador-ctp-ditto-v1-blueprint/cjs/build/types.impl.js"(exports2) {
|
|
17431
17432
|
"use strict";
|
|
17432
17433
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17433
17434
|
exports2.ExtensionType = void 0;
|
|
@@ -17445,7 +17446,12 @@ var require_types_impl2 = __commonJS({
|
|
|
17445
17446
|
ExtensionType2["WEB_METHODS"] = "WEB_METHODS";
|
|
17446
17447
|
ExtensionType2["SITE_COMPONENT"] = "SITE_COMPONENT";
|
|
17447
17448
|
ExtensionType2["WEBHOOK"] = "WEBHOOK";
|
|
17448
|
-
|
|
17449
|
+
ExtensionType2["SITE_PLUGIN"] = "SITE_PLUGIN";
|
|
17450
|
+
ExtensionType2["DATA_COLLECTION"] = "DATA_COLLECTION";
|
|
17451
|
+
ExtensionType2["DASHBOARD_MENU_PLUGIN"] = "DASHBOARD_MENU_PLUGIN";
|
|
17452
|
+
ExtensionType2["CUSTOM_ELEMENT_WIDGET"] = "CUSTOM_ELEMENT_WIDGET";
|
|
17453
|
+
ExtensionType2["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
17454
|
+
})(ExtensionType || (exports2.ExtensionType = ExtensionType = {}));
|
|
17449
17455
|
}
|
|
17450
17456
|
});
|
|
17451
17457
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.293",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"@wix/ditto-codegen": "1.0.0",
|
|
28
28
|
"esbuild": "^0.27.2"
|
|
29
29
|
},
|
|
30
|
-
"falconPackageHash": "
|
|
30
|
+
"falconPackageHash": "49cc490cdaca27a6374792f572787fc42b144770726bd287c0005654"
|
|
31
31
|
}
|