@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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. 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/core
3
+ # @learncard/ceramic-plugin
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
6
- [![npm downloads](https://img.shields.io/npm/dw/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
7
- [![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
5
+ [![npm version](https://img.shields.io/npm/v/@learncard/ceramic-plugin)](https://www.npmjs.com/package/@learncard/ceramic-plugin)
6
+ [![npm downloads](https://img.shields.io/npm/dw/@learncard/ceramic-plugin)](https://www.npmjs.com/package/@learncard/ceramic-plugin)
7
+ [![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@learncard/ceramic-plugin)](https://www.npmjs.com/package/@learncard/ceramic-plugin)
8
8
 
9
- The LearnCard Core is a pluggable, open-source, universal digital wallet to enable any individual or organization to seamlessly **issue, earn, store, share, and spend currency and credentials** built for the future of education and work.
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.27",
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.1"
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.16",
45
+ "@learncard/core": "9.3.17",
46
46
  "@learncard/types": "5.6.5"
47
47
  },
48
48
  "scripts": {