@pugi/cli 0.1.0-alpha.5 → 0.1.0-alpha.6
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/dist/runtime/cli.js +1 -1
- package/package.json +2 -2
package/dist/runtime/cli.js
CHANGED
|
@@ -34,7 +34,7 @@ import { runBudgetCommand } from './commands/budget.js';
|
|
|
34
34
|
* packages/pugi-sdk/package.json); the publish workflow validates the
|
|
35
35
|
* three are in lockstep.
|
|
36
36
|
*/
|
|
37
|
-
const PUGI_CLI_VERSION = '0.1.0-alpha.
|
|
37
|
+
const PUGI_CLI_VERSION = '0.1.0-alpha.6';
|
|
38
38
|
const handlers = {
|
|
39
39
|
accounts,
|
|
40
40
|
build: runEngineTask('build_task'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pugi/cli",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.6",
|
|
4
4
|
"description": "Pugi CLI — terminal-native software execution system",
|
|
5
5
|
"homepage": "https://pugi.io",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"tinyglobby": "^0.2.16",
|
|
44
44
|
"zod": "^3.23.0",
|
|
45
45
|
"@pugi/personas": "0.1.0",
|
|
46
|
-
"@pugi/sdk": "0.1.0-alpha.
|
|
46
|
+
"@pugi/sdk": "0.1.0-alpha.6"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^22.0.0",
|