Skip to content

Commit 1f10e1d

Browse files
release: jco-std v0.0.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03cefa6 commit 1f10e1d

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

packages/jco-std/CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
## [0.0.1] - 2025-11-07
4+
5+
### 🚀 Features
6+
7+
* *(std)* add jco-std along with hono adapter by @vados-cosmonic
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* *(std)* release automation for std by @vados-cosmonic in #1112
13+
14+
* *(std)* lint by @vados-cosmonic in #1107
15+
16+
* *(std)* request creation code for hono integration by @vados-cosmonic
17+
18+
* *(std)* working hacked response by @vados-cosmonic in #1093
19+
20+
* *(std)* use alias for jco-std test by @vados-cosmonic
21+
22+
23+
### 🚜 Refactor
24+
25+
* *(std)* reuse request/response parsing impls by @vados-cosmonic
26+
27+
* *(std)* switch to wasi:http as the default method by @vados-cosmonic
28+
29+
30+
### 🧪 Testing
31+
32+
* *(std)* add retry for e2e app tests by @vados-cosmonic in #1105
33+
34+
* *(std)* fix up hono tests by @vados-cosmonic
35+
36+
* *(std)* remove unused config by @vados-cosmonic
37+
38+
39+
### ⚙️ Miscellaneous Tasks
40+
41+
* *(std)* remove unused code, some fixups by @vados-cosmonic
42+
43+
* *(std)* improve apps tests, lint, update workflow by @vados-cosmonic
44+

packages/jco-std/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco-std",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Library of shared functionality for use with the JS WebAssembly components",
55
"contributors": [
66
{
@@ -53,12 +53,12 @@
5353
"prepack": "npm run build"
5454
},
5555
"devDependencies": {
56-
"typescript-eslint": "^8.43.0",
5756
"@bytecodealliance/jco-transpile": "^0.1.1",
5857
"@bytecodealliance/preview2-shim": "^0.17.5",
5958
"@types/which": "^3.0.4",
6059
"hono": "^4.10.4",
6160
"rolldown": "^1.0.0-beta.46",
61+
"typescript-eslint": "^8.43.0",
6262
"which": "^5.0.0"
6363
}
6464
}

0 commit comments

Comments
 (0)