Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint"
},
"dependencies": {
"@earthyscience/netcdf4-wasm": "^0.2.2",
"@earthyscience/netcdf4-wasm": "^0.2.4",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earthyscience/netcdf4-wasm",
"version": "0.2.3",
"version": "0.2.4",
"description": "Partial compilation of NetCDF4 library to WebAssembly with TypeScript bindings",
"type": "module",
"main": "./dist/index.js",
Expand Down