@nhost/nhost-js
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@nhost/nhost-js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Nhost JavaScript SDK", | ||
@@ -12,5 +12,5 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"types": "./lib/esm/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"publishConfig": { | ||
@@ -20,3 +20,3 @@ "access": "public" | ||
"files": [ | ||
"lib/" | ||
"dist/" | ||
], | ||
@@ -26,3 +26,3 @@ "scripts": { | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"test:backend:start": "cd test/backend; nhost dev -d", | ||
@@ -29,0 +29,0 @@ "test": "jest --runInBand" |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
49202
38
778
1