@wix/ditto-codegen-public 1.0.303 → 1.0.304

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 +2 -1
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -12206,7 +12206,8 @@ var require_config = __commonJS({
12206
12206
  external_directory: {
12207
12207
  "/root/.agents/**": "allow",
12208
12208
  "/root/.claude/**": "allow",
12209
- "/root/.opencode/**": "allow"
12209
+ "/root/.opencode/**": "allow",
12210
+ "/tmp/**": "allow"
12210
12211
  }
12211
12212
  },
12212
12213
  instructions: instructionPaths,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.303",
3
+ "version": "1.0.304",
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": "880f28f27c00d452fdf410e2d620e8b1f982d9b04450dad9a4d47b1e"
30
+ "falconPackageHash": "d53e09615584fc40b2d3f3c253c417933b4f2e8655e84f81cb1a9a37"
31
31
  }