@dsh-plugin-hub/schemas 0.1.4 → 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,5 +29,10 @@ The package exports Zod schemas and inferred TypeScript types for portable DSH
29
29
  bundle manifests, Plugin Hub records, Profile drafts and immutable releases.
30
30
  Use it when building a DSH plugin, integration, validator, or custom Hub client.
31
31
 
32
+ Version `0.2.0` is released in lockstep with the CLI, registry, and DSH adapter.
33
+ This package performs local validation only: it makes no network request and
34
+ collects no telemetry. Anonymous lifecycle telemetry belongs exclusively to the
35
+ `@dsh-plugin-hub/cli` runtime and follows that package's documented controls.
36
+
32
37
  This is an independent community project and is not affiliated with or endorsed
33
38
  by DeepSeek.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsh-plugin-hub/schemas",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "Portable DSH bundle, profile, and Hub API schemas",
5
5
  "keywords": [
6
6
  "dsh-plugin",