@sit-onyx/modelcontextprotocol 0.1.1-dev-20260626083838 → 0.1.1-dev-20260629101020
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/dist/index.js +438 -429
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -17,7 +17,14 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
17
17
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
18
18
|
var __getProtoOf = Object.getPrototypeOf;
|
|
19
19
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
20
|
-
var __esmMin = (fn, res) => () =>
|
|
20
|
+
var __esmMin = (fn, res, err) => () => {
|
|
21
|
+
if (err) throw err[0];
|
|
22
|
+
try {
|
|
23
|
+
return fn && (res = fn(fn = 0)), res;
|
|
24
|
+
} catch (e) {
|
|
25
|
+
throw err = [e], e;
|
|
26
|
+
}
|
|
27
|
+
};
|
|
21
28
|
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
22
29
|
var __exportAll = (all, no_symbols) => {
|
|
23
30
|
let target = {};
|
|
@@ -43,7 +50,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
43
50
|
enumerable: true
|
|
44
51
|
}) : target, mod));
|
|
45
52
|
var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
46
|
-
var __require = /*
|
|
53
|
+
var __require = /* #__PURE__ */ (() => createRequire(import.meta.url))();
|
|
47
54
|
var package_default = {
|
|
48
55
|
name: "@sit-onyx/modelcontextprotocol",
|
|
49
56
|
version: "0.1.0",
|
|
@@ -130,6 +137,36 @@ var cached$1 = (func) => {
|
|
|
130
137
|
};
|
|
131
138
|
};
|
|
132
139
|
//#endregion
|
|
140
|
+
//#region ../../node_modules/.pnpm/url-join@5.0.0/node_modules/url-join/lib/url-join.js
|
|
141
|
+
function normalize(strArray) {
|
|
142
|
+
var resultArray = [];
|
|
143
|
+
if (strArray.length === 0) return "";
|
|
144
|
+
if (typeof strArray[0] !== "string") throw new TypeError("Url must be a string. Received " + strArray[0]);
|
|
145
|
+
if (strArray[0].match(/^[^/:]+:\/*$/) && strArray.length > 1) strArray[0] = strArray.shift() + strArray[0];
|
|
146
|
+
if (strArray[0].match(/^file:\/\/\//)) strArray[0] = strArray[0].replace(/^([^/:]+):\/*/, "$1:///");
|
|
147
|
+
else strArray[0] = strArray[0].replace(/^([^/:]+):\/*/, "$1://");
|
|
148
|
+
for (var i = 0; i < strArray.length; i++) {
|
|
149
|
+
var component = strArray[i];
|
|
150
|
+
if (typeof component !== "string") throw new TypeError("Url must be a string. Received " + component);
|
|
151
|
+
if (component === "") continue;
|
|
152
|
+
if (i > 0) component = component.replace(/^[\/]+/, "");
|
|
153
|
+
if (i < strArray.length - 1) component = component.replace(/[\/]+$/, "");
|
|
154
|
+
else component = component.replace(/[\/]+$/, "/");
|
|
155
|
+
resultArray.push(component);
|
|
156
|
+
}
|
|
157
|
+
var str = resultArray.join("/");
|
|
158
|
+
str = str.replace(/\/(\?|&|#[^!])/g, "$1");
|
|
159
|
+
var parts = str.split("?");
|
|
160
|
+
str = parts.shift() + (parts.length > 0 ? "?" : "") + parts.join("&");
|
|
161
|
+
return str;
|
|
162
|
+
}
|
|
163
|
+
function urlJoin() {
|
|
164
|
+
var input;
|
|
165
|
+
if (typeof arguments[0] === "object") input = arguments[0];
|
|
166
|
+
else input = [].slice.call(arguments);
|
|
167
|
+
return normalize(input);
|
|
168
|
+
}
|
|
169
|
+
//#endregion
|
|
133
170
|
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/core.js
|
|
134
171
|
var _a$1;
|
|
135
172
|
function $constructor(name, initializer, params) {
|
|
@@ -251,7 +288,10 @@ function assignProp(target, prop, value) {
|
|
|
251
288
|
}
|
|
252
289
|
function mergeDefs(...defs) {
|
|
253
290
|
const mergedDescriptors = {};
|
|
254
|
-
for (const def of defs)
|
|
291
|
+
for (const def of defs) {
|
|
292
|
+
const descriptors = Object.getOwnPropertyDescriptors(def);
|
|
293
|
+
Object.assign(mergedDescriptors, descriptors);
|
|
294
|
+
}
|
|
255
295
|
return Object.defineProperties({}, mergedDescriptors);
|
|
256
296
|
}
|
|
257
297
|
function esc(str) {
|
|
@@ -573,7 +613,7 @@ var _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
|
573
613
|
}, ctx);
|
|
574
614
|
if (result instanceof Promise) throw new $ZodAsyncError();
|
|
575
615
|
if (result.issues.length) {
|
|
576
|
-
const e = new (_params?.Err ?? _Err)(result.issues.map((iss) => finalizeIssue(iss, ctx, config())));
|
|
616
|
+
const e = new ((_params?.Err) ?? _Err)(result.issues.map((iss) => finalizeIssue(iss, ctx, config())));
|
|
577
617
|
captureStackTrace(e, _params?.callee);
|
|
578
618
|
throw e;
|
|
579
619
|
}
|
|
@@ -591,7 +631,7 @@ var _parseAsync = (_Err) => async (schema, value, _ctx, params) => {
|
|
|
591
631
|
}, ctx);
|
|
592
632
|
if (result instanceof Promise) result = await result;
|
|
593
633
|
if (result.issues.length) {
|
|
594
|
-
const e = new (params?.Err ?? _Err)(result.issues.map((iss) => finalizeIssue(iss, ctx, config())));
|
|
634
|
+
const e = new ((params?.Err) ?? _Err)(result.issues.map((iss) => finalizeIssue(iss, ctx, config())));
|
|
595
635
|
captureStackTrace(e, params?.callee);
|
|
596
636
|
throw e;
|
|
597
637
|
}
|
|
@@ -1554,7 +1594,7 @@ var $ZodBoolean = /*@__PURE__*/ $constructor("$ZodBoolean", (inst, def) => {
|
|
|
1554
1594
|
var $ZodNull = /*@__PURE__*/ $constructor("$ZodNull", (inst, def) => {
|
|
1555
1595
|
$ZodType.init(inst, def);
|
|
1556
1596
|
inst._zod.pattern = _null$2;
|
|
1557
|
-
inst._zod.values = new Set([null]);
|
|
1597
|
+
inst._zod.values = /* @__PURE__ */ new Set([null]);
|
|
1558
1598
|
inst._zod.parse = (payload, _ctx) => {
|
|
1559
1599
|
const input = payload.value;
|
|
1560
1600
|
if (input === null) return payload;
|
|
@@ -1701,13 +1741,13 @@ var $ZodObject = /*@__PURE__*/ $constructor("$ZodObject", (inst, def) => {
|
|
|
1701
1741
|
}
|
|
1702
1742
|
return propValues;
|
|
1703
1743
|
});
|
|
1704
|
-
const isObject$
|
|
1744
|
+
const isObject$2 = isObject;
|
|
1705
1745
|
const catchall = def.catchall;
|
|
1706
1746
|
let value;
|
|
1707
1747
|
inst._zod.parse = (payload, ctx) => {
|
|
1708
1748
|
value ?? (value = _normalized.value);
|
|
1709
1749
|
const input = payload.value;
|
|
1710
|
-
if (!isObject$
|
|
1750
|
+
if (!isObject$2(input)) {
|
|
1711
1751
|
payload.issues.push({
|
|
1712
1752
|
expected: "object",
|
|
1713
1753
|
code: "invalid_type",
|
|
@@ -1830,7 +1870,7 @@ var $ZodObjectJIT = /*@__PURE__*/ $constructor("$ZodObjectJIT", (inst, def) => {
|
|
|
1830
1870
|
return (payload, ctx) => fn(shape, payload, ctx);
|
|
1831
1871
|
};
|
|
1832
1872
|
let fastpass;
|
|
1833
|
-
const isObject$
|
|
1873
|
+
const isObject$1 = isObject;
|
|
1834
1874
|
const jit = !globalConfig.jitless;
|
|
1835
1875
|
const fastEnabled = jit && allowsEval.value;
|
|
1836
1876
|
const catchall = def.catchall;
|
|
@@ -1838,7 +1878,7 @@ var $ZodObjectJIT = /*@__PURE__*/ $constructor("$ZodObjectJIT", (inst, def) => {
|
|
|
1838
1878
|
inst._zod.parse = (payload, ctx) => {
|
|
1839
1879
|
value ?? (value = _normalized.value);
|
|
1840
1880
|
const input = payload.value;
|
|
1841
|
-
if (!isObject$
|
|
1881
|
+
if (!isObject$1(input)) {
|
|
1842
1882
|
payload.issues.push({
|
|
1843
1883
|
expected: "object",
|
|
1844
1884
|
code: "invalid_type",
|
|
@@ -2184,7 +2224,7 @@ var $ZodOptional = /*@__PURE__*/ $constructor("$ZodOptional", (inst, def) => {
|
|
|
2184
2224
|
inst._zod.optin = "optional";
|
|
2185
2225
|
inst._zod.optout = "optional";
|
|
2186
2226
|
defineLazy(inst._zod, "values", () => {
|
|
2187
|
-
return def.innerType._zod.values ? new Set([...def.innerType._zod.values, void 0]) : void 0;
|
|
2227
|
+
return def.innerType._zod.values ? /* @__PURE__ */ new Set([...def.innerType._zod.values, void 0]) : void 0;
|
|
2188
2228
|
});
|
|
2189
2229
|
defineLazy(inst._zod, "pattern", () => {
|
|
2190
2230
|
const pattern = def.innerType._zod.pattern;
|
|
@@ -2218,7 +2258,7 @@ var $ZodNullable = /*@__PURE__*/ $constructor("$ZodNullable", (inst, def) => {
|
|
|
2218
2258
|
return pattern ? new RegExp(`^(${cleanRegex(pattern.source)}|null)$`) : void 0;
|
|
2219
2259
|
});
|
|
2220
2260
|
defineLazy(inst._zod, "values", () => {
|
|
2221
|
-
return def.innerType._zod.values ? new Set([...def.innerType._zod.values, null]) : void 0;
|
|
2261
|
+
return def.innerType._zod.values ? /* @__PURE__ */ new Set([...def.innerType._zod.values, null]) : void 0;
|
|
2222
2262
|
});
|
|
2223
2263
|
inst._zod.parse = (payload, ctx) => {
|
|
2224
2264
|
if (payload.value === null) return payload;
|
|
@@ -4380,220 +4420,219 @@ function superRefine(fn, params) {
|
|
|
4380
4420
|
return /* @__PURE__ */ _superRefine(fn, params);
|
|
4381
4421
|
}
|
|
4382
4422
|
//#endregion
|
|
4383
|
-
//#region ../../node_modules/.pnpm/
|
|
4384
|
-
var
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
"
|
|
4417
|
-
"
|
|
4418
|
-
"
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
]
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
module
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
//#
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
#
|
|
4549
|
-
#
|
|
4550
|
-
#
|
|
4551
|
-
#
|
|
4552
|
-
#
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
if (
|
|
4557
|
-
|
|
4558
|
-
this.#
|
|
4559
|
-
this.#
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
this.#
|
|
4588
|
-
this.#size
|
|
4589
|
-
|
|
4590
|
-
this.#
|
|
4591
|
-
this.#
|
|
4592
|
-
this.#
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
#moveToRecent(key, item) {
|
|
4423
|
+
//#region ../../node_modules/.pnpm/validate-npm-package-name@7.0.2/node_modules/validate-npm-package-name/lib/builtin-modules.json
|
|
4424
|
+
var builtin_modules_exports = /* @__PURE__ */ __exportAll({ default: () => builtin_modules_default });
|
|
4425
|
+
var builtin_modules_default;
|
|
4426
|
+
var init_builtin_modules = __esmMin((() => {
|
|
4427
|
+
builtin_modules_default = [
|
|
4428
|
+
"_http_agent",
|
|
4429
|
+
"_http_client",
|
|
4430
|
+
"_http_common",
|
|
4431
|
+
"_http_incoming",
|
|
4432
|
+
"_http_outgoing",
|
|
4433
|
+
"_http_server",
|
|
4434
|
+
"_stream_duplex",
|
|
4435
|
+
"_stream_passthrough",
|
|
4436
|
+
"_stream_readable",
|
|
4437
|
+
"_stream_transform",
|
|
4438
|
+
"_stream_wrap",
|
|
4439
|
+
"_stream_writable",
|
|
4440
|
+
"_tls_common",
|
|
4441
|
+
"_tls_wrap",
|
|
4442
|
+
"assert",
|
|
4443
|
+
"assert/strict",
|
|
4444
|
+
"async_hooks",
|
|
4445
|
+
"buffer",
|
|
4446
|
+
"child_process",
|
|
4447
|
+
"cluster",
|
|
4448
|
+
"console",
|
|
4449
|
+
"constants",
|
|
4450
|
+
"crypto",
|
|
4451
|
+
"dgram",
|
|
4452
|
+
"diagnostics_channel",
|
|
4453
|
+
"dns",
|
|
4454
|
+
"dns/promises",
|
|
4455
|
+
"domain",
|
|
4456
|
+
"events",
|
|
4457
|
+
"fs",
|
|
4458
|
+
"fs/promises",
|
|
4459
|
+
"http",
|
|
4460
|
+
"http2",
|
|
4461
|
+
"https",
|
|
4462
|
+
"inspector",
|
|
4463
|
+
"inspector/promises",
|
|
4464
|
+
"module",
|
|
4465
|
+
"net",
|
|
4466
|
+
"os",
|
|
4467
|
+
"path",
|
|
4468
|
+
"path/posix",
|
|
4469
|
+
"path/win32",
|
|
4470
|
+
"perf_hooks",
|
|
4471
|
+
"process",
|
|
4472
|
+
"punycode",
|
|
4473
|
+
"querystring",
|
|
4474
|
+
"readline",
|
|
4475
|
+
"readline/promises",
|
|
4476
|
+
"repl",
|
|
4477
|
+
"stream",
|
|
4478
|
+
"stream/consumers",
|
|
4479
|
+
"stream/promises",
|
|
4480
|
+
"stream/web",
|
|
4481
|
+
"string_decoder",
|
|
4482
|
+
"sys",
|
|
4483
|
+
"timers",
|
|
4484
|
+
"timers/promises",
|
|
4485
|
+
"tls",
|
|
4486
|
+
"trace_events",
|
|
4487
|
+
"tty",
|
|
4488
|
+
"url",
|
|
4489
|
+
"util",
|
|
4490
|
+
"util/types",
|
|
4491
|
+
"v8",
|
|
4492
|
+
"vm",
|
|
4493
|
+
"wasi",
|
|
4494
|
+
"worker_threads",
|
|
4495
|
+
"zlib",
|
|
4496
|
+
"node:sea",
|
|
4497
|
+
"node:sqlite",
|
|
4498
|
+
"node:test",
|
|
4499
|
+
"node:test/reporters"
|
|
4500
|
+
];
|
|
4501
|
+
}));
|
|
4502
|
+
//#endregion
|
|
4503
|
+
//#region ../../node_modules/.pnpm/query-registry@4.3.0_zod@4.4.3/node_modules/query-registry/dist/assert-valid-package-name.js
|
|
4504
|
+
var import_lib = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
4505
|
+
var builtins = (init_builtin_modules(), __toCommonJS(builtin_modules_exports).default);
|
|
4506
|
+
var scopedPackagePattern = /* @__PURE__ */ new RegExp("^(?:@([^/]+?)[/])?([^/]+?)$");
|
|
4507
|
+
var exclusionList = ["node_modules", "favicon.ico"];
|
|
4508
|
+
function validate(name) {
|
|
4509
|
+
var warnings = [];
|
|
4510
|
+
var errors = [];
|
|
4511
|
+
if (name === null) {
|
|
4512
|
+
errors.push("name cannot be null");
|
|
4513
|
+
return done(warnings, errors);
|
|
4514
|
+
}
|
|
4515
|
+
if (name === void 0) {
|
|
4516
|
+
errors.push("name cannot be undefined");
|
|
4517
|
+
return done(warnings, errors);
|
|
4518
|
+
}
|
|
4519
|
+
if (typeof name !== "string") {
|
|
4520
|
+
errors.push("name must be a string");
|
|
4521
|
+
return done(warnings, errors);
|
|
4522
|
+
}
|
|
4523
|
+
if (!name.length) errors.push("name length must be greater than zero");
|
|
4524
|
+
if (name.startsWith(".")) errors.push("name cannot start with a period");
|
|
4525
|
+
if (name.startsWith("-")) errors.push("name cannot start with a hyphen");
|
|
4526
|
+
if (name.match(/^_/)) errors.push("name cannot start with an underscore");
|
|
4527
|
+
if (name.trim() !== name) errors.push("name cannot contain leading or trailing spaces");
|
|
4528
|
+
exclusionList.forEach(function(excludedName) {
|
|
4529
|
+
if (name.toLowerCase() === excludedName) errors.push(excludedName + " is not a valid package name");
|
|
4530
|
+
});
|
|
4531
|
+
if (builtins.includes(name.toLowerCase())) warnings.push(name + " is a core module name");
|
|
4532
|
+
if (name.length > 214) warnings.push("name can no longer contain more than 214 characters");
|
|
4533
|
+
if (name.toLowerCase() !== name) warnings.push("name can no longer contain capital letters");
|
|
4534
|
+
if (/[~'!()*]/.test(name.split("/").slice(-1)[0])) warnings.push("name can no longer contain special characters (\"~'!()*\")");
|
|
4535
|
+
if (encodeURIComponent(name) !== name) {
|
|
4536
|
+
var nameMatch = name.match(scopedPackagePattern);
|
|
4537
|
+
if (nameMatch) {
|
|
4538
|
+
var user = nameMatch[1];
|
|
4539
|
+
var pkg = nameMatch[2];
|
|
4540
|
+
if (pkg.startsWith(".")) errors.push("name cannot start with a period");
|
|
4541
|
+
if (encodeURIComponent(user) === user && encodeURIComponent(pkg) === pkg) return done(warnings, errors);
|
|
4542
|
+
}
|
|
4543
|
+
errors.push("name can only contain URL-friendly characters");
|
|
4544
|
+
}
|
|
4545
|
+
return done(warnings, errors);
|
|
4546
|
+
}
|
|
4547
|
+
var done = function(warnings, errors) {
|
|
4548
|
+
var result = {
|
|
4549
|
+
validForNewPackages: errors.length === 0 && warnings.length === 0,
|
|
4550
|
+
validForOldPackages: errors.length === 0,
|
|
4551
|
+
warnings,
|
|
4552
|
+
errors
|
|
4553
|
+
};
|
|
4554
|
+
if (!result.warnings.length) delete result.warnings;
|
|
4555
|
+
if (!result.errors.length) delete result.errors;
|
|
4556
|
+
return result;
|
|
4557
|
+
};
|
|
4558
|
+
module.exports = validate;
|
|
4559
|
+
})))(), 1);
|
|
4560
|
+
function assertValidPackageName(name) {
|
|
4561
|
+
const { validForOldPackages, validForNewPackages, warnings, errors } = (0, import_lib.default)(name);
|
|
4562
|
+
if (!(validForOldPackages || validForNewPackages)) throw new Error("invalid package name", { cause: {
|
|
4563
|
+
name,
|
|
4564
|
+
warnings,
|
|
4565
|
+
errors
|
|
4566
|
+
} });
|
|
4567
|
+
}
|
|
4568
|
+
//#endregion
|
|
4569
|
+
//#region ../../node_modules/.pnpm/query-registry@4.3.0_zod@4.4.3/node_modules/query-registry/dist/dist-tags.js
|
|
4570
|
+
/**
|
|
4571
|
+
`DistTags` describes the mapping of distribution tags to semver version numbers
|
|
4572
|
+
(e.g., `{ "latest": "1.0.0" }`).
|
|
4573
|
+
*/
|
|
4574
|
+
var DistTags = object({
|
|
4575
|
+
/** Latest semver version number. */
|
|
4576
|
+
latest: string$1(),
|
|
4577
|
+
next: string$1().optional(),
|
|
4578
|
+
alpha: string$1().optional(),
|
|
4579
|
+
beta: string$1().optional(),
|
|
4580
|
+
rc: string$1().optional(),
|
|
4581
|
+
canary: string$1().optional(),
|
|
4582
|
+
dev: string$1().optional()
|
|
4583
|
+
}).catchall(string$1());
|
|
4584
|
+
//#endregion
|
|
4585
|
+
//#region ../../node_modules/.pnpm/quick-lru@7.3.0/node_modules/quick-lru/index.js
|
|
4586
|
+
var QuickLRU = class extends Map {
|
|
4587
|
+
#size = 0;
|
|
4588
|
+
#cache = /* @__PURE__ */ new Map();
|
|
4589
|
+
#oldCache = /* @__PURE__ */ new Map();
|
|
4590
|
+
#maxSize;
|
|
4591
|
+
#maxAge;
|
|
4592
|
+
#onEviction;
|
|
4593
|
+
constructor(options = {}) {
|
|
4594
|
+
super();
|
|
4595
|
+
if (!(options.maxSize && options.maxSize > 0)) throw new TypeError("`maxSize` must be a number greater than 0");
|
|
4596
|
+
if (typeof options.maxAge === "number" && options.maxAge === 0) throw new TypeError("`maxAge` must be a number greater than 0");
|
|
4597
|
+
this.#maxSize = options.maxSize;
|
|
4598
|
+
this.#maxAge = options.maxAge || Number.POSITIVE_INFINITY;
|
|
4599
|
+
this.#onEviction = options.onEviction;
|
|
4600
|
+
}
|
|
4601
|
+
get __oldCache() {
|
|
4602
|
+
return this.#oldCache;
|
|
4603
|
+
}
|
|
4604
|
+
#emitEvictions(cache) {
|
|
4605
|
+
if (typeof this.#onEviction !== "function") return;
|
|
4606
|
+
for (const [key, item] of cache) this.#onEviction(key, item.value);
|
|
4607
|
+
}
|
|
4608
|
+
#deleteIfExpired(key, item) {
|
|
4609
|
+
if (typeof item.expiry === "number" && item.expiry <= Date.now()) {
|
|
4610
|
+
if (typeof this.#onEviction === "function") this.#onEviction(key, item.value);
|
|
4611
|
+
return this.delete(key);
|
|
4612
|
+
}
|
|
4613
|
+
return false;
|
|
4614
|
+
}
|
|
4615
|
+
#getOrDeleteIfExpired(key, item) {
|
|
4616
|
+
if (this.#deleteIfExpired(key, item) === false) return item.value;
|
|
4617
|
+
}
|
|
4618
|
+
#getItemValue(key, item) {
|
|
4619
|
+
return item.expiry ? this.#getOrDeleteIfExpired(key, item) : item.value;
|
|
4620
|
+
}
|
|
4621
|
+
#peek(key, cache) {
|
|
4622
|
+
const item = cache.get(key);
|
|
4623
|
+
return this.#getItemValue(key, item);
|
|
4624
|
+
}
|
|
4625
|
+
#set(key, value) {
|
|
4626
|
+
this.#cache.set(key, value);
|
|
4627
|
+
this.#size++;
|
|
4628
|
+
if (this.#size >= this.#maxSize) {
|
|
4629
|
+
this.#size = 0;
|
|
4630
|
+
this.#emitEvictions(this.#oldCache);
|
|
4631
|
+
this.#oldCache = this.#cache;
|
|
4632
|
+
this.#cache = /* @__PURE__ */ new Map();
|
|
4633
|
+
}
|
|
4634
|
+
}
|
|
4635
|
+
#moveToRecent(key, item) {
|
|
4597
4636
|
this.#oldCache.delete(key);
|
|
4598
4637
|
this.#set(key, item);
|
|
4599
4638
|
}
|
|
@@ -4759,210 +4798,181 @@ var cache = new QuickLRU({
|
|
|
4759
4798
|
maxAge: 300 * 1e3
|
|
4760
4799
|
});
|
|
4761
4800
|
//#endregion
|
|
4762
|
-
//#region ../../node_modules/.pnpm/
|
|
4763
|
-
function
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
if (component === "") continue;
|
|
4774
|
-
if (i > 0) component = component.replace(/^[\/]+/, "");
|
|
4775
|
-
if (i < strArray.length - 1) component = component.replace(/[\/]+$/, "");
|
|
4776
|
-
else component = component.replace(/[\/]+$/, "/");
|
|
4777
|
-
resultArray.push(component);
|
|
4778
|
-
}
|
|
4779
|
-
var str = resultArray.join("/");
|
|
4780
|
-
str = str.replace(/\/(\?|&|#[^!])/g, "$1");
|
|
4781
|
-
var parts = str.split("?");
|
|
4782
|
-
str = parts.shift() + (parts.length > 0 ? "?" : "") + parts.join("&");
|
|
4783
|
-
return str;
|
|
4784
|
-
}
|
|
4785
|
-
function urlJoin() {
|
|
4786
|
-
var input;
|
|
4787
|
-
if (typeof arguments[0] === "object") input = arguments[0];
|
|
4788
|
-
else input = [].slice.call(arguments);
|
|
4789
|
-
return normalize(input);
|
|
4801
|
+
//#region ../../node_modules/.pnpm/query-registry@4.3.0_zod@4.4.3/node_modules/query-registry/dist/fetch-data.js
|
|
4802
|
+
async function fetchData(schema, url, headers) {
|
|
4803
|
+
const cacheKey = JSON.stringify({
|
|
4804
|
+
url,
|
|
4805
|
+
headers
|
|
4806
|
+
});
|
|
4807
|
+
const cachedJson = cache.get(cacheKey);
|
|
4808
|
+
if (cachedJson) return schema.parse(cachedJson);
|
|
4809
|
+
const json = await (await fetch(url, { headers })).json();
|
|
4810
|
+
cache.set(cacheKey, json);
|
|
4811
|
+
return schema.parse(json);
|
|
4790
4812
|
}
|
|
4791
4813
|
//#endregion
|
|
4792
|
-
//#region ../../node_modules/.pnpm/
|
|
4793
|
-
var
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
"
|
|
4826
|
-
"
|
|
4827
|
-
"
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
]
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
module
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
//#region ../../node_modules/.pnpm/query-registry@4.3.0_zod@4.4.3/node_modules/query-registry/dist/fetch-data.js
|
|
4955
|
-
async function fetchData(schema, url, headers) {
|
|
4956
|
-
const cacheKey = JSON.stringify({
|
|
4957
|
-
url,
|
|
4958
|
-
headers
|
|
4959
|
-
});
|
|
4960
|
-
const cachedJson = cache.get(cacheKey);
|
|
4961
|
-
if (cachedJson) return schema.parse(cachedJson);
|
|
4962
|
-
const json = await (await fetch(url, { headers })).json();
|
|
4963
|
-
cache.set(cacheKey, json);
|
|
4964
|
-
return schema.parse(json);
|
|
4965
|
-
}
|
|
4814
|
+
//#region ../../node_modules/.pnpm/zod-package-json@2.1.0_zod@4.4.3/node_modules/zod-package-json/dist/package-json.js
|
|
4815
|
+
var Bugs = union([string$1(), object({
|
|
4816
|
+
url: optional(string$1()),
|
|
4817
|
+
email: optional(string$1())
|
|
4818
|
+
})]);
|
|
4819
|
+
var Funding = union([
|
|
4820
|
+
string$1(),
|
|
4821
|
+
object({
|
|
4822
|
+
url: string$1(),
|
|
4823
|
+
type: optional(string$1())
|
|
4824
|
+
}),
|
|
4825
|
+
array(union([string$1(), object({
|
|
4826
|
+
url: string$1(),
|
|
4827
|
+
type: optional(string$1())
|
|
4828
|
+
})]))
|
|
4829
|
+
]);
|
|
4830
|
+
var Person = union([string$1(), object({
|
|
4831
|
+
name: string$1(),
|
|
4832
|
+
email: optional(string$1()),
|
|
4833
|
+
url: optional(string$1())
|
|
4834
|
+
})]);
|
|
4835
|
+
var Repository = union([string$1(), object({
|
|
4836
|
+
/** Repository type (e.g., `git`). */
|
|
4837
|
+
type: string$1(),
|
|
4838
|
+
/** Machine-readable repository URL (e.g., `https://github.com/user/repo.git`). */
|
|
4839
|
+
url: string$1(),
|
|
4840
|
+
/** Directory in a monorepo where the package's source code is located. */
|
|
4841
|
+
directory: optional(string$1())
|
|
4842
|
+
})]);
|
|
4843
|
+
var DevEngineDependency = object({
|
|
4844
|
+
name: string$1(),
|
|
4845
|
+
version: optional(string$1()),
|
|
4846
|
+
onFail: optional(literal([
|
|
4847
|
+
"ignore",
|
|
4848
|
+
"warn",
|
|
4849
|
+
"error"
|
|
4850
|
+
]))
|
|
4851
|
+
});
|
|
4852
|
+
var DevEngineDependencies = union([DevEngineDependency, array(DevEngineDependency)]);
|
|
4853
|
+
var DevEngines = object({
|
|
4854
|
+
cpu: optional(DevEngineDependencies),
|
|
4855
|
+
os: optional(DevEngineDependencies),
|
|
4856
|
+
libc: optional(DevEngineDependencies),
|
|
4857
|
+
runtime: optional(DevEngineDependencies),
|
|
4858
|
+
packageManager: optional(DevEngineDependencies)
|
|
4859
|
+
});
|
|
4860
|
+
var PackageJson = looseObject({
|
|
4861
|
+
/** Package name. */
|
|
4862
|
+
name: string$1(),
|
|
4863
|
+
/** Package semver version number. */
|
|
4864
|
+
version: string$1(),
|
|
4865
|
+
/** Description for the package. */
|
|
4866
|
+
description: optional(string$1()),
|
|
4867
|
+
/** List of keywords for searching the package. */
|
|
4868
|
+
keywords: optional(array(string$1())),
|
|
4869
|
+
/** URL of the package's homepage. */
|
|
4870
|
+
homepage: optional(string$1()),
|
|
4871
|
+
/** Issue tracker for the package. */
|
|
4872
|
+
bugs: optional(Bugs),
|
|
4873
|
+
/** SPDX license expression or a custom license. */
|
|
4874
|
+
license: optional(string$1()),
|
|
4875
|
+
/** Author of the package. */
|
|
4876
|
+
author: optional(Person),
|
|
4877
|
+
/** Contributors to the package. */
|
|
4878
|
+
contributors: optional(array(Person)),
|
|
4879
|
+
/** Maintainers of the package. */
|
|
4880
|
+
maintainers: optional(array(Person)),
|
|
4881
|
+
/** Funding options for the package. */
|
|
4882
|
+
funding: optional(Funding),
|
|
4883
|
+
/** File patterns for files to be included when publishing the package. */
|
|
4884
|
+
files: optional(array(string$1())),
|
|
4885
|
+
/** Package exports. @see {@link https://nodejs.org/api/packages.html#exports} */
|
|
4886
|
+
exports: optional(union([
|
|
4887
|
+
_null(),
|
|
4888
|
+
string$1(),
|
|
4889
|
+
array(string$1()),
|
|
4890
|
+
record(string$1(), unknown())
|
|
4891
|
+
])),
|
|
4892
|
+
/** Type for all the `.js` files in the package, usually `module`. */
|
|
4893
|
+
type: optional(literal(["module", "commonjs"])),
|
|
4894
|
+
/** Main entry point for the package, usually CommonJS. */
|
|
4895
|
+
main: optional(string$1()),
|
|
4896
|
+
/**
|
|
4897
|
+
Main entry point for the package when used in a browser environment.
|
|
4898
|
+
@see {@link https://docs.npmjs.com/cli/v10/configuring-npm/package-json#browser}
|
|
4899
|
+
@see {@link https://gist.github.com/defunctzombie/4339901/49493836fb873ddaa4b8a7aa0ef2352119f69211}
|
|
4900
|
+
*/
|
|
4901
|
+
browser: optional(union([string$1(), record(string$1(), union([string$1(), boolean()]))])),
|
|
4902
|
+
/** Executable files. */
|
|
4903
|
+
bin: optional(union([string$1(), record(string$1(), string$1())])),
|
|
4904
|
+
/** Documentation to be used with the `man` command. */
|
|
4905
|
+
man: optional(union([string$1(), array(string$1())])),
|
|
4906
|
+
/** Directories in the package. */
|
|
4907
|
+
directories: optional(record(string$1(), string$1())),
|
|
4908
|
+
/** Repository for the package's source code. */
|
|
4909
|
+
repository: optional(Repository),
|
|
4910
|
+
/** Scripts used in the package. */
|
|
4911
|
+
scripts: optional(record(string$1(), string$1())),
|
|
4912
|
+
/** Configuration values for scripts. */
|
|
4913
|
+
config: optional(record(string$1(), unknown())),
|
|
4914
|
+
/** Production dependencies. */
|
|
4915
|
+
dependencies: optional(record(string$1(), string$1())),
|
|
4916
|
+
/** Development dependencies. */
|
|
4917
|
+
devDependencies: optional(record(string$1(), string$1())),
|
|
4918
|
+
/** Peer dependencies. */
|
|
4919
|
+
peerDependencies: optional(record(string$1(), string$1())),
|
|
4920
|
+
/** Metadata about peer dependencies. */
|
|
4921
|
+
peerDependenciesMeta: optional(record(string$1(), object({ optional: boolean() }))),
|
|
4922
|
+
/** Dependencies bundled with the package. */
|
|
4923
|
+
bundleDependencies: optional(union([boolean(), array(string$1())])),
|
|
4924
|
+
/** Dependencies bundled with the package (equivalent to `bundleDependencies`). */
|
|
4925
|
+
bundledDependencies: optional(union([boolean(), array(string$1())])),
|
|
4926
|
+
/** Optional dependencies. */
|
|
4927
|
+
optionalDependencies: optional(record(string$1(), string$1())),
|
|
4928
|
+
/** Overrides for dependency resolution using npm. */
|
|
4929
|
+
overrides: optional(record(string$1(), unknown())),
|
|
4930
|
+
/** Runtime systems supported by the package. */
|
|
4931
|
+
engines: optional(record(string$1(), string$1())),
|
|
4932
|
+
/** Operating systems supported by the package. */
|
|
4933
|
+
os: optional(array(string$1())),
|
|
4934
|
+
/** CPU architectures supported by the package. */
|
|
4935
|
+
cpu: optional(array(string$1())),
|
|
4936
|
+
/** Version of libc required to build or run this package on Linux. */
|
|
4937
|
+
libc: optional(string$1()),
|
|
4938
|
+
/** Tooling required to develop the package. */
|
|
4939
|
+
devEngines: optional(DevEngines),
|
|
4940
|
+
/** True if the package should not be published. */
|
|
4941
|
+
private: optional(boolean()),
|
|
4942
|
+
/** Configuration values used at publishing time. */
|
|
4943
|
+
publishConfig: optional(record(string$1(), unknown())),
|
|
4944
|
+
/** File patterns for locating local workspaces. */
|
|
4945
|
+
workspaces: optional(array(string$1())),
|
|
4946
|
+
/** Deprecation message. */
|
|
4947
|
+
deprecated: optional(string$1()),
|
|
4948
|
+
/** Main ESM entry point for the package. */
|
|
4949
|
+
module: optional(string$1()),
|
|
4950
|
+
/** Main TypeScript declaration file. */
|
|
4951
|
+
types: optional(string$1()),
|
|
4952
|
+
/** Main TypeScript declaration file (equivalent to `types`). */
|
|
4953
|
+
typings: optional(string$1()),
|
|
4954
|
+
/**
|
|
4955
|
+
TypeScript types resolutions.
|
|
4956
|
+
@see {@link https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#version-selection-with-typesversions}
|
|
4957
|
+
*/
|
|
4958
|
+
typesVersions: optional(record(string$1(), record(string$1(), array(string$1())))),
|
|
4959
|
+
/**
|
|
4960
|
+
Corepack package manager.
|
|
4961
|
+
@see {@link https://nodejs.org/api/corepack.html}
|
|
4962
|
+
*/
|
|
4963
|
+
packageManager: optional(string$1()),
|
|
4964
|
+
/**
|
|
4965
|
+
False if importing modules from the package does not cause side effects.
|
|
4966
|
+
True or a list of file patterns if importing modules from the package causes side effects.
|
|
4967
|
+
@see {@link https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free}
|
|
4968
|
+
*/
|
|
4969
|
+
sideEffects: optional(union([boolean(), array(string$1())])),
|
|
4970
|
+
/**
|
|
4971
|
+
Imports map.
|
|
4972
|
+
@see {@link https://nodejs.org/api/packages.html#imports}
|
|
4973
|
+
*/
|
|
4974
|
+
imports: optional(record(string$1(), unknown()))
|
|
4975
|
+
});
|
|
4966
4976
|
//#endregion
|
|
4967
4977
|
//#region ../../node_modules/.pnpm/query-registry@4.3.0_zod@4.4.3/node_modules/query-registry/dist/npm-registry.js
|
|
4968
4978
|
/** Base URL for the {@link https://registry.npmjs.org | npm registry API}. */
|
|
@@ -7410,7 +7420,6 @@ var import_tar_stream = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin((
|
|
|
7410
7420
|
exports.pack = require_pack();
|
|
7411
7421
|
})))(), 1);
|
|
7412
7422
|
var SuccessfulAbort = class {
|
|
7413
|
-
data;
|
|
7414
7423
|
constructor(data) {
|
|
7415
7424
|
this.data = data;
|
|
7416
7425
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sit-onyx/modelcontextprotocol",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-20260629101020",
|
|
4
4
|
"description": "MCP (Model Context Protocol) Server that provide onyx specific tools and resources.",
|
|
5
5
|
"homepage": "https://onyx.schwarz",
|
|
6
6
|
"bugs": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"query-registry": "^4.3.0",
|
|
32
32
|
"tar-stream": "^3.2.0",
|
|
33
33
|
"typescript": "6.0.3",
|
|
34
|
-
"unplugin-dts": "1.0.
|
|
35
|
-
"vite": "8.0
|
|
34
|
+
"unplugin-dts": "1.0.3",
|
|
35
|
+
"vite": "8.1.0",
|
|
36
36
|
"vue-component-meta": "3.3.5",
|
|
37
37
|
"zod": "^4.4.3",
|
|
38
38
|
"@sit-onyx/shared": "^0.1.0"
|