@qihongmu/dsh-client-remotes-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.
- package/lib/client.js +17 -17
- package/package.json +2 -2
package/lib/client.js
CHANGED
|
@@ -4,7 +4,7 @@ window.__ModuleLoader__.load({
|
|
|
4
4
|
var module = { exports: {} };
|
|
5
5
|
var exports = module.exports;
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
|
-
//#region
|
|
7
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
8
8
|
var _a$1;
|
|
9
9
|
function $constructor(name, initializer, params) {
|
|
10
10
|
function init(inst, def) {
|
|
@@ -63,7 +63,7 @@ window.__ModuleLoader__.load({
|
|
|
63
63
|
return globalConfig;
|
|
64
64
|
}
|
|
65
65
|
//#endregion
|
|
66
|
-
//#region
|
|
66
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/util.js
|
|
67
67
|
function getEnumValues(entries) {
|
|
68
68
|
const numericValues = Object.values(entries).filter((v) => typeof v === "number");
|
|
69
69
|
return Object.entries(entries).filter(([k, _]) => numericValues.indexOf(+k) === -1).map(([_, v]) => v);
|
|
@@ -375,7 +375,7 @@ window.__ModuleLoader__.load({
|
|
|
375
375
|
return { ...iss };
|
|
376
376
|
}
|
|
377
377
|
//#endregion
|
|
378
|
-
//#region
|
|
378
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/errors.js
|
|
379
379
|
const initializer$1 = (inst, def) => {
|
|
380
380
|
inst.name = "$ZodError";
|
|
381
381
|
Object.defineProperty(inst, "_zod", {
|
|
@@ -435,7 +435,7 @@ window.__ModuleLoader__.load({
|
|
|
435
435
|
return fieldErrors;
|
|
436
436
|
}
|
|
437
437
|
//#endregion
|
|
438
|
-
//#region
|
|
438
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/parse.js
|
|
439
439
|
const _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
440
440
|
const ctx = _ctx ? {
|
|
441
441
|
..._ctx,
|
|
@@ -549,7 +549,7 @@ window.__ModuleLoader__.load({
|
|
|
549
549
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
550
550
|
};
|
|
551
551
|
//#endregion
|
|
552
|
-
//#region
|
|
552
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/regexes.js
|
|
553
553
|
/**
|
|
554
554
|
* @deprecated CUID v1 is deprecated by its authors due to information leakage
|
|
555
555
|
* (timestamps embedded in the id). Use {@link cuid2} instead.
|
|
@@ -613,7 +613,7 @@ window.__ModuleLoader__.load({
|
|
|
613
613
|
const lowercase = /^[^A-Z]*$/;
|
|
614
614
|
const uppercase = /^[^a-z]*$/;
|
|
615
615
|
//#endregion
|
|
616
|
-
//#region
|
|
616
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/checks.js
|
|
617
617
|
const $ZodCheck = /*@__PURE__*/ $constructor("$ZodCheck", (inst, def) => {
|
|
618
618
|
var _a;
|
|
619
619
|
inst._zod ?? (inst._zod = {});
|
|
@@ -971,7 +971,7 @@ window.__ModuleLoader__.load({
|
|
|
971
971
|
};
|
|
972
972
|
});
|
|
973
973
|
//#endregion
|
|
974
|
-
//#region
|
|
974
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/doc.js
|
|
975
975
|
var Doc = class {
|
|
976
976
|
constructor(args = []) {
|
|
977
977
|
this.content = [];
|
|
@@ -1002,14 +1002,14 @@ window.__ModuleLoader__.load({
|
|
|
1002
1002
|
}
|
|
1003
1003
|
};
|
|
1004
1004
|
//#endregion
|
|
1005
|
-
//#region
|
|
1005
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/versions.js
|
|
1006
1006
|
const version = {
|
|
1007
1007
|
major: 4,
|
|
1008
1008
|
minor: 4,
|
|
1009
1009
|
patch: 3
|
|
1010
1010
|
};
|
|
1011
1011
|
//#endregion
|
|
1012
|
-
//#region
|
|
1012
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/schemas.js
|
|
1013
1013
|
const $ZodType = /*@__PURE__*/ $constructor("$ZodType", (inst, def) => {
|
|
1014
1014
|
var _a;
|
|
1015
1015
|
inst ?? (inst = {});
|
|
@@ -2130,7 +2130,7 @@ window.__ModuleLoader__.load({
|
|
|
2130
2130
|
}
|
|
2131
2131
|
}
|
|
2132
2132
|
//#endregion
|
|
2133
|
-
//#region
|
|
2133
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/registries.js
|
|
2134
2134
|
var _a;
|
|
2135
2135
|
var $ZodRegistry = class {
|
|
2136
2136
|
constructor() {
|
|
@@ -2177,7 +2177,7 @@ window.__ModuleLoader__.load({
|
|
|
2177
2177
|
(_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
|
|
2178
2178
|
const globalRegistry = globalThis.__zod_globalRegistry;
|
|
2179
2179
|
//#endregion
|
|
2180
|
-
//#region
|
|
2180
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/api.js
|
|
2181
2181
|
// @__NO_SIDE_EFFECTS__
|
|
2182
2182
|
function _string(Class, params) {
|
|
2183
2183
|
return new Class({
|
|
@@ -2682,7 +2682,7 @@ window.__ModuleLoader__.load({
|
|
|
2682
2682
|
return ch;
|
|
2683
2683
|
}
|
|
2684
2684
|
//#endregion
|
|
2685
|
-
//#region
|
|
2685
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js
|
|
2686
2686
|
function initializeContext(params) {
|
|
2687
2687
|
let target = params?.target ?? "draft-2020-12";
|
|
2688
2688
|
if (target === "draft-4") target = "draft-04";
|
|
@@ -2975,7 +2975,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
2975
2975
|
return finalize(ctx, schema);
|
|
2976
2976
|
};
|
|
2977
2977
|
//#endregion
|
|
2978
|
-
//#region
|
|
2978
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js
|
|
2979
2979
|
const formatMap = {
|
|
2980
2980
|
guid: "uuid",
|
|
2981
2981
|
url: "uri",
|
|
@@ -3204,7 +3204,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
3204
3204
|
seen.ref = def.innerType;
|
|
3205
3205
|
};
|
|
3206
3206
|
//#endregion
|
|
3207
|
-
//#region
|
|
3207
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/iso.js
|
|
3208
3208
|
const ZodISODateTime = /*@__PURE__*/ $constructor("ZodISODateTime", (inst, def) => {
|
|
3209
3209
|
$ZodISODateTime.init(inst, def);
|
|
3210
3210
|
ZodStringFormat.init(inst, def);
|
|
@@ -3234,7 +3234,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
3234
3234
|
return /* @__PURE__ */ _isoDuration(ZodISODuration, params);
|
|
3235
3235
|
}
|
|
3236
3236
|
//#endregion
|
|
3237
|
-
//#region
|
|
3237
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/errors.js
|
|
3238
3238
|
const initializer = (inst, issues) => {
|
|
3239
3239
|
$ZodError.init(inst, issues);
|
|
3240
3240
|
inst.name = "ZodError";
|
|
@@ -3256,7 +3256,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
3256
3256
|
};
|
|
3257
3257
|
const ZodRealError = /*@__PURE__*/ $constructor("ZodError", initializer, { Parent: Error });
|
|
3258
3258
|
//#endregion
|
|
3259
|
-
//#region
|
|
3259
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/parse.js
|
|
3260
3260
|
const parse = /* @__PURE__ */ _parse(ZodRealError);
|
|
3261
3261
|
const parseAsync = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
3262
3262
|
const safeParse = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -3270,7 +3270,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
3270
3270
|
const safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
3271
3271
|
const safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
3272
3272
|
//#endregion
|
|
3273
|
-
//#region
|
|
3273
|
+
//#region ../../../deepseek-harness/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/schemas.js
|
|
3274
3274
|
const _installedGroups = /* @__PURE__ */ new WeakMap();
|
|
3275
3275
|
function _installLazyMethods(inst, group, methods) {
|
|
3276
3276
|
const proto = Object.getPrototypeOf(inst);
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qihongmu/dsh-client-remotes-scheduled-task",
|
|
3
|
-
"version": "0.1.
|
|
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": "
|
|
8
|
+
"url": "https://github.com/qihongmu/dsh-plugins.git",
|
|
9
9
|
"directory": "packages/scheduled-task/remotes"
|
|
10
10
|
},
|
|
11
11
|
"description": "External user plugin: browser assembly that mounts the vendored scheduledTasks Remote contribution before the scheduled-tasks UI entry activates (plugin-scoped counterpart of the in-repo dsh-api-remotes assembly).",
|