Skip to content

Commit 959c1fe

Browse files
authored
fix: remove itty-aws and pathe as deps (#81)
1 parent a037051 commit 959c1fe

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

bun.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"": {
55
"name": "itty-aws",
66
"dependencies": {
7-
"itty-aws": ".",
87
"aws4fetch": "^1.0.20",
9-
"pathe": "^2.0.3",
108
},
119
"devDependencies": {
1210
"@aws-sdk/credential-providers": "^3",
@@ -23,6 +21,7 @@
2321
"changelogithub": "^13.16.0",
2422
"effect": "^3.16.12",
2523
"esbuild": "^0.25.9",
24+
"pathe": "^2.0.3",
2625
"ts-patch": "^3.3.0",
2726
"typescript": "^5.9.2",
2827
"vitest": "3",
@@ -534,8 +533,6 @@
534533

535534
"isexe": ["isexe@3.1.1", "", {}, "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ=="],
536535

537-
"itty-aws": ["itty-aws@root:", {}],
538-
539536
"jiti": ["jiti@2.5.1", "", { "bin": { "jiti": "lib/jiti-cli.mjs" } }, "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w=="],
540537

541538
"js-tokens": ["js-tokens@9.0.1", "", {}, "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ=="],

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@
4848
"generate-service-support-table": "bun scripts/generate-service-support-table.ts",
4949
"gen": "bun generate",
5050
"bundle:compare": "bun scripts/bundle-compare.ts",
51-
"test:smoke": "bun vitest test/smoke/*.test.ts",
51+
"test:smoke": "bun vitest run test/smoke/*.test.ts",
5252
"bump": "bun ./scripts/bump.ts",
5353
"publish:npm": "bun publish"
5454
},
5555
"dependencies": {
56-
"aws4fetch": "^1.0.20",
57-
"itty-aws": ".",
58-
"pathe": "^2.0.3"
56+
"aws4fetch": "^1.0.20"
5957
},
6058
"peerDependencies": {
6159
"@aws-sdk/credential-providers": "^3",
@@ -78,6 +76,7 @@
7876
"changelogithub": "^13.16.0",
7977
"effect": "^3.16.12",
8078
"esbuild": "^0.25.9",
79+
"pathe": "^2.0.3",
8180
"ts-patch": "^3.3.0",
8281
"typescript": "^5.9.2",
8382
"vitest": "3"

0 commit comments

Comments
 (0)