@packtory/github-release-gate 0.0.1

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.
Files changed (2) hide show
  1. package/package.json +7 -0
  2. package/readme.md +7 -0
package/package.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "@packtory/github-release-gate",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder claiming the npm package name \"@packtory/github-release-gate\" so a trusted publisher can be configured. See https://github.com/npm/cli/issues/8544.",
5
+ "license": "MIT",
6
+ "deprecated": "Placeholder published as a workaround so a Trusted Publisher could be configured. See https://github.com/npm/cli/issues/8544."
7
+ }
package/readme.md ADDED
@@ -0,0 +1,7 @@
1
+ # @packtory/github-release-gate
2
+
3
+ This version is a placeholder published only to claim the npm name `@packtory/github-release-gate` so a Trusted Publisher
4
+ can subsequently be configured for it. It contains no real package content and is published already
5
+ deprecated.
6
+
7
+ Workaround context: https://github.com/npm/cli/issues/8544