@learncard/create-http-bridge 1.1.183 → 1.1.184
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
|
@@ -416,7 +416,7 @@ const App = ({ name = "LearnCardHTTPBridge" }) => {
|
|
|
416
416
|
};
|
|
417
417
|
|
|
418
418
|
var name = "@learncard/create-http-bridge";
|
|
419
|
-
var version = "1.1.
|
|
419
|
+
var version = "1.1.184";
|
|
420
420
|
var description = "Instantly create and deploy a Learn Card Bridge HTTP API via AWS Lambda!";
|
|
421
421
|
var main = "dist/index.js";
|
|
422
422
|
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.184",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"serverless-plugin-warmup": "^8.1.0",
|
|
30
30
|
"simple-git": "^3.9.0",
|
|
31
31
|
"use-immer": "^0.7.0",
|
|
32
|
-
"@learncard/init": "2.0.
|
|
32
|
+
"@learncard/init": "2.0.38",
|
|
33
33
|
"@learncard/types": "5.8.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|