@stacksjs/push 0.61.23 → 0.62.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12,21 +12,13 @@ var __export = (target, all) => {
12
12
  // src/drivers/expo.ts
13
13
  var exports_expo = {};
14
14
  __export(exports_expo, {
15
- expoWip: () => {
16
- {
17
- return expoWip;
18
- }
19
- }
15
+ expoWip: () => expoWip
20
16
  });
21
17
  var expoWip = 1;
22
18
  // src/drivers/fcm.ts
23
19
  var exports_fcm = {};
24
20
  __export(exports_fcm, {
25
- fcmWip: () => {
26
- {
27
- return fcmWip;
28
- }
29
- }
21
+ fcmWip: () => fcmWip
30
22
  });
31
23
  var fcmWip = 1;
32
24
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.61.23",
4
+ "version": "0.62.0",
5
5
  "description": "The Stacks Push integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",