File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+ ## [ 5.5.2] 2023-02-17
6
+
7
+ ### Changed
8
+
9
+ - Improve printing env var and live AWS resource configuration
10
+ - Improve readme docs relating to which interfaces Sandbox binds to; thanks @lpsinger !
11
+ - Updated dependencies
12
+
13
+ ---
14
+
5
15
## [ 5.5.1] 2023-02-07
6
16
7
17
### Added
Original file line number Diff line number Diff line change 30
30
"dependencies" : {
31
31
"@architect/asap" : " ~5.1.1" ,
32
32
"@architect/create" : " ~4.1.4" ,
33
- "@architect/hydrate" : " ~3.1.10 " ,
34
- "@architect/inventory" : " ~3.4.0 " ,
33
+ "@architect/hydrate" : " ~3.1.11 " ,
34
+ "@architect/inventory" : " ~3.4.2 " ,
35
35
"@architect/utils" : " ~3.1.2" ,
36
36
"@aws-sdk/client-apigatewaymanagementapi" : " 3.188.0" ,
37
37
"@aws-sdk/client-dynamodb" : " 3.188.0" ,
50
50
"glob" : " ~8.1.0" ,
51
51
"http-proxy" : " ~1.18.1" ,
52
52
"lambda-runtimes" : " ~1.1.3" ,
53
- "minimist" : " ~1.2.7 " ,
53
+ "minimist" : " ~1.2.8 " ,
54
54
"router" : " ~1.3.7" ,
55
55
"run-parallel" : " ~1.2.0" ,
56
56
"run-series" : " ~1.1.9" ,
57
57
"send" : " ~0.18.0" ,
58
58
"server-destroy" : " ~1.0.1" ,
59
59
"tree-kill" : " ~1.2.2" ,
60
60
"update-notifier-cjs" : " ~5.1.6" ,
61
- "ws" : " ~8.12.0 "
61
+ "ws" : " ~8.12.1 "
62
62
},
63
63
"devDependencies" : {
64
64
"@architect/eslint-config" : " ~2.1.1" ,
65
- "@architect/functions" : " ~5.3.3 " ,
65
+ "@architect/functions" : " ~5.3.4 " ,
66
66
"@architect/req-res-fixtures" : " git+https://github.com/architect/req-res-fixtures.git" ,
67
67
"cross-env" : " ~7.0.3" ,
68
- "eslint" : " ~8.32 .0" ,
68
+ "eslint" : " ~8.34 .0" ,
69
69
"fs-extra" : " ~11.1.0" ,
70
70
"nyc" : " ~15.1.0" ,
71
71
"pkg" : " ~5.8.0" ,
You can’t perform that action at this time.
0 commit comments