@learncard/cli 1.4.0 → 1.4.2

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @learncard/cli
2
2
 
3
+ ## 1.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#82](https://github.com/learningeconomy/LearnCard/pull/82) [`7d6f1a4`](https://github.com/learningeconomy/LearnCard/commit/7d6f1a41656329f99c4acf560da3ec59d9e29104) Thanks [@TaylorBeeston](https://github.com/TaylorBeeston)! - Update ReadMe
8
+
9
+ - Updated dependencies [[`7d6f1a4`](https://github.com/learningeconomy/LearnCard/commit/7d6f1a41656329f99c4acf560da3ec59d9e29104), [`7d6f1a4`](https://github.com/learningeconomy/LearnCard/commit/7d6f1a41656329f99c4acf560da3ec59d9e29104), [`7d6f1a4`](https://github.com/learningeconomy/LearnCard/commit/7d6f1a41656329f99c4acf560da3ec59d9e29104)]:
10
+ - @learncard/core@6.0.0
11
+ - @learncard/types@2.2.1
12
+
13
+ ## 1.4.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 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)]:
18
+ - @learncard/core@5.1.1
19
+ - @learncard/types@2.2.0
20
+
3
21
  ## 1.4.0
4
22
 
5
23
  ### Minor Changes
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [<img src="https://user-images.githubusercontent.com/2185016/176284693-4ca14052-d067-4ea5-b170-c6cd2594ee23.png" width="400"/>](image.png)
1
+ [<img src="https://user-images.githubusercontent.com/2185016/190510561-294db809-09fd-4771-9749-6c0e0f4144fd.png" width="215"/>](https://learncard.com)
2
2
 
3
3
  # @learncard/cli
4
4
 
@@ -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://app.gitbook.com/o/6uDv1QDlxaaZC7i8EaGb/s/FXvEJ9j3Vf3FW5Nc557n/
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.4.0";
23
+ var version = "1.4.2";
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.4.0",
3
+ "version": "1.4.2",
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.1.0",
11
- "@learncard/types": "2.1.2",
10
+ "@learncard/core": "6.0.0",
11
+ "@learncard/types": "2.2.1",
12
12
  "@rollup/plugin-json": "^4.1.0",
13
13
  "commander": "^9.3.0",
14
14
  "figlet": "^1.5.2",