@cedarjs/internal 1.0.0-canary.12978 → 1.0.0-canary.12986

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.
@@ -125,7 +125,7 @@ const generateGraphQLSchema = async () => {
125
125
  import_ansis.default.yellow(
126
126
  ` See the ${(0, import_termi_link.terminalLink)(
127
127
  "Troubleshooting Generators",
128
- "https://redwoodjs.com/docs/schema-relations#troubleshooting-generators"
128
+ "https://cedarjs.com/docs/schema-relations#troubleshooting-generators"
129
129
  )} section in our docs for more help.`
130
130
  )
131
131
  ].join("\n");
@@ -97,7 +97,7 @@ const generateGraphQLSchema = async () => {
97
97
  ansis.yellow(
98
98
  ` See the ${terminalLink(
99
99
  "Troubleshooting Generators",
100
- "https://redwoodjs.com/docs/schema-relations#troubleshooting-generators"
100
+ "https://cedarjs.com/docs/schema-relations#troubleshooting-generators"
101
101
  )} section in our docs for more help.`
102
102
  )
103
103
  ].join("\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "1.0.0-canary.12978+85049b44d",
3
+ "version": "1.0.0-canary.12986+275f121cf",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -140,10 +140,10 @@
140
140
  "@babel/plugin-transform-typescript": "^7.26.8",
141
141
  "@babel/runtime-corejs3": "7.28.4",
142
142
  "@babel/traverse": "7.28.5",
143
- "@cedarjs/babel-config": "1.0.0-canary.12978",
144
- "@cedarjs/graphql-server": "1.0.0-canary.12978",
145
- "@cedarjs/project-config": "1.0.0-canary.12978",
146
- "@cedarjs/router": "1.0.0-canary.12978",
143
+ "@cedarjs/babel-config": "1.0.0-canary.12986",
144
+ "@cedarjs/graphql-server": "1.0.0-canary.12986",
145
+ "@cedarjs/project-config": "1.0.0-canary.12986",
146
+ "@cedarjs/router": "1.0.0-canary.12986",
147
147
  "@graphql-codegen/add": "4.0.1",
148
148
  "@graphql-codegen/cli": "3.3.1",
149
149
  "@graphql-codegen/client-preset": "4.3.3",
@@ -157,7 +157,7 @@
157
157
  "@graphql-codegen/typescript-resolvers": "3.2.1",
158
158
  "@graphql-tools/documents": "1.0.1",
159
159
  "@sdl-codegen/node": "2.0.1",
160
- "ansis": "4.1.0",
160
+ "ansis": "4.2.0",
161
161
  "core-js": "3.42.0",
162
162
  "deepmerge": "4.3.1",
163
163
  "esbuild": "0.25.9",
@@ -176,7 +176,7 @@
176
176
  },
177
177
  "devDependencies": {
178
178
  "@arethetypeswrong/cli": "0.18.2",
179
- "@cedarjs/framework-tools": "1.0.0-canary.12978",
179
+ "@cedarjs/framework-tools": "1.0.0-canary.12986",
180
180
  "@types/fs-extra": "11.0.4",
181
181
  "concurrently": "8.2.2",
182
182
  "graphql-tag": "2.12.6",
@@ -187,5 +187,5 @@
187
187
  "publishConfig": {
188
188
  "access": "public"
189
189
  },
190
- "gitHead": "85049b44d493c2ea57d3059a0f67bc7d7af8e4f7"
190
+ "gitHead": "275f121cfd767cf5b457325de829a281c93440c7"
191
191
  }