@learncard/cli 1.3.0 → 1.4.1
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/CHANGELOG.md +21 -0
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @learncard/cli
|
|
2
2
|
|
|
3
|
+
## 1.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`8a10504`](https://github.com/learningeconomy/LearnCard/commit/8a105049df0d1f4f8ede062ca72fecbf55896562), [`074989f`](https://github.com/learningeconomy/LearnCard/commit/074989f2eb4b7d8cb9b2d6a62451cdcf047d72d5), [`120744b`](https://github.com/learningeconomy/LearnCard/commit/120744bc4cf9d03254049fcf37707763b10ddeab), [`8a10504`](https://github.com/learningeconomy/LearnCard/commit/8a105049df0d1f4f8ede062ca72fecbf55896562), [`8a10504`](https://github.com/learningeconomy/LearnCard/commit/8a105049df0d1f4f8ede062ca72fecbf55896562)]:
|
|
8
|
+
- @learncard/core@5.1.1
|
|
9
|
+
- @learncard/types@2.2.0
|
|
10
|
+
|
|
11
|
+
## 1.4.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#62](https://github.com/WeLibraryOS/LearnCard/pull/62) [`9942f25`](https://github.com/WeLibraryOS/LearnCard/commit/9942f25ccc39797bc74ad63cf7d4878b2619b208) Thanks [@Custard7](https://github.com/Custard7)! - Use most up-to-date wasm file
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#62](https://github.com/WeLibraryOS/LearnCard/pull/62) [`9942f25`](https://github.com/WeLibraryOS/LearnCard/commit/9942f25ccc39797bc74ad63cf7d4878b2619b208) Thanks [@Custard7](https://github.com/Custard7)! - Add VPQR Plugin
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`9942f25`](https://github.com/WeLibraryOS/LearnCard/commit/9942f25ccc39797bc74ad63cf7d4878b2619b208), [`9942f25`](https://github.com/WeLibraryOS/LearnCard/commit/9942f25ccc39797bc74ad63cf7d4878b2619b208), [`9942f25`](https://github.com/WeLibraryOS/LearnCard/commit/9942f25ccc39797bc74ad63cf7d4878b2619b208)]:
|
|
22
|
+
- @learncard/core@5.1.0
|
|
23
|
+
|
|
3
24
|
## 1.3.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ you all the tools you need to easily play around with the Learn Card SDK!
|
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
13
|
All LearnCard documentation can be found at:
|
|
14
|
-
https://
|
|
14
|
+
https://docs.learncard.com
|
|
15
15
|
|
|
16
16
|
## Usage
|
|
17
17
|
|
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@ var crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
|
|
|
20
20
|
const generateRandomSeed = () => crypto__default["default"].randomBytes(32).toString("hex");
|
|
21
21
|
|
|
22
22
|
var name = "@learncard/cli";
|
|
23
|
-
var version = "1.
|
|
23
|
+
var version = "1.4.1";
|
|
24
24
|
var description = "Test out learn card!";
|
|
25
25
|
var main = "dist/index.js";
|
|
26
26
|
var bin = "dist/index.js";
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@learncard/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Test out learn card!",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "dist/index.js",
|
|
7
7
|
"author": "Learning Economy Foundation (www.learningeconomy.io)",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@learncard/core": "5.
|
|
11
|
-
"@learncard/types": "2.
|
|
10
|
+
"@learncard/core": "5.1.1",
|
|
11
|
+
"@learncard/types": "2.2.0",
|
|
12
12
|
"@rollup/plugin-json": "^4.1.0",
|
|
13
13
|
"commander": "^9.3.0",
|
|
14
14
|
"figlet": "^1.5.2",
|