@diffci.com/diffci 0.1.9 → 0.1.10

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/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,9 +91,8 @@ DiffCI's hosted service requires an explicitly configured endpoint and token.
91
91
  | Surface | Use it for | Current distribution |
92
92
  | --- | --- | --- |
93
93
  | [`@diffci.com/diffci`](https://www.npmjs.com/package/@diffci.com/diffci) | Try `observe` locally, run an opt-in runtime pilot, or install the GitHub Action from this repository | Published npm CLI and Action |
94
- | [`DiffCI/core`](https://github.com/DiffCI/core) | Study or build on the dependency-analysis and conservative-planning engine | Public AGPL source; included in the CLI package |
95
94
 
96
- The CLI bundles a pinned revision of the Core engine from GitHub. Users install only
95
+ The CLI bundles a pinned revision of the [Core engine](https://github.com/DiffCI/core) from GitHub. Users install only
97
96
  `@diffci.com/diffci`; the `pilot` command above stays the same. Core performs Git analysis,
98
97
  dependency graphs, impact, path baseline, and selected-command planning. The report format and
99
98
  non-interfering GitHub Action remain in this repository. See
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diffci.com/diffci",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "DiffCI - deterministic change-aware CI planning",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {