@dsh-plugin-hub/registry 0.1.1 → 0.2.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 +5 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -30,6 +30,11 @@ 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.2.0` is released in lockstep with the CLI, schemas, and DSH adapter.
|
|
34
|
+
The registry package collects no telemetry. Anonymous lifecycle telemetry is a
|
|
35
|
+
CLI runtime feature and follows the controls documented by
|
|
36
|
+
`@dsh-plugin-hub/cli`.
|
|
37
|
+
|
|
33
38
|
Browse public DSH plugins and Profiles at
|
|
34
39
|
[dshpluginhub.ai](https://dshpluginhub.ai).
|
|
35
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-plugin-hub/registry",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Version resolution and profile planning for DSH Hub",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"homepage": "https://dshpluginhub.ai",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "git+https://github.com/pax-beehive/dsh-
|
|
15
|
+
"url": "git+https://github.com/pax-beehive/dsh-hub-cli.git",
|
|
16
16
|
"directory": "packages/registry"
|
|
17
17
|
},
|
|
18
18
|
"bugs": {
|
|
19
|
-
"url": "https://github.com/pax-beehive/dsh-
|
|
19
|
+
"url": "https://github.com/pax-beehive/dsh-hub-cli/issues"
|
|
20
20
|
},
|
|
21
21
|
"type": "module",
|
|
22
22
|
"sideEffects": false,
|
|
@@ -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.2.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/semver": "7.8.0",
|