@myrmidon/gve-snapshot-rendition 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -81,7 +81,7 @@ You must be logged into NPM with your account (verify with `npm whoami`, login w
81
81
  Check that your package is available:
82
82
 
83
83
  ```bash
84
- npm view @myrmidon/gve-snapshot-rendition
84
+ pnpm view @myrmidon/gve-snapshot-rendition
85
85
  ```
86
86
 
87
87
  Or visit: <https://www.npmjs.com/package/@myrmidon/gve-snapshot-rendition>
@@ -101,13 +101,13 @@ The package includes these automated scripts:
101
101
  To unpublish a specific version:
102
102
 
103
103
  ```bash
104
- npm unpublish @myrmidon/gve-snapshot-rendition@0.0.1
104
+ pnpm unpublish @myrmidon/gve-snapshot-rendition@0.0.1
105
105
  ```
106
106
 
107
107
  To unpublish the entire package (only allowed within 72 hours):
108
108
 
109
109
  ```bash
110
- npm unpublish @myrmidon/gve-snapshot-rendition --force
110
+ pnpm unpublish @myrmidon/gve-snapshot-rendition --force
111
111
  ```
112
112
 
113
113
  >⚠️ Unpublishing can break projects that depend on your package. Only do this for critical security issues or accidental publications.