@ceramicnetwork/stream-caip10-link 2.3.0 → 2.3.1-hotfix.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/lib/caip10-link.d.ts +0 -0
- package/lib/caip10-link.d.ts.map +0 -0
- package/lib/caip10-link.js +0 -0
- package/lib/caip10-link.js.map +0 -0
- package/lib/index.d.ts +0 -0
- package/lib/index.d.ts.map +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- 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/ceramic/blob/main/SPECIFICATION.md) for details of how the protocol works.
|
|
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/lib/caip10-link.d.ts
CHANGED
|
File without changes
|
package/lib/caip10-link.d.ts.map
CHANGED
|
File without changes
|
package/lib/caip10-link.js
CHANGED
|
File without changes
|
package/lib/caip10-link.js.map
CHANGED
|
File without changes
|
package/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/index.d.ts.map
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceramicnetwork/stream-caip10-link",
|
|
3
|
-
"version": "2.3.0",
|
|
3
|
+
"version": "2.3.1-hotfix.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.8.0",
|
|
36
|
-
"@ceramicnetwork/streamid": "^2.3.
|
|
35
|
+
"@ceramicnetwork/common": "^2.8.1-hotfix.0",
|
|
36
|
+
"@ceramicnetwork/streamid": "^2.3.6-hotfix.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.1.0",
|
|
42
|
+
"@ceramicnetwork/blockchain-utils-linking": "^2.1.1-hotfix.0",
|
|
43
43
|
"dids": "^3.4.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "b93be4b28fd28e460dfbbdedd37f62e657027868"
|
|
46
46
|
}
|