@qihongmu/dsh-client-remotes-scheduled-task 0.1.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/cordis.patch.yml +5 -0
- package/lib/client.js +4391 -0
- package/lib/types/client/index.d.ts +16 -0
- package/lib/types/client/index.js +18 -0
- package/lib/types/index.d.ts +12 -0
- package/lib/types/index.js +11 -0
- package/lib/types/invariant.d.ts +17 -0
- package/lib/types/invariant.js +22 -0
- package/package.json +60 -0
package/cordis.patch.yml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# @qihongmu/dsh-client-remotes-scheduled-task: plugins-remotes-scheduled-task — merged into the profile patch list by `dsh plugin` once
|
|
2
|
+
# this package is added to dsh.profile.bundles.
|
|
3
|
+
- insert:
|
|
4
|
+
- id: plugins-remotes-scheduled-task
|
|
5
|
+
name: '@qihongmu/dsh-client-remotes-scheduled-task'
|