@stacksjs/push 0.56.35 → 0.57.2

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.
@@ -0,0 +1 @@
1
+ export declare const expoWip = 1;
@@ -0,0 +1 @@
1
+ export const expoWip = 1;
@@ -0,0 +1 @@
1
+ export declare const fcmWip = 1;
@@ -0,0 +1 @@
1
+ export const fcmWip = 1;
@@ -0,0 +1,2 @@
1
+ export * as expo from './expo';
2
+ export * as fcm from './fcm';
@@ -0,0 +1,2 @@
1
+ export * as expo from "./expo.mjs";
2
+ export * as fcm from "./fcm.mjs";
package/dist/index.d.ts CHANGED
@@ -1,11 +1 @@
1
- declare namespace expo {
2
- export {
3
- };
4
- }
5
-
6
- declare namespace fcm {
7
- export {
8
- };
9
- }
10
-
11
- export { expo, fcm };
1
+ export * from './drivers';
package/dist/index.mjs CHANGED
@@ -1,9 +1 @@
1
- const expo = {
2
- __proto__: null
3
- };
4
-
5
- const fcm = {
6
- __proto__: null
7
- };
8
-
9
- export { expo, fcm };
1
+ export * from "./drivers/index.mjs";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.56.35",
4
+ "version": "0.57.2",
5
5
  "packageManager": "pnpm@8.6.5",
6
6
  "description": "The Stacks Push integration",
7
7
  "author": "Chris Breuer",
@@ -39,13 +39,13 @@
39
39
  "peerDependencies": {
40
40
  "@novu/node": "^0.16.2",
41
41
  "@novu/stateless": "^0.16.2",
42
- "@stacksjs/cli": "0.56.35",
43
- "@stacksjs/config": "0.56.35",
44
- "@stacksjs/error-handling": "0.56.35",
45
- "@stacksjs/types": "0.56.35"
42
+ "@stacksjs/cli": "0.57.2",
43
+ "@stacksjs/config": "0.57.2",
44
+ "@stacksjs/error-handling": "0.57.2",
45
+ "@stacksjs/types": "0.57.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@stacksjs/development": "0.56.35"
48
+ "@stacksjs/development": "0.57.2"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "unbuild",