@julong/mono-rele2-core 1.35.0 → 1.37.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/README.md +1 -1
- package/dist/{chunk-N4RVWSPC.cjs → chunk-M3ZE662Z.cjs} +21 -21
- package/dist/{chunk-GSILIFEX.js → chunk-VR32VXNW.js} +21 -21
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.js +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
"use strict";var
|
|
2
|
+
"use strict";var _chunkM3ZE662Zcjs = require('./chunk-M3ZE662Z.cjs');_chunkM3ZE662Zcjs.c.call(void 0, _chunkM3ZE662Zcjs.g).catch(_chunkM3ZE662Zcjs.d);
|
package/dist/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{c as r,d as o,g as i}from"./chunk-
|
|
2
|
+
import{c as r,d as o,g as i}from"./chunk-VR32VXNW.js";r(i).catch(o);
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkM3ZE662Zcjs = require('./chunk-M3ZE662Z.cjs');exports.generateReadmeSkills = _chunkM3ZE662Zcjs.f; exports.generateSkillMarkdown = _chunkM3ZE662Zcjs.e; exports.tools = _chunkM3ZE662Zcjs.g;
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{e,f as o,g as r}from"./chunk-
|
|
1
|
+
import{e,f as o,g as r}from"./chunk-VR32VXNW.js";export{o as generateReadmeSkills,e as generateSkillMarkdown,r as tools};
|
package/dist/server.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
"use strict";var
|
|
2
|
+
"use strict";var _chunkM3ZE662Zcjs = require('./chunk-M3ZE662Z.cjs');var i=_chunkM3ZE662Zcjs.a.call(void 0, {name:"mono-rele2-core",version:"1.0.0"},[_chunkM3ZE662Zcjs.h,_chunkM3ZE662Zcjs.i,_chunkM3ZE662Zcjs.j,_chunkM3ZE662Zcjs.k]);_chunkM3ZE662Zcjs.b.call(void 0, i).catch(m=>{console.error("[core] server error:",m),process.exit(1)});
|
package/dist/server.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{a as r,b as e,h as o,i as c,j as t,k as s}from"./chunk-
|
|
2
|
+
import{a as r,b as e,h as o,i as c,j as t,k as s}from"./chunk-VR32VXNW.js";var i=r({name:"mono-rele2-core",version:"1.0.0"},[o,c,t,s]);e(i).catch(m=>{console.error("[core] server error:",m),process.exit(1)});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@julong/mono-rele2-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.0",
|
|
4
4
|
"description": "Use this skill to invoke core system utility functions via the mono-rele2-core CLI. Handles message echo, UTC timestamp generation, and environment variable lookup.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"type": "module",
|