Skip to content

Commit 1c3d447

Browse files
committed
Update dependencies and add actions script for Docker context
1 parent 856f9ad commit 1c3d447

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

bun.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.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"test": "bun test",
77
"test:integration": "bun test test/integration.test.ts",
88
"test:watch": "bun test --watch",
9-
"test:coverage": "bun test --coverage"
9+
"test:coverage": "bun test --coverage",
10+
"actions": "DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}') act"
1011
},
1112
"devDependencies": {
1213
"@types/bun": "latest"
@@ -16,7 +17,7 @@
1617
},
1718
"dependencies": {
1819
"0http-bun": "^1.2.2",
19-
"fetch-gate": "^1.0.2",
20+
"fetch-gate": "^1.1.0",
2021
"jose": "^6.0.11",
2122
"pino": "^9.7.0",
2223
"pino-pretty": "^13.0.0",

0 commit comments

Comments
 (0)