@bytecodealliance/jco 0.6.0 → 0.6.1

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
@@ -45315,7 +45315,7 @@ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_cmd
45315
45315
  commander__WEBPACK_IMPORTED_MODULE_0__/* .program.name */ .Nx.name('jco')
45316
45316
  .description(chalk_template__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
45317
45317
  .usage('<command> [options]')
45318
- .version('0.6.0');
45318
+ .version('0.6.1');
45319
45319
 
45320
45320
  function myParseInt(value) {
45321
45321
  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.6.0",
4
+ "version": "0.6.1",
5
5
  "exports": "./api.mjs",
6
6
  "types": "api.d.ts",
7
7
  "author": "Guy Bedford",
Binary file
Binary file