@hpcc-js/wasm-duckdb 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -4
- package/package.json +9 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/wasm-duckdb",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "hpcc-js - WASM DuckDB",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -30,25 +30,23 @@
|
|
|
30
30
|
"build-dev": "run-p build-types build-ts-dev",
|
|
31
31
|
"build": "npm-run-all --serial pack-duckdb --parallel build-types build-ts",
|
|
32
32
|
"lint-skypack": "npx -y @skypack/package-check",
|
|
33
|
-
"lint-eslint": "eslint src/**/*.ts",
|
|
33
|
+
"lint-eslint": "eslint src/**/*.ts spec/*.ts",
|
|
34
34
|
"lint": "run-p lint-eslint",
|
|
35
|
-
"test-
|
|
36
|
-
"test
|
|
37
|
-
"test": "run-s test-chrome",
|
|
35
|
+
"test-browser": "jasmine-browser-runner runSpecs",
|
|
36
|
+
"test": "run-s test-browser",
|
|
38
37
|
"update": "npx -y npm-check-updates -u -t minor",
|
|
39
38
|
"update-major": "npx -y npm-check-updates -u"
|
|
40
39
|
},
|
|
41
40
|
"devDependencies": {
|
|
42
|
-
"@duckdb/duckdb-wasm": "1.28.1-
|
|
41
|
+
"@duckdb/duckdb-wasm": "1.28.1-dev106.0",
|
|
42
|
+
"mkdirp": "3.0.1"
|
|
43
43
|
},
|
|
44
44
|
"keywords": [
|
|
45
|
-
"
|
|
45
|
+
"DuckDB",
|
|
46
46
|
"typescript",
|
|
47
47
|
"webassembly",
|
|
48
48
|
"wasm",
|
|
49
|
-
"
|
|
50
|
-
"neato",
|
|
51
|
-
"twopi"
|
|
49
|
+
"sql"
|
|
52
50
|
],
|
|
53
51
|
"author": "hpcc-systems",
|
|
54
52
|
"repository": {
|
|
@@ -57,5 +55,5 @@
|
|
|
57
55
|
},
|
|
58
56
|
"homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
|
|
59
57
|
"license": "Apache-2.0",
|
|
60
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "6f97b7b407abb2635e1cd68a4f4343581906d42c"
|
|
61
59
|
}
|