prpm 2.1.31 → 2.1.32
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 +3 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -18024,6 +18024,9 @@ This could indicate:
|
|
|
18024
18024
|
case "agents.md":
|
|
18025
18025
|
canonicalPkg = fromAgentsMd(sourceContent, metadata);
|
|
18026
18026
|
break;
|
|
18027
|
+
case "mcp":
|
|
18028
|
+
canonicalPkg = fromMCPServer(JSON.parse(sourceContent), metadata);
|
|
18029
|
+
break;
|
|
18027
18030
|
case "gemini":
|
|
18028
18031
|
if (pkg.subtype === "extension") {
|
|
18029
18032
|
canonicalPkg = fromGeminiPlugin(sourceContent, metadata);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prpm",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.32",
|
|
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": "^2.1.
|
|
49
|
-
"@pr-pm/registry-client": "^2.3.
|
|
50
|
-
"@pr-pm/types": "^2.1.
|
|
48
|
+
"@pr-pm/converters": "^2.1.33",
|
|
49
|
+
"@pr-pm/registry-client": "^2.3.32",
|
|
50
|
+
"@pr-pm/types": "^2.1.33",
|
|
51
51
|
"ajv": "^8.17.1",
|
|
52
52
|
"ajv-formats": "^3.0.1",
|
|
53
53
|
"chalk": "^5.6.2",
|