@cedarjs/cli 1.0.0-canary.13088 → 1.0.0-canary.13089

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.
@@ -450,7 +450,7 @@ const dedupeDeps = async (_task, { verbose }) => {
450
450
  const message = e instanceof Error ? e.message : String(e);
451
451
  console.log(c.error(message));
452
452
  throw new Error(
453
- "Could not finish de-duplication. For yarn 1.x, please run `npx yarn-deduplicate`, or for yarn >= 3 run `yarn dedupe` before continuing"
453
+ "Could not finish de-duplication. Please run `yarn dedupe` before continuing"
454
454
  );
455
455
  }
456
456
  await yarnInstall({ verbose });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.13088+529468cc0",
3
+ "version": "1.0.0-canary.13089+e15b34d23",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,15 +32,15 @@
32
32
  "dependencies": {
33
33
  "@babel/preset-typescript": "7.28.5",
34
34
  "@babel/runtime-corejs3": "7.28.4",
35
- "@cedarjs/api-server": "1.0.0-canary.13088",
36
- "@cedarjs/cli-helpers": "1.0.0-canary.13088",
37
- "@cedarjs/fastify-web": "1.0.0-canary.13088",
38
- "@cedarjs/internal": "1.0.0-canary.13088",
39
- "@cedarjs/prerender": "1.0.0-canary.13088",
40
- "@cedarjs/project-config": "1.0.0-canary.13088",
41
- "@cedarjs/structure": "1.0.0-canary.13088",
42
- "@cedarjs/telemetry": "1.0.0-canary.13088",
43
- "@cedarjs/web-server": "1.0.0-canary.13088",
35
+ "@cedarjs/api-server": "1.0.0-canary.13089",
36
+ "@cedarjs/cli-helpers": "1.0.0-canary.13089",
37
+ "@cedarjs/fastify-web": "1.0.0-canary.13089",
38
+ "@cedarjs/internal": "1.0.0-canary.13089",
39
+ "@cedarjs/prerender": "1.0.0-canary.13089",
40
+ "@cedarjs/project-config": "1.0.0-canary.13089",
41
+ "@cedarjs/structure": "1.0.0-canary.13089",
42
+ "@cedarjs/telemetry": "1.0.0-canary.13089",
43
+ "@cedarjs/web-server": "1.0.0-canary.13089",
44
44
  "@listr2/prompt-adapter-enquirer": "2.0.16",
45
45
  "@opentelemetry/api": "1.8.0",
46
46
  "@opentelemetry/core": "1.22.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "529468cc01320edf817286f964bbd12504e832cb"
105
+ "gitHead": "e15b34d233e0784e967ceed098e0241d4e34c1f8"
106
106
  }