@culturehq/client
Advanced tools
Comparing version 12.1.0 to 12.2.0
@@ -9,2 +9,8 @@ # Changelog | ||
## [12.2.0] - 2022-02-01 | ||
### Added | ||
- New endpoint to get story question requests | ||
## [12.1.0] - 2022-01-13 | ||
@@ -11,0 +17,0 @@ |
@@ -198,2 +198,3 @@ { | ||
"getStoryQuestion": ["GET", "/story_questions/:storyQuestionId"], | ||
"getStoryQuestionsRequests": ["GET", "/story_questions/requests"], | ||
"getTrendingStoryQuestion": ["GET", "/trending_stories"], | ||
@@ -200,0 +201,0 @@ "getUser": ["GET", "/users/:userId"], |
{ | ||
"name": "@culturehq/client", | ||
"version": "12.1.0", | ||
"version": "12.2.0", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -23,3 +23,3 @@ "main": "dist/client.js", | ||
"dependencies": { | ||
"@rails/actioncable": "^6.0.1" | ||
"@rails/actioncable": "^7.0.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
@@ -198,2 +198,3 @@ { | ||
"getStoryQuestion": ["GET", "/story_questions/:storyQuestionId"], | ||
"getStoryQuestionsRequests": ["GET", "/story_questions/requests"], | ||
"getTrendingStoryQuestion": ["GET", "/trending_stories"], | ||
@@ -200,0 +201,0 @@ "getUser": ["GET", "/users/:userId"], |
177756
2472
+ Added@rails/actioncable@7.2.201(transitive)
- Removed@rails/actioncable@6.1.710(transitive)
Updated@rails/actioncable@^7.0.0