@wix/notifications 1.0.46 → 1.0.47
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/es/context.js +1 -0
- package/build/es/context.js.map +1 -0
- package/build/es/index.js +1 -0
- package/build/es/index.js.map +1 -0
- package/build/es/meta.js +1 -0
- package/build/es/meta.js.map +1 -0
- package/package.json +4 -4
- package/type-bundles/context.bundle.d.ts +132 -474
- package/type-bundles/index.bundle.d.ts +132 -474
package/build/cjs/context.js
CHANGED
|
@@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.notificationsV3 = exports.notifications = void 0;
|
|
27
27
|
exports.notifications = __importStar(require("@wix/notifications_notifications/context"));
|
|
28
28
|
exports.notificationsV3 = __importStar(require("@wix/notifications_notifications-v-3/context"));
|
|
29
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0FAA0E;AAC1E,gGAAgF"}
|
package/build/cjs/index.js
CHANGED
|
@@ -28,3 +28,4 @@ const notifications = __importStar(require("@wix/notifications_notifications"));
|
|
|
28
28
|
exports.notifications = notifications;
|
|
29
29
|
const notificationsV3 = __importStar(require("@wix/notifications_notifications-v-3"));
|
|
30
30
|
exports.notificationsV3 = notificationsV3;
|
|
31
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gFAAkE;AAGzD,sCAAa;AAFtB,sFAAwE;AAEhD,0CAAe"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.notificationsV3 = exports.notifications = void 0;
|
|
27
27
|
exports.notifications = __importStar(require("@wix/notifications_notifications/meta"));
|
|
28
28
|
exports.notificationsV3 = __importStar(require("@wix/notifications_notifications-v-3/meta"));
|
|
29
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uFAAuE;AACvE,6FAA6E"}
|
package/build/es/context.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,8CAA8C,CAAC"}
|
package/build/es/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,sCAAsC,CAAC;AAExE,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC"}
|
package/build/es/meta.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,uCAAuC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,2CAA2C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/notifications",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.47",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/notifications_notifications": "1.0.
|
|
25
|
-
"@wix/notifications_notifications-v-3": "1.0.
|
|
24
|
+
"@wix/notifications_notifications": "1.0.28",
|
|
25
|
+
"@wix/notifications_notifications-v-3": "1.0.9"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"glob": "^10.4.1",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "43469c7e787d239e94368350ed0d3209d95c8dc07c2a645cad538877"
|
|
51
51
|
}
|