prpm 0.1.3 → 0.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.
@@ -540,8 +540,8 @@ async function handlePublish(options) {
540
540
  console.log('');
541
541
  console.log('✅ Package published successfully!');
542
542
  console.log('');
543
- console.log(` Package: ${manifest.name}@${result.version}`);
544
- console.log(` Install: prpm install ${manifest.name}`);
543
+ console.log(` Package: ${result.name}@${result.version}`);
544
+ console.log(` Install: prpm install ${result.name}`);
545
545
  console.log('');
546
546
  publishedPackages.push({
547
547
  name: manifest.name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prpm",
3
- "version": "0.1.3",
3
+ "version": "0.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,8 +45,8 @@
45
45
  "license": "MIT",
46
46
  "dependencies": {
47
47
  "@octokit/rest": "^22.0.0",
48
- "@pr-pm/registry-client": "^1.3.2",
49
- "@pr-pm/types": "^0.2.2",
48
+ "@pr-pm/registry-client": "^1.3.3",
49
+ "@pr-pm/types": "^0.2.3",
50
50
  "ajv": "^8.17.1",
51
51
  "ajv-formats": "^3.0.1",
52
52
  "commander": "^11.1.0",