@tremho/mist-lift 2.2.5 → 2.2.7

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -61,9 +61,17 @@ and the [issues page](https://github.com/tremho/MistLift/issues) for future stat
61
61
 
62
62
  To get started using MistLift, please see the [QuickStart Guide](https://github.com/tremho/MistLift/blob/main/doc/MistLift%20Quick%20Start.md)
63
63
 
64
+ ### Help me out
65
+ I would love to have others join this project as contributors, because it is a great tool
66
+ and since I am using it myself constantly, I am improving it alone.
67
+ If you would like to support my late night efforts, please consider a contribution to
68
+ [buy me a coffee](https://buymeacoffee.com/tremho)
64
69
 
65
70
  ## Changelog
66
71
 
72
+ ### 2.2.6, 2.2.7
73
+ - package update
74
+
67
75
  ### 2.2.5
68
76
  - fixes problems with exposing headers from local server request
69
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tremho/mist-lift",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "description": "lift command line utility for MistLift development",
5
5
  "main": "build/lift.js",
6
6
  "bin": {
@@ -49,7 +49,7 @@
49
49
  "@aws-sdk/client-api-gateway": "^3.598.0",
50
50
  "@aws-sdk/client-lambda": "^3.598.0",
51
51
  "@aws-sdk/credential-providers": "^3.598.0",
52
- "@tremho/inverse-y": "^2.0.31",
52
+ "@tremho/inverse-y": "^2.0.32",
53
53
  "ansi-colors": "^4.1.3",
54
54
  "body-parser": "^1.20.2",
55
55
  "clear-module": "^4.1.2",