@wix/subscription 1.0.42 → 1.0.44

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.
@@ -1,2 +1,2 @@
1
- import * as subscriptions from '@wix/subscription_subscriptions';
1
+ import * as subscriptions from '@wix/auto_sdk_subscription_subscriptions';
2
2
  export { subscriptions };
@@ -24,6 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.subscriptions = void 0;
27
- const subscriptions = __importStar(require("@wix/subscription_subscriptions"));
27
+ const subscriptions = __importStar(require("@wix/auto_sdk_subscription_subscriptions"));
28
28
  exports.subscriptions = subscriptions;
29
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAAiE;AAExD,sCAAa"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAA0E;AAEjE,sCAAa"}
@@ -1 +1 @@
1
- export * as subscriptions from '@wix/subscription_subscriptions/meta';
1
+ export * as subscriptions from '@wix/auto_sdk_subscription_subscriptions/meta';
package/build/cjs/meta.js CHANGED
@@ -24,5 +24,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.subscriptions = void 0;
27
- exports.subscriptions = __importStar(require("@wix/subscription_subscriptions/meta"));
27
+ exports.subscriptions = __importStar(require("@wix/auto_sdk_subscription_subscriptions/meta"));
28
28
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAsE"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E"}
@@ -1,2 +1,2 @@
1
- import * as subscriptions from '@wix/subscription_subscriptions';
1
+ import * as subscriptions from '@wix/auto_sdk_subscription_subscriptions';
2
2
  export { subscriptions };
package/build/es/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import * as subscriptions from '@wix/subscription_subscriptions';
1
+ import * as subscriptions from '@wix/auto_sdk_subscription_subscriptions';
2
2
  export { subscriptions };
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,iCAAiC,CAAC;AAEjE,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAE1E,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -1 +1 @@
1
- export * as subscriptions from '@wix/subscription_subscriptions/meta';
1
+ export * as subscriptions from '@wix/auto_sdk_subscription_subscriptions/meta';
package/build/es/meta.js CHANGED
@@ -1,2 +1,2 @@
1
- export * as subscriptions from '@wix/subscription_subscriptions/meta';
1
+ export * as subscriptions from '@wix/auto_sdk_subscription_subscriptions/meta';
2
2
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sCAAsC,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC"}
@@ -0,0 +1,2 @@
1
+ import * as subscriptions from '@wix/auto_sdk_subscription_subscriptions';
2
+ export { subscriptions };
@@ -0,0 +1,29 @@
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.subscriptions = void 0;
27
+ const subscriptions = __importStar(require("@wix/auto_sdk_subscription_subscriptions"));
28
+ exports.subscriptions = subscriptions;
29
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAA0E;AAEjE,sCAAa"}
@@ -0,0 +1 @@
1
+ export * as subscriptions from '@wix/auto_sdk_subscription_subscriptions/meta';
@@ -0,0 +1,28 @@
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.subscriptions = void 0;
27
+ exports.subscriptions = __importStar(require("@wix/auto_sdk_subscription_subscriptions/meta"));
28
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E"}
@@ -0,0 +1,2 @@
1
+ import * as subscriptions from '@wix/auto_sdk_subscription_subscriptions';
2
+ export { subscriptions };
@@ -0,0 +1,3 @@
1
+ import * as subscriptions from '@wix/auto_sdk_subscription_subscriptions';
2
+ export { subscriptions };
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAE1E,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export * as subscriptions from '@wix/auto_sdk_subscription_subscriptions/meta';
@@ -0,0 +1,2 @@
1
+ export * as subscriptions from '@wix/auto_sdk_subscription_subscriptions/meta';
2
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/subscription",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -11,8 +11,8 @@
11
11
  "wixSdkPublicModule"
12
12
  ],
13
13
  "sideEffects": false,
14
- "types": "./build/es/index.d.ts",
15
14
  "main": "./build/cjs/index.js",
15
+ "types": "./build/es/index.d.ts",
16
16
  "exports": {
17
17
  ".": {
18
18
  "import": "./build/es/index.js",
@@ -32,13 +32,13 @@
32
32
  "service-plugins"
33
33
  ],
34
34
  "dependencies": {
35
- "@wix/subscription_subscriptions": "1.0.41"
35
+ "@wix/auto_sdk_subscription_subscriptions": "1.0.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "typescript": "^5.3.2"
39
39
  },
40
40
  "scripts": {
41
- "build": "tsc -b tsconfig.json tsconfig.esm.json",
41
+ "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
42
42
  "test": ":"
43
43
  },
44
44
  "wix": {
@@ -52,5 +52,5 @@
52
52
  "fqdn": ""
53
53
  }
54
54
  },
55
- "falconPackageHash": "5c08c0d3c6a7008bea44dd8af687164daf03e9be8efc4d44cee2f3aa"
55
+ "falconPackageHash": "4eda64ceb10a2fe8f2241918c665de165a3bf328d87c3fdf2aece1a1"
56
56
  }