scientific-protocol 0.1.0 → 0.1.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/README.md +2 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -69,6 +69,8 @@ Refresh the gas baseline when contract behavior changes:
69
69
  npm run gas:snapshot
70
70
  ```
71
71
 
72
+ Release process: see [docs/release.md](docs/release.md).
73
+
72
74
  ## Local Protocol Stack
73
75
 
74
76
  Start a local Hardhat node:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scientific-protocol",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Claim-centric protocol for scientific publication, replication, review, and reward.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -43,7 +43,8 @@
43
43
  ],
44
44
  "type": "module",
45
45
  "publishConfig": {
46
- "access": "public"
46
+ "access": "public",
47
+ "registry": "https://registry.npmjs.org/"
47
48
  },
48
49
  "engines": {
49
50
  "node": ">=22 <23"