@ceramicnetwork/streamid 2.3.1 → 2.3.2-rc.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -122,7 +122,7 @@ npm run lint
122
122
 
123
123
  ## Contributing
124
124
 
125
- We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/specs) for details of how the protocol works.
125
+ We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/ceramic/blob/main/SPECIFICATION.md) for details of how the protocol works.
126
126
 
127
127
  ## License
128
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/streamid",
3
- "version": "2.3.1",
3
+ "version": "2.3.2-rc.0",
4
4
  "description": "Ceramic Stream Ids",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "211861ca3349978277c9497671e1e2e7d6f4bf91"
42
+ "gitHead": "1fa8a1435f4947c6a4b5a1c950183bc428ac7c65"
43
43
  }