@dsh-plugin-hub/registry 0.2.0 → 0.3.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/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @dsh-plugin-hub/registry
|
|
2
2
|
|
|
3
|
-
Deterministic version resolution and
|
|
3
|
+
Deterministic version resolution and Preset planning for
|
|
4
4
|
[DSH Plugin Hub](https://dshpluginhub.ai).
|
|
5
5
|
|
|
6
6
|
## Install
|
|
@@ -13,7 +13,7 @@ npm install @dsh-plugin-hub/registry
|
|
|
13
13
|
|
|
14
14
|
- Resolves exact Plugin versions from semver selectors and dist-tags
|
|
15
15
|
- Excludes withdrawn versions
|
|
16
|
-
- Preserves an author-confirmed
|
|
16
|
+
- Preserves an author-confirmed Preset sequence
|
|
17
17
|
- Validates `before` and `after` ordering constraints
|
|
18
18
|
- Detects duplicate bundles, ordering cycles, and entry ID conflicts
|
|
19
19
|
- Produces exact install specs and integrity metadata
|
|
@@ -30,12 +30,12 @@ This package performs local deterministic computation. It does not host npm
|
|
|
30
30
|
packages or make Registry network requests. The shared data contracts live in
|
|
31
31
|
[`@dsh-plugin-hub/schemas`](https://www.npmjs.com/package/@dsh-plugin-hub/schemas).
|
|
32
32
|
|
|
33
|
-
Version `0.
|
|
33
|
+
Version `0.3.0` is released in lockstep with the CLI, schemas, and DSH adapter.
|
|
34
34
|
The registry package collects no telemetry. Anonymous lifecycle telemetry is a
|
|
35
35
|
CLI runtime feature and follows the controls documented by
|
|
36
36
|
`@dsh-plugin-hub/cli`.
|
|
37
37
|
|
|
38
|
-
Browse public DSH plugins and
|
|
38
|
+
Browse public DSH plugins and Presets at
|
|
39
39
|
[dshpluginhub.ai](https://dshpluginhub.ai).
|
|
40
40
|
|
|
41
41
|
This is an independent community project and is not affiliated with or endorsed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-plugin-hub/registry",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Version resolution and profile planning for DSH Hub",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"semver": "7.8.5",
|
|
38
|
-
"@dsh-plugin-hub/schemas": "0.
|
|
38
|
+
"@dsh-plugin-hub/schemas": "0.3.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/semver": "7.8.0",
|