@wix/notifications 1.0.56 → 1.0.58

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,3 +1,6 @@
1
- import * as notifications from '@wix/auto_sdk_notifications_notifications';
2
- import * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
3
- export { notifications, notificationsV3 };
1
+ import * as auto_sdk_notifications_notifications from '@wix/auto_sdk_notifications_notifications';
2
+ export { auto_sdk_notifications_notifications as notifications };
3
+ import * as auto_sdk_notifications_notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
4
+ export { auto_sdk_notifications_notificationsV3 as notificationsV3 };
5
+ import '@wix/auto_sdk_notifications_notifications/meta';
6
+ import '@wix/auto_sdk_notifications_notifications-v-3/meta';
@@ -1,31 +1,44 @@
1
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;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.notificationsV3 = exports.notifications = void 0;
27
- const notifications = __importStar(require("@wix/auto_sdk_notifications_notifications"));
28
- exports.notifications = notifications;
29
- const notificationsV3 = __importStar(require("@wix/auto_sdk_notifications_notifications-v-3"));
30
- exports.notificationsV3 = notificationsV3;
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ notifications: () => notifications,
34
+ notificationsV3: () => notificationsV3
35
+ });
36
+ module.exports = __toCommonJS(index_exports);
37
+ var notifications = __toESM(require("@wix/auto_sdk_notifications_notifications"));
38
+ var notificationsV3 = __toESM(require("@wix/auto_sdk_notifications_notifications-v-3"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ notifications,
42
+ notificationsV3
43
+ });
31
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAA2E;AAGlE,sCAAa;AAFtB,+FAAiF;AAEzD,0CAAe"}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as notifications from '@wix/auto_sdk_notifications_notifications';\nimport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';\n\nexport { notifications, notificationsV3 };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,sBAAiC;","names":[]}
@@ -1,2 +1,4 @@
1
- export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';
2
- export * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
1
+ import * as meta from '@wix/auto_sdk_notifications_notifications/meta';
2
+ export { meta as notifications };
3
+ import * as meta$1 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
4
+ export { meta$1 as notificationsV3 };
package/build/cjs/meta.js CHANGED
@@ -1,29 +1,44 @@
1
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;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.notificationsV3 = exports.notifications = void 0;
27
- exports.notifications = __importStar(require("@wix/auto_sdk_notifications_notifications/meta"));
28
- exports.notificationsV3 = __importStar(require("@wix/auto_sdk_notifications_notifications-v-3/meta"));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ notifications: () => notifications,
34
+ notificationsV3: () => notificationsV3
35
+ });
36
+ module.exports = __toCommonJS(meta_exports);
37
+ var notifications = __toESM(require("@wix/auto_sdk_notifications_notifications/meta"));
38
+ var notificationsV3 = __toESM(require("@wix/auto_sdk_notifications_notifications-v-3/meta"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ notifications,
42
+ notificationsV3
43
+ });
29
44
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,sGAAsF"}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';\nexport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,sBAAiC;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_notifications_notifications from '@wix/auto_sdk_notifications_notifications';
2
+ export { auto_sdk_notifications_notifications as notifications };
3
+ import * as auto_sdk_notifications_notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
4
+ export { auto_sdk_notifications_notificationsV3 as notificationsV3 };
5
+ import '@wix/auto_sdk_notifications_notifications/meta';
6
+ import '@wix/auto_sdk_notifications_notifications-v-3/meta';
@@ -0,0 +1,8 @@
1
+ // index.ts
2
+ import * as notifications from "@wix/auto_sdk_notifications_notifications";
3
+ import * as notificationsV3 from "@wix/auto_sdk_notifications_notifications-v-3";
4
+ export {
5
+ notifications,
6
+ notificationsV3
7
+ };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as notifications from '@wix/auto_sdk_notifications_notifications';\nimport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';\n\nexport { notifications, notificationsV3 };\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_notifications_notifications/meta';
2
+ export { meta as notifications };
3
+ import * as meta$1 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
4
+ export { meta$1 as notificationsV3 };
@@ -0,0 +1,8 @@
1
+ // meta.ts
2
+ import * as notifications from "@wix/auto_sdk_notifications_notifications/meta";
3
+ import * as notificationsV3 from "@wix/auto_sdk_notifications_notifications-v-3/meta";
4
+ export {
5
+ notifications,
6
+ notificationsV3
7
+ };
8
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';\nexport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;","names":[]}
@@ -1,3 +1,6 @@
1
- import * as notifications from '@wix/auto_sdk_notifications_notifications';
2
- import * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
3
- export { notifications, notificationsV3 };
1
+ import * as auto_sdk_notifications_notifications from '@wix/auto_sdk_notifications_notifications';
2
+ export { auto_sdk_notifications_notifications as notifications };
3
+ import * as auto_sdk_notifications_notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
4
+ export { auto_sdk_notifications_notificationsV3 as notificationsV3 };
5
+ import '@wix/auto_sdk_notifications_notifications/meta';
6
+ import '@wix/auto_sdk_notifications_notifications-v-3/meta';
@@ -1,31 +1,44 @@
1
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;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.notificationsV3 = exports.notifications = void 0;
27
- const notifications = __importStar(require("@wix/auto_sdk_notifications_notifications"));
28
- exports.notifications = notifications;
29
- const notificationsV3 = __importStar(require("@wix/auto_sdk_notifications_notifications-v-3"));
30
- exports.notificationsV3 = notificationsV3;
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ notifications: () => notifications,
34
+ notificationsV3: () => notificationsV3
35
+ });
36
+ module.exports = __toCommonJS(index_exports);
37
+ var notifications = __toESM(require("@wix/auto_sdk_notifications_notifications"));
38
+ var notificationsV3 = __toESM(require("@wix/auto_sdk_notifications_notifications-v-3"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ notifications,
42
+ notificationsV3
43
+ });
31
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAA2E;AAGlE,sCAAa;AAFtB,+FAAiF;AAEzD,0CAAe"}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as notifications from '@wix/auto_sdk_notifications_notifications';\nimport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';\n\nexport { notifications, notificationsV3 };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,sBAAiC;","names":[]}
@@ -1,2 +1,4 @@
1
- export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';
2
- export * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
1
+ import * as meta from '@wix/auto_sdk_notifications_notifications/meta';
2
+ export { meta as notifications };
3
+ import * as meta$1 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
4
+ export { meta$1 as notificationsV3 };
@@ -1,29 +1,44 @@
1
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;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.notificationsV3 = exports.notifications = void 0;
27
- exports.notifications = __importStar(require("@wix/auto_sdk_notifications_notifications/meta"));
28
- exports.notificationsV3 = __importStar(require("@wix/auto_sdk_notifications_notifications-v-3/meta"));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ notifications: () => notifications,
34
+ notificationsV3: () => notificationsV3
35
+ });
36
+ module.exports = __toCommonJS(meta_exports);
37
+ var notifications = __toESM(require("@wix/auto_sdk_notifications_notifications/meta"));
38
+ var notificationsV3 = __toESM(require("@wix/auto_sdk_notifications_notifications-v-3/meta"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ notifications,
42
+ notificationsV3
43
+ });
29
44
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,sGAAsF"}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';\nexport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,sBAAiC;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_notifications_notifications from '@wix/auto_sdk_notifications_notifications';
2
+ export { auto_sdk_notifications_notifications as notifications };
3
+ import * as auto_sdk_notifications_notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
4
+ export { auto_sdk_notifications_notificationsV3 as notificationsV3 };
5
+ import '@wix/auto_sdk_notifications_notifications/meta';
6
+ import '@wix/auto_sdk_notifications_notifications-v-3/meta';
@@ -0,0 +1,8 @@
1
+ // index.ts
2
+ import * as notifications from "@wix/auto_sdk_notifications_notifications";
3
+ import * as notificationsV3 from "@wix/auto_sdk_notifications_notifications-v-3";
4
+ export {
5
+ notifications,
6
+ notificationsV3
7
+ };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as notifications from '@wix/auto_sdk_notifications_notifications';\nimport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';\n\nexport { notifications, notificationsV3 };\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_notifications_notifications/meta';
2
+ export { meta as notifications };
3
+ import * as meta$1 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
4
+ export { meta$1 as notificationsV3 };
@@ -0,0 +1,8 @@
1
+ // meta.ts
2
+ import * as notifications from "@wix/auto_sdk_notifications_notifications/meta";
3
+ import * as notificationsV3 from "@wix/auto_sdk_notifications_notifications-v-3/meta";
4
+ export {
5
+ notifications,
6
+ notificationsV3
7
+ };
8
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';\nexport * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,qBAAqB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@wix/notifications",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
+ "license": "MIT",
4
5
  "publishConfig": {
5
6
  "registry": "https://registry.npmjs.org/",
6
7
  "access": "public"
@@ -12,18 +13,18 @@
12
13
  ],
13
14
  "sideEffects": false,
14
15
  "main": "./build/cjs/index.js",
15
- "types": "./build/es/index.d.ts",
16
+ "types": "./build/cjs/index.d.ts",
16
17
  "exports": {
17
18
  ".": {
18
- "import": "./build/es/index.js",
19
+ "import": "./build/es/index.mjs",
19
20
  "require": "./build/cjs/index.js",
20
- "types": "./build/es/index.d.ts"
21
+ "types": "./build/es/index.d.mts"
21
22
  },
22
23
  "./package.json": "./package.json",
23
24
  "./meta": {
24
- "import": "./build/es/meta.js",
25
+ "import": "./build/es/meta.mjs",
25
26
  "require": "./build/cjs/meta.js",
26
- "types": "./build/es/meta.d.ts"
27
+ "types": "./build/es/meta.d.mts"
27
28
  }
28
29
  },
29
30
  "files": [
@@ -32,14 +33,15 @@
32
33
  "service-plugins"
33
34
  ],
34
35
  "dependencies": {
35
- "@wix/auto_sdk_notifications_notifications": "1.0.4",
36
- "@wix/auto_sdk_notifications_notifications-v-3": "1.0.5"
36
+ "@wix/auto_sdk_notifications_notifications": "1.0.6",
37
+ "@wix/auto_sdk_notifications_notifications-v-3": "1.0.7"
37
38
  },
38
39
  "devDependencies": {
40
+ "tsup": "^8.4.0",
39
41
  "typescript": "^5.3.2"
40
42
  },
41
43
  "scripts": {
42
- "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
44
+ "build": "tsup",
43
45
  "test": ":"
44
46
  },
45
47
  "wix": {
@@ -53,5 +55,5 @@
53
55
  "fqdn": ""
54
56
  }
55
57
  },
56
- "falconPackageHash": "291e5a309eb0402cfe4c3c886bff49a5e6a62180d6f613e92507434b"
58
+ "falconPackageHash": "89d0229c1f7196a80fc46f72f2edf8343f75a2120ad848780d760f5c"
57
59
  }
@@ -1,3 +0,0 @@
1
- import * as notifications from '@wix/auto_sdk_notifications_notifications';
2
- import * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
3
- export { notifications, notificationsV3 };
package/build/es/index.js DELETED
@@ -1,4 +0,0 @@
1
- import * as notifications from '@wix/auto_sdk_notifications_notifications';
2
- import * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
3
- export { notifications, notificationsV3 };
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,2CAA2C,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,+CAA+C,CAAC;AAEjF,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC"}
@@ -1,2 +0,0 @@
1
- export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';
2
- export * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
package/build/es/meta.js DELETED
@@ -1,3 +0,0 @@
1
- export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';
2
- export * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
3
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,gDAAgD,CAAC;AAChF,OAAO,KAAK,eAAe,MAAM,oDAAoD,CAAC"}
@@ -1,3 +0,0 @@
1
- import * as notifications from '@wix/auto_sdk_notifications_notifications';
2
- import * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
3
- export { notifications, notificationsV3 };
@@ -1,4 +0,0 @@
1
- import * as notifications from '@wix/auto_sdk_notifications_notifications';
2
- import * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3';
3
- export { notifications, notificationsV3 };
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,2CAA2C,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,+CAA+C,CAAC;AAEjF,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC"}
@@ -1,2 +0,0 @@
1
- export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';
2
- export * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
@@ -1,3 +0,0 @@
1
- export * as notifications from '@wix/auto_sdk_notifications_notifications/meta';
2
- export * as notificationsV3 from '@wix/auto_sdk_notifications_notifications-v-3/meta';
3
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,gDAAgD,CAAC;AAChF,OAAO,KAAK,eAAe,MAAM,oDAAoD,CAAC"}