@learncard/cli 3.3.175 → 3.3.176

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,22 @@
1
1
  # @learncard/cli
2
2
 
3
+ ## 3.3.176
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1233](https://github.com/learningeconomy/LearnCard/pull/1233) [`b7ac1ec2432501b112748f5285fd83a2de1de344`](https://github.com/learningeconomy/LearnCard/commit/b7ac1ec2432501b112748f5285fd83a2de1de344) Thanks [@Custard7](https://github.com/Custard7)! - chore: Update CLI & Init Packages
8
+
9
+ - Updated dependencies [[`b7ac1ec2432501b112748f5285fd83a2de1de344`](https://github.com/learningeconomy/LearnCard/commit/b7ac1ec2432501b112748f5285fd83a2de1de344), [`b61cfb80e80f382b22d673e7e826fc60528161e7`](https://github.com/learningeconomy/LearnCard/commit/b61cfb80e80f382b22d673e7e826fc60528161e7)]:
10
+ - @learncard/init@2.3.18
11
+ - @learncard/types@5.15.0
12
+ - @learncard/core@9.4.18
13
+ - @learncard/didkit-plugin@1.8.9
14
+ - @learncard/learn-cloud-plugin@2.3.23
15
+ - @learncard/ler-rs-plugin@0.1.9
16
+ - @learncard/linked-claims-plugin@0.2.18
17
+ - @learncard/open-badge-v2-plugin@1.1.19
18
+ - @learncard/simple-signing-plugin@1.1.22
19
+
3
20
  ## 3.3.173
4
21
 
5
22
  ### Patch Changes
package/dist/index.js CHANGED
@@ -31,8 +31,8 @@ var crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
31
31
  const generateRandomSeed = () => crypto__default["default"].randomBytes(32).toString("hex");
32
32
 
33
33
  var name = "@learncard/cli";
34
- var version = "3.3.175";
35
- var description = "Test out learn card!";
34
+ var version = "3.3.176";
35
+ var description = "Command Line Interface for LearnCard";
36
36
  var main = "dist/index.js";
37
37
  var bin = "dist/index.js";
38
38
  var scripts = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@learncard/cli",
3
- "version": "3.3.175",
4
- "description": "Test out learn card!",
3
+ "version": "3.3.176",
4
+ "description": "Command Line Interface for LearnCard",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/index.js",
7
7
  "author": "Learning Economy Foundation (www.learningeconomy.io)",
@@ -15,15 +15,15 @@
15
15
  "pretty-repl": "^3.1.1",
16
16
  "rollup": "^2.80.0",
17
17
  "rollup-plugin-esbuild": "^4.9.1",
18
- "@learncard/core": "9.4.17",
19
- "@learncard/init": "^2.3.17",
20
- "@learncard/linked-claims-plugin": "0.2.17",
21
- "@learncard/learn-cloud-plugin": "2.3.22",
22
- "@learncard/open-badge-v2-plugin": "1.1.18",
23
- "@learncard/simple-signing-plugin": "1.1.21",
24
- "@learncard/ler-rs-plugin": "0.1.8",
25
- "@learncard/didkit-plugin": "^1.8.8",
26
- "@learncard/types": "5.14.0"
18
+ "@learncard/didkit-plugin": "^1.8.9",
19
+ "@learncard/init": "^2.3.18",
20
+ "@learncard/learn-cloud-plugin": "2.3.23",
21
+ "@learncard/ler-rs-plugin": "0.1.9",
22
+ "@learncard/linked-claims-plugin": "0.2.18",
23
+ "@learncard/open-badge-v2-plugin": "1.1.19",
24
+ "@learncard/simple-signing-plugin": "1.1.22",
25
+ "@learncard/types": "5.15.0",
26
+ "@learncard/core": "9.4.18"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/cors": "^2.8.12",