@wix/ditto-codegen-public 1.0.239 → 1.0.240
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 +2 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -122045,6 +122045,7 @@ var require_extensionGenerators = __commonJS({
|
|
|
122045
122045
|
const extensionName = generateUniqueExtensionName(extensionType, name);
|
|
122046
122046
|
const folderName = path_1.default.basename(scaffoldDir);
|
|
122047
122047
|
const typeName = toCamelCase(sanitizeName(folderName).replace(/-/g, " ")).replace(/^./, (c) => c.toUpperCase());
|
|
122048
|
+
const codeIdentifier = process.env.CODE_IDENTIFIER || "platform";
|
|
122048
122049
|
const tsContent = `import { extensions } from '@wix/astro/builders';
|
|
122049
122050
|
import manifest from './manifest.json';
|
|
122050
122051
|
|
|
@@ -122052,7 +122053,7 @@ export const ${extensionName} = extensions.siteComponent({
|
|
|
122052
122053
|
...manifest,
|
|
122053
122054
|
id: '${id}',
|
|
122054
122055
|
description: '${name}',
|
|
122055
|
-
type: '
|
|
122056
|
+
type: '${codeIdentifier}.${typeName}',
|
|
122056
122057
|
resources: {
|
|
122057
122058
|
client: {
|
|
122058
122059
|
component: '${componentPath}',
|
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.240",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"@wix/ditto-codegen": "1.0.0",
|
|
29
29
|
"esbuild": "^0.27.2"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "40d5e15d0949e9278250a4549cc512ec8635a05ca4cff348d8f0b389"
|
|
32
32
|
}
|