@learncard/create-http-bridge 1.1.89 → 1.1.90

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.90
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @learncard/init@1.2.27
9
+
3
10
  ## 1.1.89
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.89";
430
+ var version = "1.1.90";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/create-http-bridge",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
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.2.26",
33
+ "@learncard/init": "1.2.27",
34
34
  "@learncard/types": "5.5.1"
35
35
  },
36
36
  "devDependencies": {