@bytecodealliance/jco 0.5.4 → 0.5.5

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/cli.mjs CHANGED
@@ -45138,7 +45138,7 @@ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_cmd
45138
45138
  commander__WEBPACK_IMPORTED_MODULE_0__/* .program.name */ .Nx.name('jco')
45139
45139
  .description(chalk_template__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
45140
45140
  .usage('<command> [options]')
45141
- .version('0.5.4');
45141
+ .version('0.5.5');
45142
45142
 
45143
45143
  function myParseInt(value) {
45144
45144
  return parseInt(value, 10);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bytecodealliance/jco",
3
3
  "description": "JavaScript tooling for working with WebAssembly Components",
4
- "version": "0.5.4",
4
+ "version": "0.5.5",
5
5
  "exports": "./api.mjs",
6
6
  "types": "api.d.ts",
7
7
  "author": "Guy Bedford",
Binary file
Binary file
Binary file