@stacksjs/push 0.53.1 → 0.56.23

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/dist/index.d.ts CHANGED
@@ -1,2 +1,11 @@
1
- export * as expo from './drivers/expo';
2
- export * as fcm from './drivers/fcm';
1
+ declare namespace expo {
2
+ export {
3
+ };
4
+ }
5
+
6
+ declare namespace fcm {
7
+ export {
8
+ };
9
+ }
10
+
11
+ export { expo, fcm };
package/dist/index.mjs CHANGED
@@ -1,2 +1,9 @@
1
- export * as expo from "./drivers/expo.mjs";
2
- export * as fcm from "./drivers/fcm.mjs";
1
+ const expo = {
2
+ __proto__: null
3
+ };
4
+
5
+ const fcm = {
6
+ __proto__: null
7
+ };
8
+
9
+ export { expo, fcm };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.53.1",
5
- "packageManager": "pnpm@8.5.1",
4
+ "version": "0.56.23",
5
+ "packageManager": "pnpm@8.6.5",
6
6
  "description": "The Stacks Push integration",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -27,6 +27,7 @@
27
27
  "import": "./dist/index.mjs"
28
28
  }
29
29
  },
30
+ "main": "dist/index.mjs",
30
31
  "module": "dist/index.mjs",
31
32
  "types": "dist/index.d.ts",
32
33
  "contributors": [
@@ -37,15 +38,15 @@
37
38
  "README.md"
38
39
  ],
39
40
  "peerDependencies": {
40
- "@novu/node": "^0.15.0",
41
- "@novu/stateless": "^0.15.0",
42
- "@stacksjs/cli": "0.53.1",
43
- "@stacksjs/config": "0.53.1",
44
- "@stacksjs/error-handling": "0.53.1",
45
- "@stacksjs/types": "0.53.1"
41
+ "@novu/node": "^0.16.2",
42
+ "@novu/stateless": "^0.16.2",
43
+ "@stacksjs/cli": "0.56.23",
44
+ "@stacksjs/config": "0.56.23",
45
+ "@stacksjs/error-handling": "0.56.23",
46
+ "@stacksjs/types": "0.56.23"
46
47
  },
47
48
  "devDependencies": {
48
- "@stacksjs/development": "0.53.1"
49
+ "@stacksjs/development": "0.56.23"
49
50
  },
50
51
  "scripts": {
51
52
  "build": "unbuild",
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};