prpm 1.1.3 → 1.1.4
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -11946,7 +11946,7 @@ ${afterFrontmatter}`;
|
|
|
11946
11946
|
\u{1F393} Skill installed with progressive disclosure`);
|
|
11947
11947
|
console.log(` \u{1F4DD} Skill added to ${manifestFile} manifest`);
|
|
11948
11948
|
console.log(` \u{1F4A1} The skill is available but not loaded into context by default`);
|
|
11949
|
-
console.log(` \u26A1
|
|
11949
|
+
console.log(` \u26A1 Your AI agent will activate this skill automatically when relevant based on its description`);
|
|
11950
11950
|
}
|
|
11951
11951
|
console.log(`
|
|
11952
11952
|
\u{1F4A1} This package has been downloaded ${newDownloadCount.toLocaleString()} times`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prpm",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Prompt Package Manager CLI - Install and manage prompt-based files",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@octokit/rest": "^22.0.0",
|
|
48
|
-
"@pr-pm/converters": "^1.1.
|
|
49
|
-
"@pr-pm/registry-client": "^2.1.
|
|
50
|
-
"@pr-pm/types": "^1.1.
|
|
48
|
+
"@pr-pm/converters": "^1.1.4",
|
|
49
|
+
"@pr-pm/registry-client": "^2.1.4",
|
|
50
|
+
"@pr-pm/types": "^1.1.4",
|
|
51
51
|
"ajv": "^8.17.1",
|
|
52
52
|
"ajv-formats": "^3.0.1",
|
|
53
53
|
"commander": "^11.1.0",
|