@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 +3 -3
- package/dist/index.cjs.min.js +7 -7
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.js +9494 -1057
- package/dist/index.js.map +1 -1
- package/dist/src/core/gve-snapshot-rendition.d.ts +19 -18
- package/dist/src/layout/golden-layout-styles.d.ts +7 -0
- package/package.json +2 -2
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|