@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.41.2-build12 to 3.41.2-build13
@@ -27,5 +27,3 @@ import fs from 'fs'; | ||
filter: (file) => | ||
!file.path.endsWith('sqlite3.mjs') && | ||
/jswasm/.test(file.path) && | ||
/(?:\.mjs|\.wasm|proxy\.js)$/.test(file.path), | ||
/jswasm/.test(file.path) && /(\.mjs|\.wasm|\.js)$/.test(file.path), | ||
}); | ||
@@ -32,0 +30,0 @@ console.log( |
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.41.2-build12", | ||
"version": "3.41.2-build13", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,5 @@ # SQLite Wasm | ||
> **Note** This project wraps the code of | ||
> **Note** | ||
> | ||
> This project wraps the code of | ||
> [SQLite Wasm](https://sqlite.org/wasm/doc/trunk/index.md) with _no_ changes. | ||
@@ -8,0 +10,0 @@ > Please do _not_ file issues or feature requests regarding the underlying |
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
2239152
13
37927
151
4
21