@cedarjs/cli 6.0.0-canary.2928 → 6.0.0-canary.2929

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.
@@ -32,8 +32,10 @@ async function updateTsconfig(task) {
32
32
  path: path.join(getPaths().api.base, "tsconfig.json"),
33
33
  expectedModule: "node20",
34
34
  // While Cedar doesn't officially endorse NodeNext, it will still work
35
- // here, so we'll keep it
36
- acceptable: ["node20", "nodenext"]
35
+ // here, so we'll keep it. ESNext is also acceptable: it's the current
36
+ // create-cedar-app default, paired with `moduleResolution: bundler` so
37
+ // extensionless scaffold/generator imports resolve correctly.
38
+ acceptable: ["node20", "nodenext", "esnext"]
37
39
  },
38
40
  {
39
41
  name: "web",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "6.0.0-canary.2928",
3
+ "version": "6.0.0-canary.2929",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,17 +36,17 @@
36
36
  "@babel/preset-typescript": "7.29.7",
37
37
  "@babel/traverse": "7.29.7",
38
38
  "@babel/types": "7.29.7",
39
- "@cedarjs/api-server": "6.0.0-canary.2928",
40
- "@cedarjs/babel-config": "6.0.0-canary.2928",
41
- "@cedarjs/cli-helpers": "6.0.0-canary.2928",
42
- "@cedarjs/internal": "6.0.0-canary.2928",
43
- "@cedarjs/prerender": "6.0.0-canary.2928",
44
- "@cedarjs/project-config": "6.0.0-canary.2928",
45
- "@cedarjs/structure": "6.0.0-canary.2928",
46
- "@cedarjs/telemetry": "6.0.0-canary.2928",
47
- "@cedarjs/utils": "6.0.0-canary.2928",
48
- "@cedarjs/vite": "6.0.0-canary.2928",
49
- "@cedarjs/web-server": "6.0.0-canary.2928",
39
+ "@cedarjs/api-server": "6.0.0-canary.2929",
40
+ "@cedarjs/babel-config": "6.0.0-canary.2929",
41
+ "@cedarjs/cli-helpers": "6.0.0-canary.2929",
42
+ "@cedarjs/internal": "6.0.0-canary.2929",
43
+ "@cedarjs/prerender": "6.0.0-canary.2929",
44
+ "@cedarjs/project-config": "6.0.0-canary.2929",
45
+ "@cedarjs/structure": "6.0.0-canary.2929",
46
+ "@cedarjs/telemetry": "6.0.0-canary.2929",
47
+ "@cedarjs/utils": "6.0.0-canary.2929",
48
+ "@cedarjs/vite": "6.0.0-canary.2929",
49
+ "@cedarjs/web-server": "6.0.0-canary.2929",
50
50
  "@listr2/prompt-adapter-enquirer": "4.3.0",
51
51
  "@opentelemetry/api": "1.9.1",
52
52
  "@opentelemetry/core": "1.30.1",
@@ -94,7 +94,7 @@
94
94
  "yargs": "17.7.3"
95
95
  },
96
96
  "devDependencies": {
97
- "@cedarjs/framework-tools": "6.0.0-canary.2928",
97
+ "@cedarjs/framework-tools": "6.0.0-canary.2929",
98
98
  "@prisma/dmmf": "7.8.0",
99
99
  "@types/archiver": "^7.0.0",
100
100
  "memfs": "4.68.1",