Skip to content

Commit 032f799

Browse files
authored
Merge pull request #2180 from golemcloud/update_sdk_2
Update sdk and wasm-rquickjs
2 parents 4ea3583 + 1be183d commit 032f799

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ walkdir = "2.5.0"
320320
warp = "0.3.7"
321321
wasm-encoder = "0.235.0"
322322
wasm-metadata = { version = "0.235.0", features = ["oci"] }
323-
wasm-rquickjs = "0.0.17"
323+
wasm-rquickjs = "0.0.20"
324324
wasm-wave = "0.235"
325325
wasmparser = "0.235.0"
326326
wasmprinter = "0.219.1"

cli/golem-templates/templates/ts/ts-app-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"components-ts/*/*"
88
],
99
"dependencies": {
10-
"@golemcloud/golem-ts-sdk": "0.0.47"
10+
"@golemcloud/golem-ts-sdk": "0.0.49"
1111
},
1212
"devDependencies": {
1313
"@rollup/plugin-alias": "^5.1.1",
@@ -19,6 +19,6 @@
1919
"rollup": "^4.50.1",
2020
"tslib": "^2.8.1",
2121
"typescript": "^5.9.2",
22-
"@golemcloud/golem-ts-typegen": "0.0.47"
22+
"@golemcloud/golem-ts-typegen": "0.0.49"
2323
}
2424
}

0 commit comments

Comments
 (0)