@tremho/mist-lift 2.2.5 → 2.2.6

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -64,6 +64,9 @@ To get started using MistLift, please see the [QuickStart Guide](https://github.
64
64
 
65
65
  ## Changelog
66
66
 
67
+ ### 2.2.6
68
+ - package update
69
+
67
70
  ### 2.2.5
68
71
  - fixes problems with exposing headers from local server request
69
72
 
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.6",
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",