@stacksjs/push 0.67.0 → 0.68.0

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/expo.d.ts ADDED
@@ -0,0 +1 @@
1
+ export declare const expoWip: 1;
package/dist/fcm.d.ts ADDED
@@ -0,0 +1 @@
1
+ export declare const fcmWip: 1;
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./drivers";
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.67.0",
4
+ "version": "0.68.0",
5
5
  "description": "The Stacks Push integration",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": ["Chris Breuer <chris@stacksjs.org>"],
@@ -1 +0,0 @@
1
- export declare const expoWip = 1;
@@ -1 +0,0 @@
1
- export declare const fcmWip = 1;
@@ -1,2 +0,0 @@
1
- export * as expo from "./expo";
2
- export * as fcm from "./fcm";