@stacksjs/push 0.70.36 → 0.70.38

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.
@@ -21,5 +21,5 @@ export declare interface SendOptions {
21
21
  driver?: PushDriver
22
22
  }
23
23
  export type PushDriver = 'expo' | 'fcm';
24
- export * from './drivers';
24
+ export * from './drivers/index';
25
25
  export { expo, fcm };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.70.36",
4
+ "version": "0.70.38",
5
5
  "description": "The Stacks Push integration",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -46,9 +46,9 @@
46
46
  "prepublishOnly": "bun run build"
47
47
  },
48
48
  "devDependencies": {
49
- "@stacksjs/cli": "0.70.30",
50
- "@stacksjs/config": "0.70.30",
49
+ "@stacksjs/cli": "0.70.37",
50
+ "@stacksjs/config": "0.70.37",
51
51
  "better-dx": "^0.2.12",
52
- "@stacksjs/error-handling": "0.70.30"
52
+ "@stacksjs/error-handling": "0.70.37"
53
53
  }
54
54
  }