@miden-sdk/para 0.0.0-bootstrap

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/README.md +10 -0
  2. package/package.json +18 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @miden-sdk/para
2
+
3
+ **Placeholder — do not install.**
4
+
5
+ npm requires a package to exist before a trusted publisher can be attached to it, so this
6
+ `0.0.0-bootstrap` version exists only to reserve the name and let `0xMiden/web-sdk` be
7
+ registered as its trusted publisher.
8
+
9
+ It is published under the `bootstrap` dist-tag, not `latest`, and is deprecated. Real
10
+ releases will ship from `0xMiden/web-sdk` with OIDC provenance.
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@miden-sdk/para",
3
+ "version": "0.0.0-bootstrap",
4
+ "description": "Reserved name. Placeholder published only to allow an npm trusted publisher to be attached; do not install.",
5
+ "license": "MIT",
6
+ "author": "Miden Contributors",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/0xMiden/web-sdk.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/0xMiden/web-sdk/issues"
13
+ },
14
+ "homepage": "https://github.com/0xMiden/web-sdk",
15
+ "files": [
16
+ "README.md"
17
+ ]
18
+ }