@akanjs/cli 2.2.4-rc.1 → 2.2.4-rc.3

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -12907,7 +12907,6 @@ import { Logger as Logger17 } from "akanjs/common";
12907
12907
  // pkgs/@akanjs/cli/workspace/workspace.runner.ts
12908
12908
  import path40 from "path";
12909
12909
  var defaultWorkspacePeerDependencies = new Set([
12910
- "@radix-ui/react-dialog",
12911
12910
  "@react-spring/web",
12912
12911
  "@use-gesture/react",
12913
12912
  "croner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.2.4-rc.1",
3
+ "version": "2.2.4-rc.3",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -35,7 +35,7 @@
35
35
  "@langchain/openai": "^1.4.6",
36
36
  "@tailwindcss/node": "^4.3.0",
37
37
  "@trapezedev/project": "^7.1.4",
38
- "akanjs": "2.2.4-rc.1",
38
+ "akanjs": "2.2.4-rc.3",
39
39
  "chalk": "^5.6.2",
40
40
  "commander": "^14.0.3",
41
41
  "daisyui": "^5.5.20",