@cedarjs/internal 4.0.0-canary.13782 → 4.0.0-canary.13784
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../src/generate/generate.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../src/generate/generate.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,QAAQ;;;;;;EA2CpB,CAAA;AAED,eAAO,MAAM,GAAG,qBAoCf,CAAA"}
|
|
@@ -23,6 +23,7 @@ __export(generate_exports, {
|
|
|
23
23
|
run: () => run
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(generate_exports);
|
|
26
|
+
var import_loadEnvFiles = require("@cedarjs/cli-helpers/loadEnvFiles");
|
|
26
27
|
var import_project_config = require("@cedarjs/project-config");
|
|
27
28
|
var import_clientPreset = require("./clientPreset.js");
|
|
28
29
|
var import_gqlormSchema = require("./gqlormSchema.js");
|
|
@@ -62,6 +63,7 @@ const generate = async () => {
|
|
|
62
63
|
};
|
|
63
64
|
};
|
|
64
65
|
const run = async () => {
|
|
66
|
+
(0, import_loadEnvFiles.loadEnvFiles)();
|
|
65
67
|
console.log("Generating...");
|
|
66
68
|
console.log();
|
|
67
69
|
const { files, errors } = await generate();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../src/generate/generate.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../src/generate/generate.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,QAAQ;;;;;;EA2CpB,CAAA;AAED,eAAO,MAAM,GAAG,qBAoCf,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { loadEnvFiles } from "@cedarjs/cli-helpers/loadEnvFiles";
|
|
2
3
|
import { getConfig, getPaths } from "@cedarjs/project-config";
|
|
3
4
|
import { generateClientPreset } from "./clientPreset.js";
|
|
4
5
|
import { generateGqlormArtifacts } from "./gqlormSchema.js";
|
|
@@ -38,6 +39,7 @@ const generate = async () => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
const run = async () => {
|
|
42
|
+
loadEnvFiles();
|
|
41
43
|
console.log("Generating...");
|
|
42
44
|
console.log();
|
|
43
45
|
const { files, errors } = await generate();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13784+a1524c1b18",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -159,11 +159,12 @@
|
|
|
159
159
|
"@babel/plugin-transform-react-jsx": "7.28.6",
|
|
160
160
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
161
161
|
"@babel/traverse": "7.29.0",
|
|
162
|
-
"@cedarjs/babel-config": "4.0.0-canary.
|
|
163
|
-
"@cedarjs/
|
|
164
|
-
"@cedarjs/
|
|
165
|
-
"@cedarjs/
|
|
166
|
-
"@cedarjs/
|
|
162
|
+
"@cedarjs/babel-config": "4.0.0-canary.13784",
|
|
163
|
+
"@cedarjs/cli-helpers": "4.0.0-canary.13784",
|
|
164
|
+
"@cedarjs/graphql-server": "4.0.0-canary.13784",
|
|
165
|
+
"@cedarjs/project-config": "4.0.0-canary.13784",
|
|
166
|
+
"@cedarjs/router": "4.0.0-canary.13784",
|
|
167
|
+
"@cedarjs/structure": "4.0.0-canary.13784",
|
|
167
168
|
"@graphql-codegen/add": "6.0.0",
|
|
168
169
|
"@graphql-codegen/cli": "6.2.1",
|
|
169
170
|
"@graphql-codegen/client-preset": "5.2.4",
|
|
@@ -196,7 +197,7 @@
|
|
|
196
197
|
},
|
|
197
198
|
"devDependencies": {
|
|
198
199
|
"@arethetypeswrong/cli": "0.18.2",
|
|
199
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
200
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13784",
|
|
200
201
|
"concurrently": "9.2.1",
|
|
201
202
|
"graphql-tag": "2.12.6",
|
|
202
203
|
"publint": "0.3.18",
|
|
@@ -209,5 +210,5 @@
|
|
|
209
210
|
"publishConfig": {
|
|
210
211
|
"access": "public"
|
|
211
212
|
},
|
|
212
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "a1524c1b18b1def13c0f4520aa638b13bddf630e"
|
|
213
214
|
}
|