Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 85315b2

Browse files
committed
fix: fix cloudflare-workers @rivetkit/core dependency version (#1103)
1 parent e331079 commit 85315b2

File tree

4 files changed

+5
-48
lines changed

4 files changed

+5
-48
lines changed

examples/drizzle/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,5 @@
1818
"drizzle-kit": "^0.31.2",
1919
"drizzle-orm": "^0.44.2"
2020
},
21-
"example": {
22-
"platforms": [
23-
"*"
24-
]
25-
},
2621
"stableVersion": "0.8.0"
2722
}

examples/starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "example-rivet",
2+
"name": "starter",
33
"version": "0.9.2",
44
"private": true,
55
"scripts": {
@@ -14,7 +14,7 @@
1414
"typescript": "^5.5.2"
1515
},
1616
"dependencies": {
17-
"@rivetkit/actor": "https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/actor@7e018f2"
17+
"@rivetkit/actor": "workspace:*"
1818
},
1919
"stableVersion": "0.8.0"
2020
}

packages/drivers/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"invariant": "^2.2.4",
4848
"zod": "^3.25.76",
4949
"hono": "4.8.3",
50-
"@rivetkit/core": "*"
50+
"@rivetkit/core": "workspace:*"
5151
},
5252
"stableVersion": "0.8.0"
5353
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)