@cytario/web 2.2.0 → 2.2.1
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/package.json +2 -2
- package/public/duckdb-extensions/v1.4.3/wasm_eh/httpfs.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_eh/parquet.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_eh/spatial.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_mvp/httpfs.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_mvp/parquet.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_mvp/spatial.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_threads/httpfs.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_threads/parquet.duckdb_extension.wasm +0 -0
- package/public/duckdb-extensions/v1.4.3/wasm_threads/spatial.duckdb_extension.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cytario/web",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Cytario Web — scientific imaging data browser and viewer for OME-TIFF, OME-Zarr, Parquet and GeoTIFF on S3-compatible storage.",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"prepare": "husky || true",
|
|
51
|
-
"
|
|
51
|
+
"prepack": "npm run build:server && node scripts/prebuild.mjs",
|
|
52
52
|
"prebuild": "node scripts/prebuild.mjs",
|
|
53
53
|
"build": "node bin/cytario-web.mjs build",
|
|
54
54
|
"build:server": "tsup --config tsup.server.config.ts",
|
|
Binary file
|