@qihongmu/dsh-plugins-scheduled-task 0.1.0 → 0.1.1-alpha.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@qihongmu/dsh-plugins-scheduled-task",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-alpha.2",
4
4
  "license": "MIT",
5
5
  "author": "Qihong <qihong.m.u+dev@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/qihongmu/dsh-plugins.git",
8
+ "url": "https://github.com/qihongmu/dsh-plugins.git",
9
9
  "directory": "packages/scheduled-task/host"
10
10
  },
11
11
  "description": "External user plugin: global scheduled tasks for DeepSeek Harness (host Service + scheduler + Remote surface), no changes to the dsh library.",