Skip to content

Commit 68d4ce8

Browse files
authored
Merge pull request #238 from Agoric/60-publish-changesets
test out autopublishing
2 parents f477886 + 92efd29 commit 68d4ce8

File tree

4 files changed

+109
-216
lines changed

4 files changed

+109
-216
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": "@changesets/cli/changelog",
4-
"commit": false,
4+
"commit": true,
55
"fixed": [],
66
"linked": [],
77
"access": "restricted",

.changeset/lovely-experts-listen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@agoric/synthetic-chain': patch
3+
---
4+
5+
bump deps to latest

packages/synthetic-chain/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
},
2222
"dependencies": {
2323
"@endo/zip": "^1.0.9",
24-
"better-sqlite3": "^11.8.1",
24+
"better-sqlite3": "^11.10.0",
2525
"chalk": "^5.4.1",
2626
"cosmjs-types": "^0.9.0",
27-
"execa": "^9.5.2",
28-
"glob": "^11.0.1",
27+
"execa": "^9.5.3",
28+
"glob": "^11.0.2",
2929
"tmp": "0.2.3"
3030
},
3131
"devDependencies": {
3232
"@agoric/cosmic-proto": "0.5.0-u18.5",
3333
"@types/better-sqlite3": "^7.6.13",
3434
"@types/glob": "^8.1.0",
35-
"@types/node": "^18.19.86",
35+
"@types/node": "^22.15.17",
3636
"@types/tmp": "0.2.6",
37-
"ava": "^6.2.0",
37+
"ava": "^6.3.0",
3838
"ts-blank-space": "^0.6.1",
3939
"tsup": "^8.4.0",
4040
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)