File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ jco-v1.11.0] - 2025-04-28
6+
7+ ### 🚀 Features
8+
9+ * * (jco)* expose comoponentizejs's debugBuild option on command line (#633 ) by @pchickey in #633
10+
11+
12+
13+ ## New Contributors
14+ * @tanishiking made their first contribution in [ #631 ] ( https://github.com/bytecodealliance/jco/pull/631 )
15+ * @marosset made their first contribution in [ #609 ] ( https://github.com/bytecodealliance/jco/pull/609 )
16+ * @MendyBerger made their first contribution in [ #591 ] ( https://github.com/bytecodealliance/jco/pull/591 )
Original file line number Diff line number Diff line change 99 "all" : " npm run build && npm run transpile && npm run transpiled-js"
1010 },
1111 "dependencies" : {
12- "@bytecodealliance/jco" : " ^1.10.2 " ,
12+ "@bytecodealliance/jco" : " ^1.11.0 " ,
1313 "@bytecodealliance/componentize-js" : " 0.17.0"
1414 }
1515}
Original file line number Diff line number Diff line change 1010 "all" : " npm run build && npm run demo"
1111 },
1212 "dependencies" : {
13- "@bytecodealliance/jco" : " ^1.10.2 " ,
13+ "@bytecodealliance/jco" : " ^1.11.0 " ,
1414 "@bytecodealliance/componentize-js" : " 0.17.0"
1515 },
1616 "devDependencies" : {
Original file line number Diff line number Diff line change 99 "all" : " npm run build:component && npm run transpile && npm run demo"
1010 },
1111 "dependencies" : {
12- "@bytecodealliance/jco" : " ^1.10.2 " ,
12+ "@bytecodealliance/jco" : " ^1.11.0 " ,
1313 "@bytecodealliance/componentize-js" : " 0.17.0"
1414 }
1515}
Original file line number Diff line number Diff line change 1111 "all" : " npm run build:dep ; npm run build ; npm run compose ; npm run transpile ; npm run transpiled-js"
1212 },
1313 "dependencies" : {
14- "@bytecodealliance/jco" : " ^1.10.2 " ,
14+ "@bytecodealliance/jco" : " ^1.11.0 " ,
1515 "@bytecodealliance/componentize-js" : " 0.17.0"
1616 }
1717}
Original file line number Diff line number Diff line change 99 "all" : " npm run build; npm run transpile; npm run transpiled-js"
1010 },
1111 "dependencies" : {
12- "@bytecodealliance/jco" : " ^1.10.2 " ,
12+ "@bytecodealliance/jco" : " ^1.11.0 " ,
1313 "@bytecodealliance/componentize-js" : " 0.17.0"
1414 }
1515}
Original file line number Diff line number Diff line change 1010 "all" : " npm run generate:wit && npm run generate:types && npm run build && npm run transpile && node demo.js"
1111 },
1212 "devDependencies" : {
13- "@bytecodealliance/jco" : " 1.10.2 " ,
13+ "@bytecodealliance/jco" : " 1.11.0 " ,
1414 "@bytecodealliance/componentize-js" : " 0.17.0"
1515 }
1616}
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco" ,
3- "version" : " 1.10.2 " ,
3+ "version" : " 1.11.0 " ,
44 "description" : " JavaScript tooling for working with WebAssembly Components" ,
55 "author" : " Guy Bedford" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments