@cedarjs/fastify-web 4.0.0 → 4.0.1-next.67

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/dist/types.d.ts +2 -2
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -2,9 +2,9 @@ export interface RedwoodFastifyWebOptions {
2
2
  redwood?: {
3
3
  /**
4
4
  * Specify the URL to your API server.
5
- * This can be a relative URL on the current domain (`/.redwood/functions`),
5
+ * This can be a relative URL on the current domain (`/.api/functions`),
6
6
  * in which case the `apiProxyTarget` option must be set,
7
- * or a fully-qualified URL (`https://api.redwood.horse`).
7
+ * or a fully-qualified URL (`https://api.example.com`).
8
8
  *
9
9
  * Note: This should not include the path to the GraphQL Server.
10
10
  **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/fastify-web",
3
- "version": "4.0.0",
3
+ "version": "4.0.1-next.67+ad97a60c79",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -22,15 +22,15 @@
22
22
  "test:watch": "vitest watch"
23
23
  },
24
24
  "dependencies": {
25
- "@cedarjs/project-config": "4.0.0",
26
- "@fastify/http-proxy": "11.4.3",
25
+ "@cedarjs/project-config": "4.0.1-next.67+ad97a60c79",
26
+ "@fastify/http-proxy": "11.4.4",
27
27
  "@fastify/static": "8.3.0",
28
28
  "@fastify/url-data": "6.0.3",
29
29
  "fast-glob": "3.3.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@cedarjs/framework-tools": "0.0.0",
33
- "fastify": "5.8.4",
32
+ "@cedarjs/framework-tools": "4.0.1-next.67",
33
+ "fastify": "5.8.5",
34
34
  "tsx": "4.21.0",
35
35
  "typescript": "5.9.3",
36
36
  "vitest": "3.2.4"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "b73014711894261b601a749b8caa2ae3bb1bec07"
44
+ "gitHead": "ad97a60c793c21b3263b4178e339d89406f7a7a3"
45
45
  }