Comparing version 4.0.8 to 4.0.9
@@ -0,1 +1,11 @@ | ||
## 4.0.9 - Mon May 25 2020 22:50:02 | ||
**Contributor:** Markus Felten | ||
- feat: provide native esm exports (#117) | ||
* feat: provide native esm exports | ||
Co-authored-by: Markus Felten <Markus.Felten@db.com> | ||
## 4.0.8 - Thu May 21 2020 22:59:57 | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "sqlite", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"type": "commonjs", | ||
"exports": { | ||
"require": "./build/index.js", | ||
"import": "./build/index.mjs" | ||
}, | ||
"scripts": { | ||
"build": "npm run build:clean && npm run compile && cp -R src/vendor-typings build", | ||
"build": "npm run build:clean && npm run compile && cp -R src/index.mjs src/vendor-typings build", | ||
"build:docs": "typedoc --options typedoc.js --plugin typedoc-plugin-markdown src/ --out docs", | ||
@@ -10,0 +15,0 @@ "build:clean": "rm -rf build/*", |
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
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
90241
25
1244