Skip to content

Commit d699bd7

Browse files
committed
Correct workspace protocol
1 parent ef2ed1e commit d699bd7

File tree

12 files changed

+84
-84
lines changed

12 files changed

+84
-84
lines changed

docs/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"@braintree/sanitize-url": "^7.1.1",
44
"@cloudflare/workers-types": "catalog:",
55
"@deno/kv": "^0.8.4",
6-
"@fedify/amqp": "workspace:",
7-
"@fedify/cfworkers": "workspace:",
8-
"@fedify/express": "workspace:",
9-
"@fedify/fastify": "workspace:",
10-
"@fedify/fedify": "workspace:",
11-
"@fedify/h3": "workspace:",
12-
"@fedify/hono": "workspace:",
13-
"@fedify/koa": "workspace:",
14-
"@fedify/lint": "workspace:",
15-
"@fedify/nestjs": "workspace:",
16-
"@fedify/next": "workspace:",
17-
"@fedify/postgres": "workspace:",
18-
"@fedify/redis": "workspace:",
19-
"@fedify/sqlite": "workspace:",
20-
"@fedify/sveltekit": "workspace:",
21-
"@fedify/testing": "workspace:",
22-
"@fedify/vocab": "workspace:",
23-
"@fedify/vocab-runtime": "workspace:",
24-
"@fedify/relay": "workspace:",
6+
"@fedify/amqp": "workspace:^",
7+
"@fedify/cfworkers": "workspace:^",
8+
"@fedify/express": "workspace:^",
9+
"@fedify/fastify": "workspace:^",
10+
"@fedify/fedify": "workspace:^",
11+
"@fedify/h3": "workspace:^",
12+
"@fedify/hono": "workspace:^",
13+
"@fedify/koa": "workspace:^",
14+
"@fedify/lint": "workspace:^",
15+
"@fedify/nestjs": "workspace:^",
16+
"@fedify/next": "workspace:^",
17+
"@fedify/postgres": "workspace:^",
18+
"@fedify/redis": "workspace:^",
19+
"@fedify/sqlite": "workspace:^",
20+
"@fedify/sveltekit": "workspace:^",
21+
"@fedify/testing": "workspace:^",
22+
"@fedify/vocab": "workspace:^",
23+
"@fedify/vocab-runtime": "workspace:^",
24+
"@fedify/relay": "workspace:^",
2525
"@hono/node-server": "^1.13.7",
2626
"@js-temporal/polyfill": "catalog:",
2727
"@logtape/file": "catalog:",

examples/cloudflare-workers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"wrangler": "^4.18.0"
1515
},
1616
"dependencies": {
17-
"@fedify/fedify": "workspace:",
18-
"@fedify/vocab": "workspace:"
17+
"@fedify/fedify": "workspace:^",
18+
"@fedify/vocab": "workspace:^"
1919
}
2020
}

examples/elysia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@fedify/elysia": "workspace:*",
3434
"@fedify/fedify": "workspace:*",
35-
"@fedify/vocab": "workspace:",
35+
"@fedify/vocab": "workspace:^",
3636
"elysia": "catalog:"
3737
}
3838
}

examples/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"typescript": "^5.5.4"
3131
},
3232
"dependencies": {
33-
"@fedify/express": "workspace:",
34-
"@fedify/fedify": "workspace:",
35-
"@fedify/vocab": "workspace:",
33+
"@fedify/express": "workspace:^",
34+
"@fedify/fedify": "workspace:^",
35+
"@fedify/vocab": "workspace:^",
3636
"@logtape/logtape": "catalog:",
3737
"express": "catalog:"
3838
}

examples/fastify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"dev": "tsx watch index.ts"
99
},
1010
"dependencies": {
11-
"@fedify/fastify": "workspace:",
12-
"@fedify/fedify": "workspace:",
13-
"@fedify/vocab": "workspace:",
11+
"@fedify/fastify": "workspace:^",
12+
"@fedify/fedify": "workspace:^",
13+
"@fedify/vocab": "workspace:^",
1414
"fastify": "catalog:"
1515
},
1616
"devDependencies": {

examples/koa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"typescript": "^5.5.4"
3131
},
3232
"dependencies": {
33-
"@fedify/koa": "workspace:",
34-
"@fedify/fedify": "workspace:",
35-
"@fedify/vocab": "workspace:",
33+
"@fedify/koa": "workspace:^",
34+
"@fedify/fedify": "workspace:^",
35+
"@fedify/vocab": "workspace:^",
3636
"@logtape/logtape": "catalog:",
3737
"koa": "catalog:"
3838
}

examples/next-integration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "eslint"
1010
},
1111
"dependencies": {
12-
"@fedify/fedify": "workspace:",
13-
"@fedify/next": "workspace:",
14-
"@fedify/vocab": "workspace:",
12+
"@fedify/fedify": "workspace:^",
13+
"@fedify/next": "workspace:^",
14+
"@fedify/vocab": "workspace:^",
1515
"next": "15.5.0",
1616
"react": "19.1.0",
1717
"react-dom": "19.1.0",

examples/next14-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test": "true"
1111
},
1212
"dependencies": {
13-
"@fedify/fedify": "workspace:",
14-
"@fedify/vocab": "workspace:",
13+
"@fedify/fedify": "workspace:^",
14+
"@fedify/vocab": "workspace:^",
1515
"@logtape/logtape": "catalog:",
1616
"next": "^14.0.0",
1717
"react": "19.0.0-rc-7771d3a7-20240827",

examples/next15-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test": "true"
1111
},
1212
"dependencies": {
13-
"@fedify/fedify": "workspace:",
14-
"@fedify/vocab": "workspace:",
13+
"@fedify/fedify": "workspace:^",
14+
"@fedify/vocab": "workspace:^",
1515
"next": "15.3.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

examples/sveltekit-sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"lint": "prettier --check . && eslint ."
2121
},
2222
"dependencies": {
23-
"@fedify/fedify": "workspace:",
24-
"@fedify/sveltekit": "workspace:",
25-
"@fedify/vocab": "workspace:",
23+
"@fedify/fedify": "workspace:^",
24+
"@fedify/sveltekit": "workspace:^",
25+
"@fedify/vocab": "workspace:^",
2626
"x-forwarded-fetch": "^0.2.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)