dsh-plugin-shop 0.8.0-beta.2 → 0.8.0-beta.3

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/lib/index.js CHANGED
@@ -139,7 +139,7 @@ function httpOrigin(baseUrl, fetchImpl) {
139
139
  };
140
140
  }
141
141
  //#endregion
142
- //#region src/host/tar.ts
142
+ //#region src/shared/tar.ts
143
143
  /** A read-only ustar parser: the npm transport's only way into a tarball.
144
144
  *
145
145
  * Pure — bytes in, a path-to-bytes map out. It handles exactly what `npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-plugin-shop",
3
- "version": "0.8.0-beta.2",
3
+ "version": "0.8.0-beta.3",
4
4
  "description": "The DeepSeek Harness plugin shop: browse, install, enable, and update dsh plugins from a git-auditable catalog.",
5
5
  "keywords": [
6
6
  "dsh-plugin",
File without changes