@wix/ditto-codegen-public 1.0.309 → 1.0.310

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/out.js +1 -1
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -18965,7 +18965,7 @@ var require_skills_installer = __commonJS({
18965
18965
  var ditto_codegen_types_12 = require_dist4();
18966
18966
  var skills_override_1 = require_skills_override();
18967
18967
  var execAsync = (0, util_1.promisify)(child_process_1.exec);
18968
- var SKILLS_INSTALL_COMMAND = "npx --yes skills add wix/skills -s wix-app wds-docs -g -a opencode -y";
18968
+ var SKILLS_INSTALL_COMMAND = "npx --yes skills add wix/skills -s wix-app wix-design-system -g -a opencode -y";
18969
18969
  async function installSkills(outputPath, log) {
18970
18970
  const skillsOverride = process.env.SKILLS_OVERRIDE_BRANCH;
18971
18971
  const isPreInstalled = (0, fs_1.existsSync)(skills_override_1.SKILLS_DIR) && (0, fs_1.readdirSync)(skills_override_1.SKILLS_DIR).length > 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.309",
3
+ "version": "1.0.310",
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": "4acd64f6af57d3fef8d56f6a18da4b692f95086df19401b18e42a97c"
30
+ "falconPackageHash": "7970bf54626b4d6132d873e5b30cc5d1ea617641178e543432f5bad3"
31
31
  }