@cedarjs/structure 2.5.0 → 2.5.1-rc.29

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.
@@ -7,7 +7,7 @@ _Object$defineProperty(exports, "__esModule", {
7
7
  value: true
8
8
  });
9
9
  exports.RWRoute = void 0;
10
- require("core-js/modules/esnext.json.parse.js");
10
+ require("core-js/modules/es.json.parse.js");
11
11
  var _startsWith = _interopRequireDefault(require("@babel/runtime-corejs3/core-js/instance/starts-with"));
12
12
  var _endsWith = _interopRequireDefault(require("@babel/runtime-corejs3/core-js/instance/ends-with"));
13
13
  var _isArray = _interopRequireDefault(require("@babel/runtime-corejs3/core-js/array/is-array"));
package/dist/x/prisma.js CHANGED
@@ -7,7 +7,7 @@ _Object$defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.prisma_parseEnvExpressions = prisma_parseEnvExpressions;
9
9
  exports.prisma_parseEnvExpressionsInFile = prisma_parseEnvExpressionsInFile;
10
- require("core-js/modules/esnext.json.parse.js");
10
+ require("core-js/modules/es.json.parse.js");
11
11
  var _matchAll = _interopRequireDefault(require("@babel/runtime-corejs3/core-js/instance/match-all"));
12
12
  var _nodeFs = require("node:fs");
13
13
  var _diagnostics = require("./diagnostics");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/structure",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-rc.29",
4
4
  "description": "noun: the arrangement of and relations between the parts or elements of something complex",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,8 +25,8 @@
25
25
  "test:watch": "vitest watch"
26
26
  },
27
27
  "dependencies": {
28
- "@babel/runtime-corejs3": "7.28.6",
29
- "@cedarjs/project-config": "2.5.0",
28
+ "@babel/runtime-corejs3": "7.29.0",
29
+ "@cedarjs/project-config": "2.5.1-rc.29",
30
30
  "@prisma/internals": "6.19.2",
31
31
  "@types/line-column": "1.0.2",
32
32
  "camelcase": "6.3.0",
@@ -37,7 +37,7 @@
37
37
  "graphql": "16.12.0",
38
38
  "lazy-get-decorator": "2.2.1",
39
39
  "line-column": "1.0.2",
40
- "lodash": "4.17.21",
40
+ "lodash": "4.17.23",
41
41
  "lodash-decorators": "6.0.1",
42
42
  "lru-cache": "11.2.5",
43
43
  "proxyquire": "2.1.3",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "42e3c32b60325fcab386d1816401a8451f910121"
59
+ "gitHead": "6df495874d3c8388e6340a1ce7cd5fe53a46a1db"
60
60
  }