@nhost/nhost-js
Advanced tools
Comparing version 0.2.4 to 0.3.0
{ | ||
"name": "@nhost/nhost-js", | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"description": "Nhost JavaScript SDK", | ||
@@ -26,3 +26,4 @@ "keywords": [ | ||
"test:backend:start": "cd test/backend; nhost dev -d", | ||
"test": "jest --runInBand" | ||
"test": "jest --runInBand", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -34,3 +35,3 @@ "repository": { | ||
"dependencies": { | ||
"@nhost/hasura-auth-js": "^0.1.2", | ||
"@nhost/hasura-auth-js": "^0.1.7", | ||
"@nhost/hasura-storage-js": "^0.0.5", | ||
@@ -44,2 +45,3 @@ "axios": "^0.23.0", | ||
"npm-run-all": "^4.1.5", | ||
"semantic-release": "^18.0.1", | ||
"ts-jest": "^27.0.7", | ||
@@ -46,0 +48,0 @@ "typedoc": "^0.22.6", |
@@ -5,9 +5,7 @@ <h1 align="center">@nhost/nhost-js</h1> | ||
<p align="center"> | ||
<img src="https://img.shields.io/badge/version-2.2.1-blue.svg?cacheSeconds=2592000" /> | ||
<img alt="npm" src="https://img.shields.io/npm/v/@nhost/nhost-js"> | ||
<img alt="npm" src="https://img.shields.io/npm/dm/@nhost/nhost-js"> | ||
<a href="LICENSE"> | ||
<img src="https://img.shields.io/badge/license-MIT-yellow.svg" alt="license: MIT" /> | ||
</a> | ||
<a href="https://commitizen.github.io/cz-cli"> | ||
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="commitizen: friendly" /> | ||
</a> | ||
<a href="https://prettier.io"> | ||
@@ -14,0 +12,0 @@ <img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" alt="code style: prettier" /> |
49145
6
56
Updated@nhost/hasura-auth-js@^0.1.7