@cedarjs/internal 1.0.0-canary.12525 → 1.0.0-canary.12526

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.
@@ -48,7 +48,7 @@ const writeTemplate = (templatePath, destination, templateValues = {}) => {
48
48
  const template = templatized(templateString, templateValues);
49
49
  import_node_fs.default.writeFileSync(
50
50
  destination,
51
- "// This file was generated by RedwoodJS\n" + template
51
+ "// This file was generated by CedarJS\n" + template
52
52
  );
53
53
  };
54
54
  const templatized = (template, vars = {}) => {
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Generate all the types for a RedwoodJS project
3
- * and return the generated path to files, so they're logged
2
+ * Generate all the types for a CedarJS project and return the generated path to
3
+ * files, so they're logged
4
4
  */
5
5
  export declare const generateTypeDefs: () => Promise<{
6
6
  typeDefFiles: string[];
@@ -14,7 +14,7 @@ const writeTemplate = (templatePath, destination, templateValues = {}) => {
14
14
  const template = templatized(templateString, templateValues);
15
15
  fs.writeFileSync(
16
16
  destination,
17
- "// This file was generated by RedwoodJS\n" + template
17
+ "// This file was generated by CedarJS\n" + template
18
18
  );
19
19
  };
20
20
  const templatized = (template, vars = {}) => {
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Generate all the types for a RedwoodJS project
3
- * and return the generated path to files, so they're logged
2
+ * Generate all the types for a CedarJS project and return the generated path to
3
+ * files, so they're logged
4
4
  */
5
5
  export declare const generateTypeDefs: () => Promise<{
6
6
  typeDefFiles: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "1.0.0-canary.12525+91e73cdbb",
3
+ "version": "1.0.0-canary.12526+6cd6baec4",
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.27.6",
142
142
  "@babel/traverse": "7.27.4",
143
- "@cedarjs/babel-config": "1.0.0-canary.12525",
144
- "@cedarjs/graphql-server": "1.0.0-canary.12525",
145
- "@cedarjs/project-config": "1.0.0-canary.12525",
146
- "@cedarjs/router": "1.0.0-canary.12525",
143
+ "@cedarjs/babel-config": "1.0.0-canary.12526",
144
+ "@cedarjs/graphql-server": "1.0.0-canary.12526",
145
+ "@cedarjs/project-config": "1.0.0-canary.12526",
146
+ "@cedarjs/router": "1.0.0-canary.12526",
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",
@@ -176,7 +176,7 @@
176
176
  },
177
177
  "devDependencies": {
178
178
  "@arethetypeswrong/cli": "0.18.2",
179
- "@cedarjs/framework-tools": "1.0.0-canary.12525",
179
+ "@cedarjs/framework-tools": "1.0.0-canary.12526",
180
180
  "@types/fs-extra": "11.0.4",
181
181
  "concurrently": "8.2.2",
182
182
  "graphql-tag": "2.12.6",
@@ -184,5 +184,5 @@
184
184
  "tsx": "4.20.3",
185
185
  "vitest": "3.2.4"
186
186
  },
187
- "gitHead": "91e73cdbbcbef0b733b2c7f89a894e65f75ee73b"
187
+ "gitHead": "6cd6baec4214e711011ae8a7885b2c536b96acbb"
188
188
  }