@tremho/mist-lift 2.0.1-pre-release.1 → 2.0.1
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/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -56,6 +56,9 @@ To get started using MistLift, please see the [QuickStart Guide](https://github.
|
|
|
56
56
|
|
|
57
57
|
## Changelog
|
|
58
58
|
|
|
59
|
+
### 2.0.1
|
|
60
|
+
- Fixes sourcemap issues, via @tremho/gen-logger 2.0.1
|
|
61
|
+
|
|
59
62
|
### 2.0.0
|
|
60
63
|
- Revised logging implementation using [@tremho/gen-logger](https://www.npmjs.com/package/@tremho/gen-logger)
|
|
61
64
|
- Numerous bug fixes
|
|
@@ -108,3 +111,5 @@ This is breaking because any previous service definition files need to change th
|
|
|
108
111
|
|
|
109
112
|
|
|
110
113
|
|
|
114
|
+
|
|
115
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tremho/mist-lift",
|
|
3
|
-
"version": "2.0.1
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "lift command line utility for MistLift development",
|
|
5
5
|
"main": "build/lift.js",
|
|
6
6
|
"bin": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@aws-sdk/client-api-gateway": "^3.598.0",
|
|
52
52
|
"@aws-sdk/client-lambda": "^3.598.0",
|
|
53
53
|
"@aws-sdk/credential-providers": "^3.598.0",
|
|
54
|
-
"@tremho/inverse-y": "^2.0.1
|
|
54
|
+
"@tremho/inverse-y": "^2.0.1",
|
|
55
55
|
"@tremho/session-tbd": "^2.0.0-pre-release.13",
|
|
56
56
|
"ansi-colors": "^4.1.3",
|
|
57
57
|
"body-parser": "^1.20.2",
|