@akanjs/cli 2.2.0 → 2.2.1-rc.1
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 +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -13140,7 +13140,7 @@ class WorkspaceCommand extends command("workspace", [WorkspaceScript], ({ public
|
|
|
13140
13140
|
default: true
|
|
13141
13141
|
}).option("registry", String, {
|
|
13142
13142
|
desc: "npm registry URL for installing Akan packages",
|
|
13143
|
-
default: process.env.AKAN_NPM_REGISTRY
|
|
13143
|
+
default: process.env.AKAN_NPM_REGISTRY ?? "https://registry.npmjs.org"
|
|
13144
13144
|
}).exec(async function(workspaceName, app, dir, libs, init, registry) {
|
|
13145
13145
|
const appName = app || "app";
|
|
13146
13146
|
await this.workspaceScript.createWorkspace(workspaceName.toLowerCase().replace(/ /g, "-"), appName.toLowerCase().replace(/ /g, "-"), { dirname: dir, installLibs: libs, init, ...registry ? { registryUrl: registry } : {} });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1-rc.1",
|
|
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.
|
|
38
|
+
"akanjs": "2.2.1-rc.1",
|
|
39
39
|
"chalk": "^5.6.2",
|
|
40
40
|
"commander": "^14.0.3",
|
|
41
41
|
"daisyui": "^5.5.20",
|