@learncard/create-http-bridge 1.1.38 → 1.1.39

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,12 @@
1
1
  # @learncard/create-http-bridge
2
2
 
3
+ ## 1.1.39
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @learncard/init@1.0.1
9
+
3
10
  ## 1.1.38
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -427,7 +427,7 @@ const App = ({ name = "LearnCardHTTPBridge" }) => {
427
427
  };
428
428
 
429
429
  var name = "@learncard/create-http-bridge";
430
- var version = "1.1.36";
430
+ var version = "1.1.39";
431
431
  var description = "Instantly create and deploy a Learn Card Bridge HTTP API via AWS Lambda!";
432
432
  var main = "dist/index.js";
433
433
  var bin = "dist/index.js";
@@ -439,7 +439,7 @@ var scripts = {
439
439
  var author = "Learning Economy Foundation (www.learningeconomy.io)";
440
440
  var license = "MIT";
441
441
  var dependencies = {
442
- "@learncard/core": "workspace:*",
442
+ "@learncard/init": "workspace:*",
443
443
  "@learncard/types": "workspace:*",
444
444
  "@rollup/plugin-json": "^4.1.0",
445
445
  commander: "^9.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/create-http-bridge",
3
- "version": "1.1.38",
3
+ "version": "1.1.39",
4
4
  "description": "Instantly create and deploy a Learn Card Bridge HTTP API via AWS Lambda!",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "simple-git": "^3.9.0",
31
31
  "use-immer": "^0.7.0",
32
32
  "zod": "^3.20.2",
33
- "@learncard/init": "1.0.0",
33
+ "@learncard/init": "1.0.1",
34
34
  "@learncard/types": "5.3.0"
35
35
  },
36
36
  "devDependencies": {