@wix/ditto-codegen-public 1.0.31 → 1.0.32
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 +16 -0
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -120258,6 +120258,10 @@ var require_http_impl = __commonJS({
|
|
|
120258
120258
|
{
|
|
120259
120259
|
srcPath: "/data/v1/external-database-connections",
|
|
120260
120260
|
destPath: "/v1/external-database-connections"
|
|
120261
|
+
},
|
|
120262
|
+
{
|
|
120263
|
+
srcPath: "/data/v1/data-collection-sharing",
|
|
120264
|
+
destPath: "/v1/data-collection-sharing"
|
|
120261
120265
|
}
|
|
120262
120266
|
],
|
|
120263
120267
|
"www.wixgateway.com": [
|
|
@@ -120278,6 +120282,10 @@ var require_http_impl = __commonJS({
|
|
|
120278
120282
|
{
|
|
120279
120283
|
srcPath: "/_api/cloud-data/v1/external-database-connections",
|
|
120280
120284
|
destPath: "/v1/external-database-connections"
|
|
120285
|
+
},
|
|
120286
|
+
{
|
|
120287
|
+
srcPath: "/data/v1/data-collection-sharing",
|
|
120288
|
+
destPath: "/v1/data-collection-sharing"
|
|
120281
120289
|
}
|
|
120282
120290
|
]
|
|
120283
120291
|
};
|
|
@@ -121286,6 +121294,10 @@ var require_http_impl2 = __commonJS({
|
|
|
121286
121294
|
{
|
|
121287
121295
|
srcPath: "/data/v1/external-database-connections",
|
|
121288
121296
|
destPath: "/v1/external-database-connections"
|
|
121297
|
+
},
|
|
121298
|
+
{
|
|
121299
|
+
srcPath: "/data/v1/data-collection-sharing",
|
|
121300
|
+
destPath: "/v1/data-collection-sharing"
|
|
121289
121301
|
}
|
|
121290
121302
|
],
|
|
121291
121303
|
"www.wixgateway.com": [
|
|
@@ -121306,6 +121318,10 @@ var require_http_impl2 = __commonJS({
|
|
|
121306
121318
|
{
|
|
121307
121319
|
srcPath: "/_api/cloud-data/v1/external-database-connections",
|
|
121308
121320
|
destPath: "/v1/external-database-connections"
|
|
121321
|
+
},
|
|
121322
|
+
{
|
|
121323
|
+
srcPath: "/data/v1/data-collection-sharing",
|
|
121324
|
+
destPath: "/v1/data-collection-sharing"
|
|
121309
121325
|
}
|
|
121310
121326
|
]
|
|
121311
121327
|
};
|
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.32",
|
|
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": "aedba2bc0fa2e47c3994a3d0c21987c43b53a615db9cdb88d83b0840"
|
|
28
28
|
}
|