@cedarjs/record 2.2.1 → 2.2.2-next.31

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
@@ -26,22 +26,22 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var index_exports = {};
30
- __export(index_exports, {
29
+ var src_exports = {};
30
+ __export(src_exports, {
31
31
  Core: () => import_Core.default,
32
32
  RedwoodRecord: () => import_RedwoodRecord.default,
33
33
  Reflection: () => import_Reflection.default,
34
34
  RelationProxy: () => import_RelationProxy.default,
35
35
  ValidationMixin: () => import_ValidationMixin.default
36
36
  });
37
- module.exports = __toCommonJS(index_exports);
38
- __reExport(index_exports, require("./errors"), module.exports);
37
+ module.exports = __toCommonJS(src_exports);
38
+ __reExport(src_exports, require("./errors"), module.exports);
39
39
  var import_Core = __toESM(require("./redwoodrecord/Core"), 1);
40
40
  var import_Reflection = __toESM(require("./redwoodrecord/Reflection"), 1);
41
41
  var import_RelationProxy = __toESM(require("./redwoodrecord/RelationProxy"), 1);
42
42
  var import_ValidationMixin = __toESM(require("./redwoodrecord/ValidationMixin"), 1);
43
43
  var import_RedwoodRecord = __toESM(require("./redwoodrecord/RedwoodRecord"), 1);
44
- __reExport(index_exports, require("./tasks/parse"), module.exports);
44
+ __reExport(src_exports, require("./tasks/parse"), module.exports);
45
45
  // Annotate the CommonJS export names for ESM import in node:
46
46
  0 && (module.exports = {
47
47
  Core,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/record",
3
- "version": "2.2.1",
3
+ "version": "2.2.2-next.31+ff2776832",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -29,15 +29,15 @@
29
29
  "test:watch": "vitest watch"
30
30
  },
31
31
  "dependencies": {
32
- "@cedarjs/api": "2.2.1",
33
- "@cedarjs/project-config": "2.2.1",
32
+ "@cedarjs/api": "2.2.2-next.31+ff2776832",
33
+ "@cedarjs/project-config": "2.2.2-next.31+ff2776832",
34
34
  "@prisma/client": "6.19.1",
35
35
  "camelcase": "6.3.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@cedarjs/framework-tools": "2.2.1",
38
+ "@cedarjs/framework-tools": "2.2.2-next.31",
39
39
  "@prisma/internals": "6.19.1",
40
- "esbuild": "0.27.2",
40
+ "esbuild": "0.21.5",
41
41
  "publint": "0.3.16",
42
42
  "tsx": "4.21.0",
43
43
  "vitest": "3.2.4"
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "a28b700f285c6ff51599626793434be3bc6466e4"
48
+ "gitHead": "ff2776832afcb70cd4ca38986ec4e37043e1c44b"
49
49
  }