@bytecodealliance/jco 0.5.0 → 0.5.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 +1 -1
- package/package.json +1 -4
package/cli.mjs
CHANGED
|
@@ -45131,7 +45131,7 @@ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_cmd
|
|
|
45131
45131
|
commander__WEBPACK_IMPORTED_MODULE_0__/* .program.name */ .Nx.name('jco')
|
|
45132
45132
|
.description(chalk_template__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
|
|
45133
45133
|
.usage('<command> [options]')
|
|
45134
|
-
.version('0.5.
|
|
45134
|
+
.version('0.5.1');
|
|
45135
45135
|
|
|
45136
45136
|
function myParseInt(value) {
|
|
45137
45137
|
return parseInt(value, 10);
|
package/package.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytecodealliance/jco",
|
|
3
3
|
"description": "JavaScript tooling for working with WebAssembly Components",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.1",
|
|
5
5
|
"exports": "./api.mjs",
|
|
6
6
|
"types": "api.d.ts",
|
|
7
7
|
"author": "Guy Bedford",
|
|
8
8
|
"bin": {
|
|
9
9
|
"jco": "cli.mjs"
|
|
10
10
|
},
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"@bytecodealliance/componentize-js": "^0.0.1"
|
|
13
|
-
},
|
|
14
11
|
"repository": {
|
|
15
12
|
"type": "git",
|
|
16
13
|
"url": "git+https://github.com/bytecodealliance/jco.git"
|