@rxflex/rom 0.0.9 → 0.0.10

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/Cargo.toml CHANGED
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  name = "rom-node-native"
3
3
  description = "Native napi-rs bridge for the ROM Node.js bindings"
4
- version = "0.0.9"
4
+ version = "0.0.10"
5
5
  edition = "2024"
6
6
  homepage = "https://github.com/Rxflex/rom"
7
7
  license = "MIT"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxflex/rom",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "description": "Node.js wrapper for the ROM browser-like runtime",
6
6
  "license": "MIT",