@wix/data 1.0.154 → 1.0.156
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/cjs/context.js +1 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/service-plugins-context.js +1 -0
- package/build/cjs/service-plugins-context.js.map +1 -0
- package/build/cjs/service-plugins.js +1 -0
- package/build/cjs/service-plugins.js.map +1 -0
- package/package.json +7 -7
- package/type-bundles/context.bundle.d.ts +1747 -99
- package/type-bundles/index.bundle.d.ts +1747 -99
- package/type-bundles/meta.bundle.d.ts +1 -5
- package/type-bundles/service-plugins-context.bundle.d.ts +42 -9
- package/type-bundles/service-plugins.bundle.d.ts +42 -9
package/build/cjs/context.js
CHANGED
|
@@ -28,3 +28,4 @@ exports.externalDatabaseConnections = __importStar(require("@wix/data_external-d
|
|
|
28
28
|
exports.collections = __importStar(require("@wix/data_collections/context"));
|
|
29
29
|
exports.items = __importStar(require("@wix/data_items/context"));
|
|
30
30
|
exports.indexes = __importStar(require("@wix/data_indexes/context"));
|
|
31
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -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/build/cjs/index.js
CHANGED
|
@@ -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/build/cjs/meta.js
CHANGED
|
@@ -28,3 +28,4 @@ exports.externalDatabaseConnections = __importStar(require("@wix/data_external-d
|
|
|
28
28
|
exports.collections = __importStar(require("@wix/data_collections/meta"));
|
|
29
29
|
exports.items = __importStar(require("@wix/data_items/meta"));
|
|
30
30
|
exports.indexes = __importStar(require("@wix/data_indexes/meta"));
|
|
31
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4GAA4F;AAC5F,0EAA0D;AAC1D,8DAA8C;AAC9C,kEAAkD"}
|
|
@@ -25,3 +25,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.externalDatabase = void 0;
|
|
27
27
|
exports.externalDatabase = __importStar(require("@wix/data_external-database/context"));
|
|
28
|
+
//# sourceMappingURL=service-plugins-context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE"}
|
|
@@ -25,3 +25,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.externalDatabase = void 0;
|
|
27
27
|
exports.externalDatabase = __importStar(require("@wix/data_external-database"));
|
|
28
|
+
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gFAAgE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.156",
|
|
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.49",
|
|
23
|
+
"@wix/data_external-database": "1.0.22",
|
|
24
|
+
"@wix/data_external-database-connections": "1.0.41",
|
|
25
|
+
"@wix/data_indexes": "1.0.35",
|
|
26
|
+
"@wix/data_items": "1.0.51"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "addbffec106d6eb55ddb3e90f21e7f1a5b1d6cde9a61258dea45703b"
|
|
52
52
|
}
|