@learncard/create-http-bridge 1.1.79 → 1.1.80
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 +7 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -461,7 +461,7 @@ const App = ({ name = "LearnCardHTTPBridge" }) => {
|
|
|
461
461
|
};
|
|
462
462
|
|
|
463
463
|
var name = "@learncard/create-http-bridge";
|
|
464
|
-
var version = "1.1.
|
|
464
|
+
var version = "1.1.80";
|
|
465
465
|
var description = "Instantly create and deploy a Learn Card Bridge HTTP API via AWS Lambda!";
|
|
466
466
|
var main = "dist/index.js";
|
|
467
467
|
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.
|
|
3
|
+
"version": "1.1.80",
|
|
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.
|
|
33
|
+
"@learncard/init": "1.2.17",
|
|
34
34
|
"@learncard/types": "5.4.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|