@particle-academy/fancy-conformance 0.0.0
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 +10 -0
- package/package.json +13 -0
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Placeholder
|
|
2
|
+
|
|
3
|
+
This `0.0.0` exists only to claim the name so a **Trusted Publisher** can be
|
|
4
|
+
configured — npm has no way to configure OIDC for a package that does not exist
|
|
5
|
+
yet, and staged publishing explicitly cannot create a new name either.
|
|
6
|
+
|
|
7
|
+
Do not install this version. The real releases are published from GitHub Actions
|
|
8
|
+
with provenance, starting at `0.1.0`.
|
|
9
|
+
|
|
10
|
+
https://github.com/Particle-Academy/fancy-conformance
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@particle-academy/fancy-conformance",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder to claim the name. The real package is published from CI with provenance — see https://github.com/Particle-Academy/fancy-conformance",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Particle-Academy/fancy-conformance.git"
|
|
9
|
+
},
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
}
|
|
13
|
+
}
|