ragent-cli 1.8.0 → 1.9.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ragent-cli",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "CLI agent for rAgent Live — browser-first terminal control plane for AI coding agents",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -12,6 +12,8 @@
12
12
  "test": "vitest run",
13
13
  "typecheck": "tsc --noEmit",
14
14
  "lint": "eslint src/",
15
+ "sbom": "cyclonedx-npm --omit dev --output-reproducible --validate --mc-type application -o dist/sbom.json",
16
+ "verify-package": "bash scripts/verify-package.sh",
15
17
  "changeset": "changeset",
16
18
  "version-packages": "changeset version",
17
19
  "release": "npm run build && npm run test && changeset publish"
@@ -44,7 +46,8 @@
44
46
  "linux"
45
47
  ],
46
48
  "files": [
47
- "dist"
49
+ "dist",
50
+ "SECURITY.md"
48
51
  ],
49
52
  "dependencies": {
50
53
  "@azure/web-pubsub-client": "^1.0.2",
@@ -56,6 +59,7 @@
56
59
  "devDependencies": {
57
60
  "@changesets/changelog-github": "^0.5.2",
58
61
  "@changesets/cli": "^2.29.8",
62
+ "@cyclonedx/cyclonedx-npm": "^4.2.1",
59
63
  "@eslint/js": "^10.0.1",
60
64
  "@types/figlet": "^1.7.0",
61
65
  "@types/node": "^20.17.0",