@super-ic/web-patterns 0.0.0-oidc-bootstrap.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 +3 -0
- package/package.json +19 -0
package/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# @super-ic/web-patterns
|
|
2
|
+
|
|
3
|
+
This prerelease reserves the package name for initial GitHub Actions OIDC trusted-publisher setup. It contains no runtime, exports, or API. Do not use it in production. Real design-system versions are released separately through the trusted GitHub workflow.
|
package/package.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@super-ic/web-patterns",
|
|
3
|
+
"version": "0.0.0-oidc-bootstrap.0",
|
|
4
|
+
"description": "One-time OIDC name reservation only. No runtime or API. Do not use in production.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"files": [
|
|
7
|
+
"README.md"
|
|
8
|
+
],
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/superic-hq/superic-hq.git",
|
|
12
|
+
"directory": "ds/packages/web-patterns"
|
|
13
|
+
},
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public",
|
|
16
|
+
"registry": "https://registry.npmjs.org/",
|
|
17
|
+
"tag": "oidc-bootstrap"
|
|
18
|
+
}
|
|
19
|
+
}
|