@ceramicnetwork/stream-caip10-link 2.2.1 → 2.2.3-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 +23 -23
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- # Ceramic Account Link stream type
2
- ![ceramicnetwork](https://circleci.com/gh/ceramicnetwork/js-ceramic.svg?style=shield)
3
- [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
4
- [![](https://img.shields.io/badge/Chat%20on-Discord-orange.svg?style=flat)](https://discord.gg/6VRZpGP)
5
- [![Twitter](https://img.shields.io/twitter/follow/ceramicnetwork?label=Follow&style=social)](https://twitter.com/ceramicnetwork)
6
-
7
- > This package contains the Caip-10 Link stream implementation.
8
-
9
- ## Installation
10
- ```shell
11
- npm install @ceramicnetwork/stream-caip10-link
12
- ```
13
-
14
- ## Usage
15
-
16
- See the [ceramic developer site](https://developers.ceramic.network/) for more details about how to use this package.
17
-
18
- ## Contributing
19
- 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.
20
-
21
- ## License
22
-
23
- Apache-2.0 or MIT
1
+ # Ceramic Account Link stream type
2
+ ![ceramicnetwork](https://circleci.com/gh/ceramicnetwork/js-ceramic.svg?style=shield)
3
+ [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
4
+ [![](https://img.shields.io/badge/Chat%20on-Discord-orange.svg?style=flat)](https://discord.gg/6VRZpGP)
5
+ [![Twitter](https://img.shields.io/twitter/follow/ceramicnetwork?label=Follow&style=social)](https://twitter.com/ceramicnetwork)
6
+
7
+ > This package contains the Caip-10 Link stream implementation.
8
+
9
+ ## Installation
10
+ ```shell
11
+ npm install @ceramicnetwork/stream-caip10-link
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ See the [ceramic developer site](https://developers.ceramic.network/) for more details about how to use this package.
17
+
18
+ ## Contributing
19
+ 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.
20
+
21
+ ## License
22
+
23
+ Apache-2.0 or MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/stream-caip10-link",
3
- "version": "2.2.1",
3
+ "version": "2.2.3-rc.0",
4
4
  "description": "Ceramic AccountLink stream type",
5
5
  "keywords": [
6
6
  "ceramic",
@@ -32,15 +32,15 @@
32
32
  "clean": "npx rimraf ./lib"
33
33
  },
34
34
  "dependencies": {
35
- "@ceramicnetwork/common": "^2.4.1",
36
- "@ceramicnetwork/streamid": "^2.3.1",
35
+ "@ceramicnetwork/common": "^2.5.1-rc.0",
36
+ "@ceramicnetwork/streamid": "^2.3.3-rc.0",
37
37
  "caip": "~1.1.0",
38
38
  "did-resolver": "^3.1.5",
39
39
  "lodash.clonedeep": "^4.5.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@ceramicnetwork/blockchain-utils-linking": "^2.0.9",
42
+ "@ceramicnetwork/blockchain-utils-linking": "^2.0.11-rc.0",
43
43
  "dids": "^3.2.0"
44
44
  },
45
- "gitHead": "211861ca3349978277c9497671e1e2e7d6f4bf91"
45
+ "gitHead": "6d28a09bb87ea378bc8dd34349e8438783cb9c20"
46
46
  }