We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0fb7c commit 66b5720Copy full SHA for 66b5720
javascript_client/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# graphql-ruby-client
2
3
+# 1.13.2 (28 Feb 2024)
4
+
5
+- Update `glob` to v10+ to eliminate dependency on `inflight` #4859
6
7
# 1.13.1 (23 Feb 2024)
8
9
- createAblyHandler: add typing for `onError` handler #4845
javascript_client/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
- "version": "1.13.1",
+ "version": "1.13.2",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
0 commit comments