@cedarjs/project-config 3.0.1-next.28 → 3.1.0-rc.30

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/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var index_exports = {};
32
- __export(index_exports, {
31
+ var src_exports = {};
32
+ __export(src_exports, {
33
33
  DEFAULT_CONFIG: () => DEFAULT_CONFIG,
34
34
  TargetEnum: () => TargetEnum,
35
35
  ensurePosixPath: () => ensurePosixPath,
@@ -60,7 +60,7 @@ __export(index_exports, {
60
60
  resolveFile: () => resolveFile,
61
61
  resolveGeneratedPrismaClient: () => resolveGeneratedPrismaClient
62
62
  });
63
- module.exports = __toCommonJS(index_exports);
63
+ module.exports = __toCommonJS(src_exports);
64
64
 
65
65
  // src/config.ts
66
66
  var import_node_fs2 = __toESM(require("node:fs"), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/project-config",
3
- "version": "3.0.1-next.28+231f40ecc",
3
+ "version": "3.1.0-rc.30",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@arethetypeswrong/cli": "0.18.2",
57
- "@cedarjs/framework-tools": "3.0.1-next.28",
57
+ "@cedarjs/framework-tools": "3.1.0-rc.30",
58
58
  "concurrently": "9.2.1",
59
59
  "prisma": "7.5.0",
60
60
  "publint": "0.3.18",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "231f40eccbc8a4b508d2e6faefb1f0d273f6d793"
72
+ "gitHead": "da9e4845840384863544a25d9a32900d62ebb6b1"
73
73
  }