@tenderprompt/cli 0.1.22 → 0.1.23
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ const CLI_PACKAGE_NAME = '@tenderprompt/cli';
|
|
|
12
12
|
const UNKNOWN_CLI_VERSION = '0.0.0';
|
|
13
13
|
const RECOMMENDED_TENDER_PROMPT_SKILL = {
|
|
14
14
|
name: 'tender-prompt',
|
|
15
|
-
version: '0.1.
|
|
15
|
+
version: '0.1.5',
|
|
16
16
|
source: 'git@github.com:tenderprompt/skills.git',
|
|
17
17
|
path: 'skills/tender-prompt/SKILL.md',
|
|
18
18
|
updateHint: 'Refresh the tender-prompt skill from git@github.com:tenderprompt/skills.git when the local skill version is older.',
|