@tronsfey/ucli 0.4.1 → 0.4.3
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/{chunk-NNFC34A5.js → chunk-FJU3QOHW.js} +3 -1
- package/dist/{client-O6QINOP2.js → client-3I7XBDJU.js} +4 -2
- package/dist/{client-O6QINOP2.js.map → client-3I7XBDJU.js.map} +1 -1
- package/dist/index.js +293 -44
- package/dist/index.js.map +1 -1
- package/dist/{runner-VTUGJUH7.js → runner-GVYIJNHN.js} +4 -2
- package/dist/{runner-VTUGJUH7.js.map → runner-GVYIJNHN.js.map} +1 -1
- package/package.json +16 -6
- package/skill.md +17 -0
- /package/dist/{chunk-NNFC34A5.js.map → chunk-FJU3QOHW.js.map} +0 -0
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { createRequire as __createRequire } from "module";
|
|
3
|
+
const require = __createRequire(import.meta.url);
|
|
2
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
4
6
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
@@ -14,4 +16,4 @@ export {
|
|
|
14
16
|
__require,
|
|
15
17
|
__commonJS
|
|
16
18
|
};
|
|
17
|
-
//# sourceMappingURL=chunk-
|
|
19
|
+
//# sourceMappingURL=chunk-FJU3QOHW.js.map
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { createRequire as __createRequire } from "module";
|
|
3
|
+
const require = __createRequire(import.meta.url);
|
|
2
4
|
import {
|
|
3
5
|
__commonJS,
|
|
4
6
|
__require
|
|
5
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FJU3QOHW.js";
|
|
6
8
|
|
|
7
9
|
// ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v3/helpers/util.cjs
|
|
8
10
|
var require_util = __commonJS({
|
|
@@ -36766,4 +36768,4 @@ var require_client3 = __commonJS({
|
|
|
36766
36768
|
}
|
|
36767
36769
|
});
|
|
36768
36770
|
export default require_client3();
|
|
36769
|
-
//# sourceMappingURL=client-
|
|
36771
|
+
//# sourceMappingURL=client-3I7XBDJU.js.map
|