@wix/ditto-codegen-public 1.0.96 → 1.0.97

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 +3 -3
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -116760,9 +116760,9 @@ var require_data = __commonJS({
116760
116760
  ],
116761
116761
  dataPermissions: {
116762
116762
  itemRead: types_impl_1.AccessLevel.ANYONE,
116763
- itemInsert: types_impl_1.AccessLevel.PRIVILEGED,
116764
- itemUpdate: types_impl_1.AccessLevel.PRIVILEGED,
116765
- itemRemove: types_impl_1.AccessLevel.PRIVILEGED
116763
+ itemInsert: types_impl_1.AccessLevel.ANYONE,
116764
+ itemUpdate: types_impl_1.AccessLevel.ANYONE,
116765
+ itemRemove: types_impl_1.AccessLevel.ANYONE
116766
116766
  }
116767
116767
  }
116768
116768
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "AI-powered Wix CLI app generator - standalone executable",
5
5
  "scripts": {
6
6
  "build": "node build.mjs",
@@ -24,5 +24,5 @@
24
24
  "@wix/ditto-codegen": "1.0.0",
25
25
  "esbuild": "^0.25.9"
26
26
  },
27
- "falconPackageHash": "fce2ef89ce181f723af32f0d65bbbf46c89f11c5d0d3e8260c8d2358"
27
+ "falconPackageHash": "afe9bce3d6b5fb8727213a511e20fe9a184bb2c9f6ea785311511f96"
28
28
  }