@avora-labs/cli 1.1.20 → 1.2.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/README.md CHANGED
Binary file
package/bin/avora.mjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avora-labs/cli",
3
- "version": "1.1.20",
3
+ "version": "1.2.1",
4
4
  "description": "Official CLI for the AvoraMetaForge ecosystem",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,13 +23,13 @@
23
23
  "templates"
24
24
  ],
25
25
  "scripts": {
26
- "build": "tsc",
27
- "build:watch": "tsc --watch",
28
- "dev": "tsx src/cli.ts",
29
- "clean": "node -e \"require('fs').rmSync('./dist', { recursive: true, force: true })\"",
30
- "link:cli": "npm run build && npm link",
31
- "test:info": "node bin/avora.mjs info",
32
- "test:dry-run": "node bin/avora.mjs generate page test-page --layout vertical --section page-header --section table --guard --nav-group Main --dry-run"
26
+ "build": "tsc",
27
+ "build:watch": "tsc --watch",
28
+ "dev": "tsx src/cli.ts",
29
+ "clean": "node -e \"require('fs').rmSync('./dist', { recursive: true, force: true })\"",
30
+ "link:cli": "npm run build && npm link",
31
+ "test:info": "node bin/avora.mjs info",
32
+ "test:dry-run": "node bin/avora.mjs generate page test-page --layout vertical --section page-header --section table --guard --nav-group Main --dry-run"
33
33
  },
34
34
  "dependencies": {
35
35
  "@inquirer/prompts": "^6.0.0",
@@ -61,6 +61,6 @@
61
61
  "scaffold",
62
62
  "meta-driven"
63
63
  ],
64
- "author": "AvoraLabs",
64
+ "author": "Dileesha Ekanayake <dileesha.r.ekanayake@gmail.com>",
65
65
  "license": "UNLICENSED"
66
66
  }