@nhost/hasura-storage-js
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "@nhost/hasura-storage-js", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "Hasura-storage client", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"axios": "^1.1.3", | ||
"axios": "^1.2.0", | ||
"form-data": "^4.0.0", | ||
@@ -49,3 +49,3 @@ "xstate": "^4.33.5" | ||
"peerDependencies": { | ||
"@nhost/core": "0.9.3" | ||
"@nhost/core": "0.9.4" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
"uuid": "^8.3.2", | ||
"@nhost/core": "0.9.3", | ||
"@nhost/core": "0.9.4", | ||
"@nhost/docgen": "0.1.3" | ||
@@ -59,0 +59,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
610342
1357
+ Added@nhost/core@0.9.4(transitive)
- Removed@nhost/core@0.9.3(transitive)
Updatedaxios@^1.2.0