@wix/data 1.0.180 → 1.0.182
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/build/es/context.d.ts +1 -0
- package/build/es/context.js +1 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +2 -2
- package/build/es/index.js +2 -2
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -1
- package/build/es/meta.js +1 -1
- package/build/es/meta.js.map +1 -1
- package/{build/cjs/context.d.ts → context.d.ts} +1 -0
- package/{build/cjs/context.js → context.js} +2 -1
- package/context.js.map +1 -0
- package/context.ts +4 -0
- package/{build/cjs/index.d.ts → index.d.ts} +2 -2
- package/{build/cjs/index.js → index.js} +3 -3
- package/index.js.map +1 -0
- package/index.ts +6 -0
- package/{build/cjs/meta.d.ts → meta.d.ts} +1 -1
- package/{build/cjs/meta.js → meta.js} +2 -2
- package/meta.js.map +1 -0
- package/meta.ts +4 -0
- package/package.json +35 -23
- package/service-plugins-context.js.map +1 -0
- package/service-plugins-context.ts +1 -0
- package/service-plugins.js.map +1 -0
- package/service-plugins.ts +1 -0
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
- package/build/cjs/service-plugins-context.js.map +0 -1
- package/build/cjs/service-plugins.js.map +0 -1
- package/context/package.json +0 -7
- package/meta/package.json +0 -7
- package/service-plugins/context/package.json +0 -7
- package/service-plugins/package.json +0 -7
- package/type-bundles/context.bundle.d.ts +0 -2766
- package/type-bundles/index.bundle.d.ts +0 -4625
- package/type-bundles/meta.bundle.d.ts +0 -3346
- package/type-bundles/service-plugins-context.bundle.d.ts +0 -1330
- package/type-bundles/service-plugins.bundle.d.ts +0 -1330
- /package/{build/cjs/service-plugins-context.d.ts → service-plugins-context.d.ts} +0 -0
- /package/{build/cjs/service-plugins-context.js → service-plugins-context.js} +0 -0
- /package/{build/cjs/service-plugins.d.ts → service-plugins.d.ts} +0 -0
- /package/{build/cjs/service-plugins.js → service-plugins.js} +0 -0
package/build/es/context.d.ts
CHANGED
package/build/es/context.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * as externalDatabaseConnections from '@wix/data_external-database-connections/context';
|
|
2
2
|
export * as collections from '@wix/data_collections/context';
|
|
3
|
+
export * as items from '@wix/data_items/context';
|
|
3
4
|
export * as indexes from '@wix/data_indexes/context';
|
|
4
5
|
//# sourceMappingURL=context.js.map
|
package/build/es/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,2BAA2B,MAAM,iDAAiD,CAAC;AAC/F,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,2BAA2B,MAAM,iDAAiD,CAAC;AAC/F,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,KAAK,MAAM,yBAAyB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,2BAA2B,CAAC"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as externalDatabaseConnections from '@wix/data_external-database-connections';
|
|
2
2
|
import * as collections from '@wix/data_collections';
|
|
3
|
+
import * as items from '@wix/data_items';
|
|
3
4
|
import * as indexes from '@wix/data_indexes';
|
|
4
|
-
|
|
5
|
-
export { externalDatabaseConnections, collections, indexes, items };
|
|
5
|
+
export { externalDatabaseConnections, collections, items, indexes };
|
package/build/es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as externalDatabaseConnections from '@wix/data_external-database-connections';
|
|
2
2
|
import * as collections from '@wix/data_collections';
|
|
3
|
+
import * as items from '@wix/data_items';
|
|
3
4
|
import * as indexes from '@wix/data_indexes';
|
|
4
|
-
|
|
5
|
-
export { externalDatabaseConnections, collections, indexes, items };
|
|
5
|
+
export { externalDatabaseConnections, collections, items, indexes };
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,2BAA2B,MAAM,yCAAyC,CAAC;AACvF,OAAO,KAAK,WAAW,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,2BAA2B,MAAM,yCAAyC,CAAC;AACvF,OAAO,KAAK,WAAW,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,iBAAiB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EAAE,2BAA2B,EAAE,WAAW,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * as externalDatabaseConnections from '@wix/data_external-database-connections/meta';
|
|
2
2
|
export * as collections from '@wix/data_collections/meta';
|
|
3
|
+
export * as items from '@wix/data_items/meta';
|
|
3
4
|
export * as indexes from '@wix/data_indexes/meta';
|
|
4
|
-
export * as items from '@wix/wix-data-items-sdk/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * as externalDatabaseConnections from '@wix/data_external-database-connections/meta';
|
|
2
2
|
export * as collections from '@wix/data_collections/meta';
|
|
3
|
+
export * as items from '@wix/data_items/meta';
|
|
3
4
|
export * as indexes from '@wix/data_indexes/meta';
|
|
4
|
-
export * as items from '@wix/wix-data-items-sdk/meta';
|
|
5
5
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,2BAA2B,MAAM,8CAA8C,CAAC;AAC5F,OAAO,KAAK,WAAW,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,2BAA2B,MAAM,8CAA8C,CAAC;AAC5F,OAAO,KAAK,WAAW,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,KAAK,OAAO,MAAM,wBAAwB,CAAC"}
|
|
@@ -23,8 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.indexes = exports.collections = exports.externalDatabaseConnections = void 0;
|
|
26
|
+
exports.indexes = exports.items = exports.collections = exports.externalDatabaseConnections = void 0;
|
|
27
27
|
exports.externalDatabaseConnections = __importStar(require("@wix/data_external-database-connections/context"));
|
|
28
28
|
exports.collections = __importStar(require("@wix/data_collections/context"));
|
|
29
|
+
exports.items = __importStar(require("@wix/data_items/context"));
|
|
29
30
|
exports.indexes = __importStar(require("@wix/data_indexes/context"));
|
|
30
31
|
//# sourceMappingURL=context.js.map
|
package/context.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+GAA+F;AAC/F,6EAA6D;AAC7D,iEAAiD;AACjD,qEAAqD"}
|
package/context.ts
ADDED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as externalDatabaseConnections from '@wix/data_external-database-connections';
|
|
2
2
|
import * as collections from '@wix/data_collections';
|
|
3
|
+
import * as items from '@wix/data_items';
|
|
3
4
|
import * as indexes from '@wix/data_indexes';
|
|
4
|
-
|
|
5
|
-
export { externalDatabaseConnections, collections, indexes, items };
|
|
5
|
+
export { externalDatabaseConnections, collections, items, indexes };
|
|
@@ -23,13 +23,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
26
|
+
exports.indexes = exports.items = exports.collections = exports.externalDatabaseConnections = void 0;
|
|
27
27
|
const externalDatabaseConnections = __importStar(require("@wix/data_external-database-connections"));
|
|
28
28
|
exports.externalDatabaseConnections = externalDatabaseConnections;
|
|
29
29
|
const collections = __importStar(require("@wix/data_collections"));
|
|
30
30
|
exports.collections = collections;
|
|
31
|
+
const items = __importStar(require("@wix/data_items"));
|
|
32
|
+
exports.items = items;
|
|
31
33
|
const indexes = __importStar(require("@wix/data_indexes"));
|
|
32
34
|
exports.indexes = indexes;
|
|
33
|
-
const items = __importStar(require("@wix/wix-data-items-sdk"));
|
|
34
|
-
exports.items = items;
|
|
35
35
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAuF;AAK9E,kEAA2B;AAJpC,mEAAqD;AAIf,kCAAW;AAHjD,uDAAyC;AAGU,sBAAK;AAFxD,2DAA6C;AAEa,0BAAO"}
|
package/index.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as externalDatabaseConnections from '@wix/data_external-database-connections';
|
|
2
|
+
import * as collections from '@wix/data_collections';
|
|
3
|
+
import * as items from '@wix/data_items';
|
|
4
|
+
import * as indexes from '@wix/data_indexes';
|
|
5
|
+
|
|
6
|
+
export { externalDatabaseConnections, collections, items, indexes };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * as externalDatabaseConnections from '@wix/data_external-database-connections/meta';
|
|
2
2
|
export * as collections from '@wix/data_collections/meta';
|
|
3
|
+
export * as items from '@wix/data_items/meta';
|
|
3
4
|
export * as indexes from '@wix/data_indexes/meta';
|
|
4
|
-
export * as items from '@wix/wix-data-items-sdk/meta';
|
|
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
26
|
+
exports.indexes = exports.items = exports.collections = exports.externalDatabaseConnections = void 0;
|
|
27
27
|
exports.externalDatabaseConnections = __importStar(require("@wix/data_external-database-connections/meta"));
|
|
28
28
|
exports.collections = __importStar(require("@wix/data_collections/meta"));
|
|
29
|
+
exports.items = __importStar(require("@wix/data_items/meta"));
|
|
29
30
|
exports.indexes = __importStar(require("@wix/data_indexes/meta"));
|
|
30
|
-
exports.items = __importStar(require("@wix/wix-data-items-sdk/meta"));
|
|
31
31
|
//# sourceMappingURL=meta.js.map
|
package/meta.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4GAA4F;AAC5F,0EAA0D;AAC1D,8DAA8C;AAC9C,kEAAkD"}
|
package/meta.ts
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.182",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -9,35 +9,47 @@
|
|
|
9
9
|
"wix-sdk-module=backend,page,public"
|
|
10
10
|
],
|
|
11
11
|
"sideEffects": false,
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
"main": "./index.js",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./build/es/index.js",
|
|
16
|
+
"require": "./index.js"
|
|
17
|
+
},
|
|
18
|
+
"./meta": {
|
|
19
|
+
"import": "./build/es/meta.js",
|
|
20
|
+
"require": "./meta.js"
|
|
21
|
+
},
|
|
22
|
+
"./context": {
|
|
23
|
+
"import": "./build/es/context.js",
|
|
24
|
+
"require": "./context.js"
|
|
25
|
+
},
|
|
26
|
+
"./service-plugins": {
|
|
27
|
+
"import": "./build/es/service-plugins.js",
|
|
28
|
+
"require": "./service-plugins.js"
|
|
29
|
+
},
|
|
30
|
+
"./service-plugins/context": {
|
|
31
|
+
"import": "./build/es/service-plugins-context.js",
|
|
32
|
+
"require": "./service-plugins-context.js"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
16
35
|
"files": [
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"type-bundles",
|
|
22
|
-
"service-plugins"
|
|
36
|
+
"*",
|
|
37
|
+
"!config/*",
|
|
38
|
+
"!tsconfig.json",
|
|
39
|
+
"!tsconfig.esm.json"
|
|
23
40
|
],
|
|
24
41
|
"dependencies": {
|
|
25
|
-
"@wix/data_collections": "1.0.
|
|
26
|
-
"@wix/data_external-database": "1.0.
|
|
27
|
-
"@wix/data_external-database-connections": "1.0.
|
|
28
|
-
"@wix/data_indexes": "1.0.
|
|
29
|
-
"@wix/
|
|
42
|
+
"@wix/data_collections": "1.0.67",
|
|
43
|
+
"@wix/data_external-database": "1.0.30",
|
|
44
|
+
"@wix/data_external-database-connections": "1.0.52",
|
|
45
|
+
"@wix/data_indexes": "1.0.46",
|
|
46
|
+
"@wix/data_items": "1.0.62"
|
|
30
47
|
},
|
|
31
48
|
"devDependencies": {
|
|
32
|
-
"glob": "^10.4.1",
|
|
33
|
-
"rollup": "^4.18.0",
|
|
34
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
35
49
|
"typescript": "^5.3.2"
|
|
36
50
|
},
|
|
37
51
|
"scripts": {
|
|
38
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json
|
|
39
|
-
"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!'",
|
|
40
|
-
"build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
|
|
52
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
41
53
|
"test": ":"
|
|
42
54
|
},
|
|
43
55
|
"wix": {
|
|
@@ -51,5 +63,5 @@
|
|
|
51
63
|
"fqdn": ""
|
|
52
64
|
}
|
|
53
65
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "66aa5837d580dbe755aaf1c46dac5aba059ec239546b3a217f3b1dc8"
|
|
55
67
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as externalDatabase from '@wix/data_external-database/context';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gFAAgE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as externalDatabase from '@wix/data_external-database';
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+GAA+F;AAC/F,6EAA6D;AAC7D,qEAAqD"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAuF;AAK9E,kEAA2B;AAJpC,mEAAqD;AAIf,kCAAW;AAHjD,2DAA6C;AAGM,0BAAO;AAF1D,+DAAiD;AAEW,sBAAK"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4GAA4F;AAC5F,0EAA0D;AAC1D,kEAAkD;AAClD,sEAAsD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gFAAgE"}
|
package/context/package.json
DELETED
package/meta/package.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"sideEffects": false,
|
|
3
|
-
"module": "../../build/es/service-plugins-context.js",
|
|
4
|
-
"main": "../../build/cjs/service-plugins-context.js",
|
|
5
|
-
"typings": "../../build/cjs/service-plugins-context.d.ts",
|
|
6
|
-
"typesBundle": "../../type-bundles/service-plugins-context.bundle.d.ts"
|
|
7
|
-
}
|