@wix/data 1.0.136 → 1.0.137
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.137",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"service-plugins"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@wix/data_collections": "1.0.
|
|
23
|
-
"@wix/data_external-database": "1.0.
|
|
24
|
-
"@wix/data_external-database-connections": "1.0.
|
|
25
|
-
"@wix/data_indexes": "1.0.
|
|
26
|
-
"@wix/data_items": "1.0.
|
|
22
|
+
"@wix/data_collections": "1.0.37",
|
|
23
|
+
"@wix/data_external-database": "1.0.11",
|
|
24
|
+
"@wix/data_external-database-connections": "1.0.33",
|
|
25
|
+
"@wix/data_indexes": "1.0.27",
|
|
26
|
+
"@wix/data_items": "1.0.41"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
36
|
-
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
36
|
+
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
37
37
|
"test": ":"
|
|
38
38
|
},
|
|
39
39
|
"wix": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "3f44399ce92c1a846a4d2d580b33c56acc389b8496e164aacc711d56"
|
|
51
51
|
}
|
|
@@ -1460,6 +1460,7 @@ interface DeleteDataCollectionsSnapshotResponse {
|
|
|
1460
1460
|
interface CreateMigratedCollectionsSnapshotRequest {
|
|
1461
1461
|
existingSnapshotId?: string;
|
|
1462
1462
|
newNamespace?: string;
|
|
1463
|
+
existingNamespace?: string;
|
|
1463
1464
|
}
|
|
1464
1465
|
interface CreateMigratedCollectionsSnapshotResponse {
|
|
1465
1466
|
snapshotId?: string;
|
|
@@ -1460,6 +1460,7 @@ interface DeleteDataCollectionsSnapshotResponse {
|
|
|
1460
1460
|
interface CreateMigratedCollectionsSnapshotRequest {
|
|
1461
1461
|
existingSnapshotId?: string;
|
|
1462
1462
|
newNamespace?: string;
|
|
1463
|
+
existingNamespace?: string;
|
|
1463
1464
|
}
|
|
1464
1465
|
interface CreateMigratedCollectionsSnapshotResponse {
|
|
1465
1466
|
snapshotId?: string;
|