glitch-javascript-sdk 2.9.7 → 2.9.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glitch-javascript-sdk",
3
- "version": "2.9.7",
3
+ "version": "2.9.8",
4
4
  "description": "Javascript SDK for Glitch",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -280,7 +280,7 @@ class TitlesRoute {
280
280
 
281
281
  communityActivity: { url: '/titles/activity/trending', method: HTTP_METHODS.GET },
282
282
  socialTrending: { url: '/titles/activity/social', method: HTTP_METHODS.GET },
283
-
283
+ discoveryQueue: { url: '/titles/discovery/queue', method: HTTP_METHODS.GET },
284
284
 
285
285
  };
286
286