@stacksjs/push 0.58.73 → 0.59.1

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/README.md CHANGED
@@ -61,7 +61,6 @@ For casual chit-chat with others using this package:
61
61
  Many thanks to the following core technologies & people who have contributed to this package:
62
62
 
63
63
  - [Chris Breuer](https://github.com/chrisbbreuer)
64
- - [Novu](https://novu.co/)
65
64
  - [All Contributors](../../contributors)
66
65
 
67
66
  ## 📄 License
@@ -0,0 +1 @@
1
+ export declare const expoWip = 1;
@@ -0,0 +1 @@
1
+ export declare const fcmWip = 1;
@@ -0,0 +1,2 @@
1
+ export * as expo from './expo';
2
+ export * as fcm from './fcm';
@@ -0,0 +1 @@
1
+ export * from './drivers';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.58.73",
4
+ "version": "0.59.1",
5
5
  "description": "The Stacks Push integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -46,15 +46,11 @@
46
46
  "prepublishOnly": "bun --bun run build"
47
47
  },
48
48
  "peerDependencies": {
49
- "@novu/node": "^0.23.1",
50
- "@novu/stateless": "^0.23.1",
51
49
  "@stacksjs/cli": "latest",
52
50
  "@stacksjs/config": "latest",
53
51
  "@stacksjs/error-handling": "latest"
54
52
  },
55
53
  "dependencies": {
56
- "@novu/node": "^0.23.1",
57
- "@novu/stateless": "^0.23.1",
58
54
  "@stacksjs/cli": "latest",
59
55
  "@stacksjs/config": "latest",
60
56
  "@stacksjs/error-handling": "latest"