Skip to content

Commit 65e8e6c

Browse files
authored
chore: update @ts-ast-parser/core to support node 21 (#180)
1 parent 5a17a02 commit 65e8e6c

File tree

4 files changed

+13
-22
lines changed

4 files changed

+13
-22
lines changed

packages/homestar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@ipld/dag-cbor": "^9.2.0",
6969
"@ipld/dag-json": "^10.2.0",
7070
"@multiformats/sha3": "^3.0.2",
71-
"@ts-ast-parser/core": "^0.7.0",
71+
"@ts-ast-parser/core": "^0.8.0",
7272
"del": "^7.1.0",
7373
"emittery": "^1.0.3",
7474
"esbuild": "^0.20.1",

packages/homestar/src/wasmify/wit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function witType(type, msg = '') {
7070
return `tuple<${type.elements.map((t) => witType(t, msg)).join(', ')}>`
7171
}
7272

73-
if (type.kind === 'ObjectLiteral' && type.properties) {
73+
if (type.kind === 'TypeLiteral' && type.properties) {
7474
return `record object-literal {${type.properties
7575
.map((p) => `${witId(p.name)}: ${witType(p.type, msg)}`)
7676
.join(', ')}}`

packages/ucan/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
5959
},
6060
"dependencies": {
61-
"@ipld/dag-cbor": "^9.2.0",
6261
"@noble/ed25519": "^2.0.0",
6362
"@scure/bip39": "^1.2.2",
6463
"iso-base": "^4.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)