@meshcore-cz/meshpkt 0.1.2 → 0.1.3

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/meshpkt.wasm CHANGED
Binary file
package/dist/wasm.gen.js CHANGED
@@ -1663,7 +1663,7 @@ export const OpMetas = [
1663
1663
  group: "",
1664
1664
  action: "",
1665
1665
  widget: "",
1666
- autoFill: "",
1666
+ autoFill: "packetHex",
1667
1667
  secret: false,
1668
1668
  },
1669
1669
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshcore-cz/meshpkt",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "MeshCore radio packet codec for JavaScript and TypeScript, powered by WebAssembly",
5
5
  "type": "module",
6
6
  "license": "MIT",