@wix/ditto-codegen-public 1.0.80 → 1.0.81
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 +1 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -136483,7 +136483,7 @@ var require_codegen_flow_helpers = __commonJS({
|
|
|
136483
136483
|
}
|
|
136484
136484
|
async function getRequiredPermissions(extensions) {
|
|
136485
136485
|
const httpClient = (0, http_client_1.createHttpClient)({
|
|
136486
|
-
baseURL: "https://manage.wix.com
|
|
136486
|
+
baseURL: "https://manage.wix.com"
|
|
136487
136487
|
});
|
|
136488
136488
|
return httpClient.request((0, http_1.getRequiredPermissions)({
|
|
136489
136489
|
relatedApis: getRelatedApis(extensions ?? []),
|
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.81",
|
|
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": "
|
|
27
|
+
"falconPackageHash": "2aebcac759bbd4ac3c62996647812ea539fd3a3a3afd3ea322df2c92"
|
|
28
28
|
}
|