@learncard/ceramic-plugin 1.0.27 → 1.0.28
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 +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[<img src="https://user-images.githubusercontent.com/2185016/190510561-294db809-09fd-4771-9749-6c0e0f4144fd.png" width="215"/>](https://learncard.com)
|
|
2
2
|
|
|
3
|
-
# @learncard/
|
|
3
|
+
# @learncard/ceramic-plugin
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@learncard/ceramic-plugin)
|
|
6
|
+
[](https://www.npmjs.com/package/@learncard/ceramic-plugin)
|
|
7
|
+
[](https://www.npmjs.com/package/@learncard/ceramic-plugin)
|
|
8
8
|
|
|
9
|
-
The
|
|
9
|
+
The Ceramic Plugin provides Ceramic Network integration for LearnCard, allowing for decentralized storage of Verifiable Credentials. Note: LearnCloud is now the recommended storage solution for LearnCard.
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
All LearnCard documentation can be found at:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@learncard/ceramic-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/ceramic-plugin.esm.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"jest": "^29.3.0",
|
|
29
29
|
"shx": "^0.3.4",
|
|
30
30
|
"ts-jest": "^29.0.3",
|
|
31
|
-
"@learncard/didkit-plugin": "1.5.
|
|
31
|
+
"@learncard/didkit-plugin": "1.5.2"
|
|
32
32
|
},
|
|
33
33
|
"types": "./dist/index.d.ts",
|
|
34
34
|
"dependencies": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"key-did-provider-ed25519": "^2.0.0",
|
|
43
43
|
"key-did-resolver": "2.3.0",
|
|
44
44
|
"lodash": "^4.17.21",
|
|
45
|
-
"@learncard/core": "9.3.
|
|
45
|
+
"@learncard/core": "9.3.17",
|
|
46
46
|
"@learncard/types": "5.6.5"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|