@nhost/nhost-js
Advanced tools
Comparing version 0.0.1-8 to 0.0.1
export * from './nhost-client'; | ||
declare const myNumber = 3; | ||
export { myNumber }; |
@@ -13,6 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.myNumber = void 0; | ||
__exportStar(require("./nhost-client"), exports); | ||
var myNumber = 3; | ||
exports.myNumber = myNumber; | ||
//# sourceMappingURL=index.js.map |
export * from './nhost-client'; | ||
declare const myNumber = 3; | ||
export { myNumber }; |
export * from './nhost-client'; | ||
var myNumber = 3; | ||
export { myNumber }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@nhost/nhost-js", | ||
"version": "0.0.1-8", | ||
"version": "0.0.1", | ||
"description": "Nhost JavaScript SDK", | ||
@@ -15,7 +15,7 @@ "main": "./lib/cjs/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"release": "yarn build && np", | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs" | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"release": "yarn build && np" | ||
}, | ||
@@ -22,0 +22,0 @@ "repository": { |
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
0
9393
120