@nhost/nhost-js
Advanced tools
Comparing version 0.0.1-7 to 0.0.1-8
{ | ||
"name": "@nhost/nhost-js", | ||
"version": "0.0.1-7", | ||
"version": "0.0.1-8", | ||
"description": "Nhost JavaScript SDK", | ||
"main": "dist/index.js", | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"types": "./lib/esm/index.d.ts", | ||
"publishConfig": { | ||
@@ -10,3 +12,3 @@ "access": "public" | ||
"files": [ | ||
"dist/" | ||
"lib/" | ||
], | ||
@@ -16,3 +18,5 @@ "scripts": { | ||
"release": "yarn build && np", | ||
"build": "tsc" | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs" | ||
}, | ||
@@ -19,0 +23,0 @@ "repository": { |
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
9711
20
129
1