pushy 3.0.2 → 3.0.4

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/index.d.ts CHANGED
@@ -345,7 +345,7 @@ declare module 'pushy' {
345
345
  * Retrieve a list of your app's topics and subscribers count.
346
346
  * @see {@link https://pushy.me/docs/api/pubsub-topics}
347
347
  */
348
- getTopics(): Promise<Array<TopicStatus>>;
348
+ getTopics(): Promise<{topics: TopicStatus[]}>;
349
349
 
350
350
  /**
351
351
  * Retrieve a list of devices subscribed to a certain topic.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushy",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "The official Node.js package for sending push notifications with Pushy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,6 +17,6 @@
17
17
  },
18
18
  "homepage": "https://github.com/pushy/pushy-node#readme",
19
19
  "dependencies": {
20
- "axios": "^0.27.2"
20
+ "axios": "^0.28.0"
21
21
  }
22
22
  }
package/.DS_Store DELETED
Binary file
package/api/.DS_Store DELETED
Binary file