@wix/data 1.0.188 → 1.0.189

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.188",
3
+ "version": "1.0.189",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,20 +22,10 @@
22
22
  "require": "./build/cjs/meta.js",
23
23
  "types": "./build/es/meta.d.ts"
24
24
  },
25
- "./context": {
26
- "import": "./build/es/context.js",
27
- "require": "./build/cjs/context.js",
28
- "types": "./build/es/context.d.ts"
29
- },
30
25
  "./service-plugins": {
31
26
  "import": "./build/es/service-plugins.js",
32
27
  "require": "./build/cjs/service-plugins.js",
33
28
  "types": "./build/es/service-plugins.d.ts"
34
- },
35
- "./service-plugins/context": {
36
- "import": "./build/es/service-plugins-context.js",
37
- "require": "./build/cjs/service-plugins-context.js",
38
- "types": "./build/es/service-plugins-context.d.ts"
39
29
  }
40
30
  },
41
31
  "files": [
@@ -44,10 +34,10 @@
44
34
  "service-plugins"
45
35
  ],
46
36
  "dependencies": {
47
- "@wix/data_collections": "1.0.69",
48
- "@wix/data_external-database": "1.0.32",
49
- "@wix/data_external-database-connections": "1.0.57",
50
- "@wix/data_indexes": "1.0.48",
37
+ "@wix/data_collections": "1.0.70",
38
+ "@wix/data_external-database": "1.0.33",
39
+ "@wix/data_external-database-connections": "1.0.58",
40
+ "@wix/data_indexes": "1.0.49",
51
41
  "@wix/wix-data-items-sdk": "^1.0.238"
52
42
  },
53
43
  "devDependencies": {
@@ -68,5 +58,5 @@
68
58
  "fqdn": ""
69
59
  }
70
60
  },
71
- "falconPackageHash": "264af1e800b2c51a607abd6dc9f14128c7527a70fcf3d41cc9571079"
61
+ "falconPackageHash": "f19c5fdc8a9a42303085d6010b0bca2ddf1a81866b070e8bf0909ba2"
72
62
  }
@@ -1,3 +0,0 @@
1
- export * as externalDatabaseConnections from '@wix/data_external-database-connections/context';
2
- export * as collections from '@wix/data_collections/context';
3
- export * as indexes from '@wix/data_indexes/context';
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.indexes = exports.collections = exports.externalDatabaseConnections = void 0;
27
- exports.externalDatabaseConnections = __importStar(require("@wix/data_external-database-connections/context"));
28
- exports.collections = __importStar(require("@wix/data_collections/context"));
29
- exports.indexes = __importStar(require("@wix/data_indexes/context"));
30
- //# sourceMappingURL=context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+GAA+F;AAC/F,6EAA6D;AAC7D,qEAAqD"}
@@ -1 +0,0 @@
1
- export * as externalDatabase from '@wix/data_external-database/context';
@@ -1,28 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.externalDatabase = void 0;
27
- exports.externalDatabase = __importStar(require("@wix/data_external-database/context"));
28
- //# sourceMappingURL=service-plugins-context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE"}
@@ -1,3 +0,0 @@
1
- export * as externalDatabaseConnections from '@wix/data_external-database-connections/context';
2
- export * as collections from '@wix/data_collections/context';
3
- export * as indexes from '@wix/data_indexes/context';
@@ -1,4 +0,0 @@
1
- export * as externalDatabaseConnections from '@wix/data_external-database-connections/context';
2
- export * as collections from '@wix/data_collections/context';
3
- export * as indexes from '@wix/data_indexes/context';
4
- //# sourceMappingURL=context.js.map
@@ -1 +0,0 @@
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 +0,0 @@
1
- export * as externalDatabase from '@wix/data_external-database/context';
@@ -1,2 +0,0 @@
1
- export * as externalDatabase from '@wix/data_external-database/context';
2
- //# sourceMappingURL=service-plugins-context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC"}