@cedarjs/cli 1.0.0-canary.12994 → 1.0.0-canary.12996

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.
@@ -9,7 +9,7 @@ const paths = getPaths();
9
9
  const loadPrismaClient = (replContext) => {
10
10
  const createdRequire = createRequire(import.meta.url);
11
11
  const { db } = createdRequire(path.join(paths.api.lib, "db"));
12
- db[Symbol.for("nodejs.util.inspect.custom")] = "PrismaClient";
12
+ db[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")] = "PrismaClient";
13
13
  replContext.db = db;
14
14
  };
15
15
  const consoleHistoryFile = path.join(paths.generated.base, "console_history");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.12994+b98b64c0d",
3
+ "version": "1.0.0-canary.12996+be91847ec",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "@babel/preset-typescript": "7.28.5",
33
33
  "@babel/runtime-corejs3": "7.28.4",
34
- "@cedarjs/api-server": "1.0.0-canary.12994",
35
- "@cedarjs/cli-helpers": "1.0.0-canary.12994",
36
- "@cedarjs/fastify-web": "1.0.0-canary.12994",
37
- "@cedarjs/internal": "1.0.0-canary.12994",
38
- "@cedarjs/prerender": "1.0.0-canary.12994",
39
- "@cedarjs/project-config": "1.0.0-canary.12994",
40
- "@cedarjs/structure": "1.0.0-canary.12994",
41
- "@cedarjs/telemetry": "1.0.0-canary.12994",
42
- "@cedarjs/web-server": "1.0.0-canary.12994",
34
+ "@cedarjs/api-server": "1.0.0-canary.12996",
35
+ "@cedarjs/cli-helpers": "1.0.0-canary.12996",
36
+ "@cedarjs/fastify-web": "1.0.0-canary.12996",
37
+ "@cedarjs/internal": "1.0.0-canary.12996",
38
+ "@cedarjs/prerender": "1.0.0-canary.12996",
39
+ "@cedarjs/project-config": "1.0.0-canary.12996",
40
+ "@cedarjs/structure": "1.0.0-canary.12996",
41
+ "@cedarjs/telemetry": "1.0.0-canary.12996",
42
+ "@cedarjs/web-server": "1.0.0-canary.12996",
43
43
  "@listr2/prompt-adapter-enquirer": "2.0.16",
44
44
  "@opentelemetry/api": "1.8.0",
45
45
  "@opentelemetry/core": "1.22.0",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "b98b64c0d2074761a89581f317058ec2607c6058"
104
+ "gitHead": "be91847ec97f3e63db44846462e182092b42b669"
105
105
  }