@akanjs/cli 2.3.1-rc.1 → 2.3.1-rc.2
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.
- package/index.js +6 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -11487,7 +11487,12 @@ import { Logger as Logger14 } from "akanjs/common";
|
|
|
11487
11487
|
var {$: $2 } = globalThis.Bun;
|
|
11488
11488
|
|
|
11489
11489
|
class PackageRunner extends runner("package") {
|
|
11490
|
-
static publishableAkanPackages = [
|
|
11490
|
+
static publishableAkanPackages = [
|
|
11491
|
+
"akanjs",
|
|
11492
|
+
"@akanjs/cli",
|
|
11493
|
+
"@akanjs/devkit",
|
|
11494
|
+
"create-akan-workspace"
|
|
11495
|
+
];
|
|
11491
11496
|
async version(workspace, { log = true } = {}) {
|
|
11492
11497
|
const pkgJson = process.env.USE_AKANJS_PKGS === "true" ? await FileSys.readJson(`${workspace?.workspaceRoot ?? process.cwd()}/pkgs/akanjs/package.json`) : await this.#getInstalledPackageJson();
|
|
11493
11498
|
const version = pkgJson.name === "akanjs" ? pkgJson.version : pkgJson.dependencies?.akanjs ?? pkgJson.version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/cli",
|
|
3
|
-
"version": "2.3.1-rc.
|
|
3
|
+
"version": "2.3.1-rc.2",
|
|
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.3.1-rc.
|
|
38
|
+
"akanjs": "2.3.1-rc.2",
|
|
39
39
|
"chalk": "^5.6.2",
|
|
40
40
|
"commander": "^14.0.3",
|
|
41
41
|
"daisyui": "^5.5.20",
|