@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.
- package/README.md +23 -23
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# Ceramic Account Link stream type
|
|
2
|
-

|
|
3
|
-
[](https://lbesson.mit-license.org/)
|
|
4
|
-
[](https://discord.gg/6VRZpGP)
|
|
5
|
-
[](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/
|
|
20
|
-
|
|
21
|
-
## License
|
|
22
|
-
|
|
23
|
-
Apache-2.0 or MIT
|
|
1
|
+
# Ceramic Account Link stream type
|
|
2
|
+

|
|
3
|
+
[](https://lbesson.mit-license.org/)
|
|
4
|
+
[](https://discord.gg/6VRZpGP)
|
|
5
|
+
[](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.
|
|
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.
|
|
36
|
-
"@ceramicnetwork/streamid": "^2.3.
|
|
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.
|
|
42
|
+
"@ceramicnetwork/blockchain-utils-linking": "^2.0.11-rc.0",
|
|
43
43
|
"dids": "^3.2.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "6d28a09bb87ea378bc8dd34349e8438783cb9c20"
|
|
46
46
|
}
|