@cedarjs/internal 3.0.0-canary.13466 → 3.0.0-canary.13469
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.
- package/dist/cjs/generate/graphqlCodeGen.d.ts.map +1 -1
- package/dist/cjs/generate/graphqlCodeGen.js +4 -3
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/project.d.ts +1 -0
- package/dist/cjs/project.d.ts.map +1 -1
- package/dist/cjs/project.js +10 -0
- package/dist/generate/graphqlCodeGen.d.ts.map +1 -1
- package/dist/generate/graphqlCodeGen.js +5 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/project.d.ts +1 -0
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +10 -1
- package/package.json +17 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphqlCodeGen.d.ts","sourceRoot":"","sources":["../../../src/generate/graphqlCodeGen.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAc9D,KAAK,aAAa,GAAG;IACnB,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,yBAAyB,QAAa,OAAO,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"graphqlCodeGen.d.ts","sourceRoot":"","sources":["../../../src/generate/graphqlCodeGen.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAc9D,KAAK,aAAa,GAAG;IACnB,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,yBAAyB,QAAa,OAAO,CAAC,aAAa,CAmFvE,CAAA;AAED,eAAO,MAAM,yBAAyB,QAAa,OAAO,CAAC,aAAa,CA0DvE,CAAA;AAiCD,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM;SACD,MAAM;GAQ5D;AAqHD,eAAO,MAAM,iBAAiB,4RAe7B,CAAA"}
|
|
@@ -81,14 +81,15 @@ const generateTypeDefGraphQLApi = async () => {
|
|
|
81
81
|
const prismaImports = Object.keys(prismaModels).map((key) => {
|
|
82
82
|
return `${key} as Prisma${key}`;
|
|
83
83
|
});
|
|
84
|
+
const prismaImportSource = (0, import_project.dbReexportsPrismaClient)() ? "src/lib/db" : "@prisma/client";
|
|
84
85
|
const extraPlugins = [
|
|
85
86
|
{
|
|
86
87
|
name: "add",
|
|
87
88
|
options: {
|
|
88
89
|
content: [
|
|
89
|
-
|
|
90
|
+
`import { Prisma } from "${prismaImportSource}"`,
|
|
90
91
|
"import { MergePrismaWithSdlTypes, MakeRelationsOptional } from '@cedarjs/api'",
|
|
91
|
-
`import { ${prismaImports.join(", ")} } from '
|
|
92
|
+
`import { ${prismaImports.join(", ")} } from '${prismaImportSource}'`
|
|
92
93
|
],
|
|
93
94
|
placement: "prepend"
|
|
94
95
|
},
|
|
@@ -143,7 +144,7 @@ const generateTypeDefGraphQLWeb = async () => {
|
|
|
143
144
|
{
|
|
144
145
|
name: "add",
|
|
145
146
|
options: {
|
|
146
|
-
content:
|
|
147
|
+
content: `import { Prisma } from "${(0, import_project.dbReexportsPrismaClient)() ? "$api/src/lib/db" : "@prisma/client"}"`,
|
|
147
148
|
placement: "prepend"
|
|
148
149
|
},
|
|
149
150
|
codegenPlugin: addPlugin
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from '@cedarjs/project-config';
|
|
|
2
2
|
export * from './ts2js.js';
|
|
3
3
|
export * from './dev.js';
|
|
4
4
|
export * from './routes.js';
|
|
5
|
+
export { dbReexportsPrismaClient } from './project.js';
|
|
5
6
|
export * from './files.js';
|
|
6
7
|
export { generate } from './generate/generate.js';
|
|
7
8
|
export { buildApi } from './build/api.js';
|
package/dist/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AAEvC,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AAEvC,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAA;AAEtD,cAAc,YAAY,CAAA;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,cAAc,qBAAqB,CAAA;AAGnC,cAAc,uBAAuB,CAAA;AAErC,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
var src_exports = {};
|
|
21
21
|
__export(src_exports, {
|
|
22
22
|
buildApi: () => import_api.buildApi,
|
|
23
|
+
dbReexportsPrismaClient: () => import_project.dbReexportsPrismaClient,
|
|
23
24
|
generate: () => import_generate.generate,
|
|
24
25
|
listQueryTypeFieldsInProject: () => import_gql.listQueryTypeFieldsInProject
|
|
25
26
|
});
|
|
@@ -28,6 +29,7 @@ __reExport(src_exports, require("@cedarjs/project-config"), module.exports);
|
|
|
28
29
|
__reExport(src_exports, require("./ts2js.js"), module.exports);
|
|
29
30
|
__reExport(src_exports, require("./dev.js"), module.exports);
|
|
30
31
|
__reExport(src_exports, require("./routes.js"), module.exports);
|
|
32
|
+
var import_project = require("./project.js");
|
|
31
33
|
__reExport(src_exports, require("./files.js"), module.exports);
|
|
32
34
|
var import_generate = require("./generate/generate.js");
|
|
33
35
|
var import_api = require("./build/api.js");
|
|
@@ -37,6 +39,7 @@ var import_gql = require("./gql.js");
|
|
|
37
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
40
|
0 && (module.exports = {
|
|
39
41
|
buildApi,
|
|
42
|
+
dbReexportsPrismaClient,
|
|
40
43
|
generate,
|
|
41
44
|
listQueryTypeFieldsInProject,
|
|
42
45
|
...require("@cedarjs/project-config"),
|
package/dist/cjs/project.d.ts
CHANGED
|
@@ -5,4 +5,5 @@ export declare const getTsConfigs: () => {
|
|
|
5
5
|
export declare const isTypeScriptProject: () => boolean;
|
|
6
6
|
export declare const isServerFileSetup: () => boolean;
|
|
7
7
|
export declare const isRealtimeSetup: () => boolean;
|
|
8
|
+
export declare const dbReexportsPrismaClient: () => boolean;
|
|
8
9
|
//# sourceMappingURL=project.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/project.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY;;;CAuBxB,CAAA;AAED,eAAO,MAAM,mBAAmB,eAM/B,CAAA;AAED,eAAO,MAAM,iBAAiB,eAO7B,CAAA;AAED,eAAO,MAAM,eAAe,eAO3B,CAAA"}
|
|
1
|
+
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/project.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY;;;CAuBxB,CAAA;AAED,eAAO,MAAM,mBAAmB,eAM/B,CAAA;AAED,eAAO,MAAM,iBAAiB,eAO7B,CAAA;AAED,eAAO,MAAM,eAAe,eAO3B,CAAA;AAED,eAAO,MAAM,uBAAuB,eAUnC,CAAA"}
|
package/dist/cjs/project.js
CHANGED
|
@@ -28,6 +28,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
var project_exports = {};
|
|
30
30
|
__export(project_exports, {
|
|
31
|
+
dbReexportsPrismaClient: () => dbReexportsPrismaClient,
|
|
31
32
|
getTsConfigs: () => getTsConfigs,
|
|
32
33
|
isRealtimeSetup: () => isRealtimeSetup,
|
|
33
34
|
isServerFileSetup: () => isServerFileSetup,
|
|
@@ -73,8 +74,17 @@ const isRealtimeSetup = () => {
|
|
|
73
74
|
);
|
|
74
75
|
return import_node_fs.default.existsSync(realtimePath);
|
|
75
76
|
};
|
|
77
|
+
const dbReexportsPrismaClient = () => {
|
|
78
|
+
const dbPath = (0, import_project_config.resolveFile)(import_path.default.join((0, import_project_config.getPaths)().api.lib, "db"));
|
|
79
|
+
if (!dbPath) {
|
|
80
|
+
return false;
|
|
81
|
+
}
|
|
82
|
+
const content = import_node_fs.default.readFileSync(dbPath, "utf-8");
|
|
83
|
+
return /export\s+\*\s+from\s+['"]@prisma\/client['"]/.test(content);
|
|
84
|
+
};
|
|
76
85
|
// Annotate the CommonJS export names for ESM import in node:
|
|
77
86
|
0 && (module.exports = {
|
|
87
|
+
dbReexportsPrismaClient,
|
|
78
88
|
getTsConfigs,
|
|
79
89
|
isRealtimeSetup,
|
|
80
90
|
isServerFileSetup,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphqlCodeGen.d.ts","sourceRoot":"","sources":["../../src/generate/graphqlCodeGen.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAc9D,KAAK,aAAa,GAAG;IACnB,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,yBAAyB,QAAa,OAAO,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"graphqlCodeGen.d.ts","sourceRoot":"","sources":["../../src/generate/graphqlCodeGen.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAc9D,KAAK,aAAa,GAAG;IACnB,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,yBAAyB,QAAa,OAAO,CAAC,aAAa,CAmFvE,CAAA;AAED,eAAO,MAAM,yBAAyB,QAAa,OAAO,CAAC,aAAa,CA0DvE,CAAA;AAiCD,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM;SACD,MAAM;GAQ5D;AAqHD,eAAO,MAAM,iBAAiB,4RAe7B,CAAA"}
|
|
@@ -11,7 +11,7 @@ import { loadDocuments, loadSchemaSync } from "@graphql-tools/load";
|
|
|
11
11
|
import execa from "execa";
|
|
12
12
|
import { Kind } from "graphql";
|
|
13
13
|
import { getPaths, getConfig } from "@cedarjs/project-config";
|
|
14
|
-
import { getTsConfigs } from "../project.js";
|
|
14
|
+
import { getTsConfigs, dbReexportsPrismaClient } from "../project.js";
|
|
15
15
|
import * as rwTypescriptResolvers from "./plugins/rw-typescript-resolvers/index.js";
|
|
16
16
|
var CodegenSide = /* @__PURE__ */ ((CodegenSide2) => {
|
|
17
17
|
CodegenSide2[CodegenSide2["API"] = 0] = "API";
|
|
@@ -45,14 +45,15 @@ const generateTypeDefGraphQLApi = async () => {
|
|
|
45
45
|
const prismaImports = Object.keys(prismaModels).map((key) => {
|
|
46
46
|
return `${key} as Prisma${key}`;
|
|
47
47
|
});
|
|
48
|
+
const prismaImportSource = dbReexportsPrismaClient() ? "src/lib/db" : "@prisma/client";
|
|
48
49
|
const extraPlugins = [
|
|
49
50
|
{
|
|
50
51
|
name: "add",
|
|
51
52
|
options: {
|
|
52
53
|
content: [
|
|
53
|
-
|
|
54
|
+
`import { Prisma } from "${prismaImportSource}"`,
|
|
54
55
|
"import { MergePrismaWithSdlTypes, MakeRelationsOptional } from '@cedarjs/api'",
|
|
55
|
-
`import { ${prismaImports.join(", ")} } from '
|
|
56
|
+
`import { ${prismaImports.join(", ")} } from '${prismaImportSource}'`
|
|
56
57
|
],
|
|
57
58
|
placement: "prepend"
|
|
58
59
|
},
|
|
@@ -107,7 +108,7 @@ const generateTypeDefGraphQLWeb = async () => {
|
|
|
107
108
|
{
|
|
108
109
|
name: "add",
|
|
109
110
|
options: {
|
|
110
|
-
content:
|
|
111
|
+
content: `import { Prisma } from "${dbReexportsPrismaClient() ? "$api/src/lib/db" : "@prisma/client"}"`,
|
|
111
112
|
placement: "prepend"
|
|
112
113
|
},
|
|
113
114
|
codegenPlugin: addPlugin
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from '@cedarjs/project-config';
|
|
|
2
2
|
export * from './ts2js.js';
|
|
3
3
|
export * from './dev.js';
|
|
4
4
|
export * from './routes.js';
|
|
5
|
+
export { dbReexportsPrismaClient } from './project.js';
|
|
5
6
|
export * from './files.js';
|
|
6
7
|
export { generate } from './generate/generate.js';
|
|
7
8
|
export { buildApi } from './build/api.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AAEvC,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AAEvC,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAA;AAEtD,cAAc,YAAY,CAAA;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,cAAc,qBAAqB,CAAA;AAGnC,cAAc,uBAAuB,CAAA;AAErC,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -2,6 +2,7 @@ export * from "@cedarjs/project-config";
|
|
|
2
2
|
export * from "./ts2js.js";
|
|
3
3
|
export * from "./dev.js";
|
|
4
4
|
export * from "./routes.js";
|
|
5
|
+
import { dbReexportsPrismaClient } from "./project.js";
|
|
5
6
|
export * from "./files.js";
|
|
6
7
|
import { generate } from "./generate/generate.js";
|
|
7
8
|
import { buildApi } from "./build/api.js";
|
|
@@ -10,6 +11,7 @@ export * from "@cedarjs/babel-config";
|
|
|
10
11
|
import { listQueryTypeFieldsInProject } from "./gql.js";
|
|
11
12
|
export {
|
|
12
13
|
buildApi,
|
|
14
|
+
dbReexportsPrismaClient,
|
|
13
15
|
generate,
|
|
14
16
|
listQueryTypeFieldsInProject
|
|
15
17
|
};
|
package/dist/project.d.ts
CHANGED
|
@@ -5,4 +5,5 @@ export declare const getTsConfigs: () => {
|
|
|
5
5
|
export declare const isTypeScriptProject: () => boolean;
|
|
6
6
|
export declare const isServerFileSetup: () => boolean;
|
|
7
7
|
export declare const isRealtimeSetup: () => boolean;
|
|
8
|
+
export declare const dbReexportsPrismaClient: () => boolean;
|
|
8
9
|
//# sourceMappingURL=project.d.ts.map
|
package/dist/project.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../src/project.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY;;;CAuBxB,CAAA;AAED,eAAO,MAAM,mBAAmB,eAM/B,CAAA;AAED,eAAO,MAAM,iBAAiB,eAO7B,CAAA;AAED,eAAO,MAAM,eAAe,eAO3B,CAAA"}
|
|
1
|
+
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../src/project.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY;;;CAuBxB,CAAA;AAED,eAAO,MAAM,mBAAmB,eAM/B,CAAA;AAED,eAAO,MAAM,iBAAiB,eAO7B,CAAA;AAED,eAAO,MAAM,eAAe,eAO3B,CAAA;AAED,eAAO,MAAM,uBAAuB,eAUnC,CAAA"}
|
package/dist/project.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import fs from "node:fs";
|
|
2
2
|
import path from "path";
|
|
3
3
|
import { parseConfigFileTextToJson } from "typescript";
|
|
4
|
-
import { getPaths } from "@cedarjs/project-config";
|
|
4
|
+
import { getPaths, resolveFile } from "@cedarjs/project-config";
|
|
5
5
|
const getTsConfigs = () => {
|
|
6
6
|
const rwPaths = getPaths();
|
|
7
7
|
const apiTsConfigPath = path.join(rwPaths.api.base, "tsconfig.json");
|
|
@@ -37,7 +37,16 @@ const isRealtimeSetup = () => {
|
|
|
37
37
|
);
|
|
38
38
|
return fs.existsSync(realtimePath);
|
|
39
39
|
};
|
|
40
|
+
const dbReexportsPrismaClient = () => {
|
|
41
|
+
const dbPath = resolveFile(path.join(getPaths().api.lib, "db"));
|
|
42
|
+
if (!dbPath) {
|
|
43
|
+
return false;
|
|
44
|
+
}
|
|
45
|
+
const content = fs.readFileSync(dbPath, "utf-8");
|
|
46
|
+
return /export\s+\*\s+from\s+['"]@prisma\/client['"]/.test(content);
|
|
47
|
+
};
|
|
40
48
|
export {
|
|
49
|
+
dbReexportsPrismaClient,
|
|
41
50
|
getTsConfigs,
|
|
42
51
|
isRealtimeSetup,
|
|
43
52
|
isServerFileSetup,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.13469+0a2f4b095",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -60,6 +60,16 @@
|
|
|
60
60
|
"default": "./dist/cjs/gql.js"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
+
"./dist/project": {
|
|
64
|
+
"import": {
|
|
65
|
+
"types": "./dist/project.d.ts",
|
|
66
|
+
"default": "./dist/project.js"
|
|
67
|
+
},
|
|
68
|
+
"require": {
|
|
69
|
+
"types": "./dist/cjs/project.d.ts",
|
|
70
|
+
"default": "./dist/cjs/project.js"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
63
73
|
"./dist/routes.js": {
|
|
64
74
|
"import": {
|
|
65
75
|
"types": "./dist/routes.d.ts",
|
|
@@ -140,10 +150,10 @@
|
|
|
140
150
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
141
151
|
"@babel/runtime-corejs3": "7.29.0",
|
|
142
152
|
"@babel/traverse": "7.29.0",
|
|
143
|
-
"@cedarjs/babel-config": "3.0.0-canary.
|
|
144
|
-
"@cedarjs/graphql-server": "3.0.0-canary.
|
|
145
|
-
"@cedarjs/project-config": "3.0.0-canary.
|
|
146
|
-
"@cedarjs/router": "3.0.0-canary.
|
|
153
|
+
"@cedarjs/babel-config": "3.0.0-canary.13469",
|
|
154
|
+
"@cedarjs/graphql-server": "3.0.0-canary.13469",
|
|
155
|
+
"@cedarjs/project-config": "3.0.0-canary.13469",
|
|
156
|
+
"@cedarjs/router": "3.0.0-canary.13469",
|
|
147
157
|
"@graphql-codegen/add": "6.0.0",
|
|
148
158
|
"@graphql-codegen/cli": "6.1.2",
|
|
149
159
|
"@graphql-codegen/client-preset": "5.2.3",
|
|
@@ -175,7 +185,7 @@
|
|
|
175
185
|
},
|
|
176
186
|
"devDependencies": {
|
|
177
187
|
"@arethetypeswrong/cli": "0.18.2",
|
|
178
|
-
"@cedarjs/framework-tools": "3.0.0-canary.
|
|
188
|
+
"@cedarjs/framework-tools": "3.0.0-canary.13469",
|
|
179
189
|
"concurrently": "9.2.1",
|
|
180
190
|
"graphql-tag": "2.12.6",
|
|
181
191
|
"publint": "0.3.17",
|
|
@@ -185,5 +195,5 @@
|
|
|
185
195
|
"publishConfig": {
|
|
186
196
|
"access": "public"
|
|
187
197
|
},
|
|
188
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "0a2f4b095ba8dc19b7838c99e4f1115e214a4dd0"
|
|
189
199
|
}
|