@rekey.dev/node 2.0.0-rc.4 → 2.0.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  The server SDK for [Rekey](https://rekey.dev) — auth, billing, usage, credits, licenses, and teams for your application, from any server-side TypeScript runtime (Node, Bun, Deno, Express, Fastify, Nest, Hono).
6
6
 
7
- > **For AI coding agents:** start at [AGENTS.md](./AGENTS.md) — it has the do-this-first rules.
7
+ > **For AI coding agents:** start at [AGENTS.md](../../AGENTS.md) — it has the do-this-first rules.
8
8
 
9
9
  ```bash
10
10
  npm i @rekey.dev/node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rekey.dev/node",
3
- "version": "2.0.0-rc.4",
3
+ "version": "2.0.0-rc.5",
4
4
  "license": "MIT",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"
@@ -34,7 +34,7 @@
34
34
  "subscription"
35
35
  ],
36
36
  "dependencies": {
37
- "@rekey.dev/shared-types": "^2.0.0-rc.4"
37
+ "@rekey.dev/shared-types": "^2.0.0-rc.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^22.9.0",