@bytecodealliance/jco 1.11.3-rc.1 → 1.11.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/package.json +1 -1
- package/src/jco.js +1 -1
package/package.json
CHANGED
package/src/jco.js
CHANGED
|
@@ -23,7 +23,7 @@ program
|
|
|
23
23
|
c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`
|
|
24
24
|
)
|
|
25
25
|
.usage('<command> [options]')
|
|
26
|
-
.version('1.11.3
|
|
26
|
+
.version('1.11.3');
|
|
27
27
|
|
|
28
28
|
function myParseInt(value) {
|
|
29
29
|
return parseInt(value, 10);
|