@julong/mono-rele2-core 1.18.0 → 1.19.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,13 +18,13 @@ npx @julong/mono-rele2-core-cli <toolName> [...args]
18
18
  mono-rele2-core-cli <toolName> [...args]
19
19
  ```
20
20
 
21
- Run without arguments to list all available skills:
21
+ Run without arguments to list all available tools:
22
22
 
23
23
  ```sh
24
24
  mono-rele2-core-cli
25
25
  ```
26
26
 
27
- ### Skills
27
+ ### Tools
28
28
 
29
29
  #### `echoTool`
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julong/mono-rele2-core",
3
- "version": "1.18.0",
3
+ "version": "1.19.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",