@openmeteo/file-format-wasm 0.0.1 → 0.0.2

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # file-format-wasm
1
+ # Open-Meteo File-Format-Wasm
2
2
 
3
3
  WebAssembly bindings for the [Open-Meteo File Format](https://github.com/open-meteo/om-file-format/).
4
4
 
@@ -42,7 +42,6 @@ const headerSize = module._om_header_size();
42
42
  ```bash
43
43
  # Clone the repository
44
44
  git clone --recursive https://github.com/open-meteo/typescript-omfiles.git
45
- cd typescript-omfiles
46
45
 
47
46
  # Build using Docker
48
47
  docker pull emscripten/emsdk
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmeteo/file-format-wasm",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "WebAssembly bindings for OmFileFormat",
5
5
  "type": "module",
6
6
  "main": "dist/om_reader_wasm.js",