@michengai/dsh-skills-manager 0.1.2 → 0.1.5

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/lib/client.js +1 -1
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // dsh-skills-manager client half:DSH 设置中的本地管理与公共 Agent 只读技能面板。
2
2
  window.__ModuleLoader__.load({
3
- id: "dsh-skills-manager",
3
+ id: "@michengai/dsh-skills-manager",
4
4
  factory: (require) => {
5
5
  var module = { exports: {} };
6
6
  Object.defineProperty(module.exports, Symbol.toStringTag, { value: "Module" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-skills-manager",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "NPM-installable DSH Web plugin for managing local skills and viewing shared Agent skills safely.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {