@nhost/nhost-js
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,1 +0,2 @@ | ||
export * from './nhost-client'; | ||
export * from './core'; | ||
export * from './react'; |
@@ -13,3 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./nhost-client"), exports); | ||
__exportStar(require("./core"), exports); | ||
__exportStar(require("./react"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,2 @@ | ||
export * from './nhost-client'; | ||
export * from './core'; | ||
export * from './react'; |
@@ -1,2 +0,3 @@ | ||
export * from './nhost-client'; | ||
export * from './core'; | ||
export * from './react'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@nhost/nhost-js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Nhost JavaScript SDK", | ||
@@ -40,5 +40,12 @@ "main": "./lib/cjs/index.js", | ||
"@types/jwt-decode": "^3.1.0", | ||
"@types/react": "^17.0.17", | ||
"np": "^7.5.0", | ||
"react": "^16.0.0 || ^17.0.0", | ||
"react-dom": "^16.0.0 || ^17.0.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.0.0 || ^17.0.0", | ||
"react-dom": "^16.0.0 || ^17.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
41728
80
676
7
6
1