@theholocron/cli 2.0.0-alpha.47 → 2.0.0-alpha.49

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -0
  2. package/package.json +3 -3
package/dist/cli.mjs CHANGED
@@ -1551,6 +1551,7 @@ jobs:
1551
1551
  if: \${{ !cancelled() }}
1552
1552
  with:
1553
1553
  token: \${{ secrets.CODECOV_TOKEN }}
1554
+ files: '**/test-report.junit.xml'
1554
1555
  `,
1555
1556
  "sync-github": `\
1556
1557
  name: Sync GitHub Templates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.47",
3
+ "version": "2.0.0-alpha.49",
4
4
  "description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -34,8 +34,8 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@napi-rs/keyring": "^1.3.0",
37
- "@theholocron/github-client": "^0.5.0",
38
- "@theholocron/http-client": "^0.5.0",
37
+ "@theholocron/github-client": "^0.6.2",
38
+ "@theholocron/http-client": "^0.6.2",
39
39
  "tsx": "^4.22.4",
40
40
  "yargs": "^18.0.0"
41
41
  },