libsql-stateless
Advanced tools
Comparing version 2.7.6 to 2.8.0-alpha.1
{ | ||
"name": "libsql-stateless", | ||
"version": "2.7.6", | ||
"version": "2.8.0-alpha.1", | ||
"homepage": "https://github.com/DaBigBlob/libsql-stateless#readme", | ||
@@ -19,5 +19,5 @@ "repository": { | ||
".": { | ||
"types": "./lib-esm/main.d.ts", | ||
"import": "./lib-esm/main.js", | ||
"require": "./lib-cjs/main.js" | ||
"types": "./dist/main.d.ts", | ||
"import": "./dist/main.js", | ||
"require": "./dist/main.js" | ||
} | ||
@@ -31,4 +31,3 @@ }, | ||
"files": [ | ||
"lib-cjs/**", | ||
"lib-esm/**" | ||
"./dist/**" | ||
], | ||
@@ -53,7 +52,4 @@ "keywords": [ | ||
"prepublishOnly": "npm run build", | ||
"prebuild": "rm -rf ./lib-cjs ./lib-esm", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc -p tsconfig.build-cjs.json", | ||
"build:esm": "tsc -p tsconfig.build-esm.json", | ||
"postbuild": "cp package-cjs.json ./lib-cjs/package.json", | ||
"prebuild": "rm -rf ./dist", | ||
"build": "tsc -p tsconfig.json", | ||
"typecheck": "tsc --noEmit", | ||
@@ -63,6 +59,7 @@ "test": "bun run _tests/test2.ts", | ||
"clean": "npm run prebuild", | ||
"build:clean": "npm run clean && npm run build", | ||
"prod": "npm publish && npm run clean" | ||
}, | ||
"type": "module", | ||
"types": "lib-esm/main.d.ts" | ||
"types": "./dist/main.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
12822
9
258
1