serverless-vpc-discovery 4.0.2 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +18 -18
- package/CHANGELOG.md +0 -72
- package/package-lock.json +0 -6826
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-vpc-discovery",
|
3
|
-
"version": "4.0
|
3
|
+
"version": "4.1.0",
|
4
4
|
"engines": {
|
5
|
-
"node": ">=
|
5
|
+
"node": ">=14"
|
6
6
|
},
|
7
7
|
"description": "Serverless Plugin to modify VPC values",
|
8
8
|
"author": "Amplify Education Inc",
|
@@ -48,33 +48,33 @@
|
|
48
48
|
]
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@types/mocha": "^9.
|
52
|
-
"@types/node": "^16.
|
53
|
-
"@typescript-eslint/eslint-plugin": "^4.
|
54
|
-
"@typescript-eslint/parser": "^4.
|
55
|
-
"aws-sdk-mock": "^5.
|
56
|
-
"chai": "^4.3.
|
51
|
+
"@types/mocha": "^9.1.1",
|
52
|
+
"@types/node": "^16.18.14",
|
53
|
+
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
54
|
+
"@typescript-eslint/parser": "^4.33.0",
|
55
|
+
"aws-sdk-mock": "^5.8.0",
|
56
|
+
"chai": "^4.3.7",
|
57
57
|
"chai-spies": "^1.0.0",
|
58
58
|
"eslint": "^7.32.0",
|
59
59
|
"eslint-config-airbnb": "^18.2.1",
|
60
60
|
"eslint-config-standard": "^16.0.3",
|
61
|
-
"eslint-plugin-import": "^2.
|
61
|
+
"eslint-plugin-import": "^2.27.5",
|
62
62
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
63
63
|
"eslint-plugin-node": "^11.1.0",
|
64
|
-
"eslint-plugin-promise": "^5.
|
65
|
-
"eslint-plugin-react": "^7.
|
66
|
-
"eslint-plugin-react-hooks": "^4.
|
64
|
+
"eslint-plugin-promise": "^5.2.0",
|
65
|
+
"eslint-plugin-react": "^7.32.2",
|
66
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
67
67
|
"js-yaml": "^4.1.0",
|
68
|
-
"mocha": "^9.
|
68
|
+
"mocha": "^9.2.2",
|
69
69
|
"mocha-param": "^2.0.1",
|
70
70
|
"nyc": "^15.1.0",
|
71
|
-
"randomstring": "^1.2.
|
72
|
-
"serverless": "^3.
|
73
|
-
"shelljs": "^0.8.
|
74
|
-
"ts-node": "^10.
|
71
|
+
"randomstring": "^1.2.3",
|
72
|
+
"serverless": "^3.28.1",
|
73
|
+
"shelljs": "^0.8.5",
|
74
|
+
"ts-node": "^10.9.1",
|
75
75
|
"typescript": "~4.3.5"
|
76
76
|
},
|
77
77
|
"dependencies": {
|
78
|
-
"aws-sdk": "^2.
|
78
|
+
"aws-sdk": "^2.1331.0"
|
79
79
|
}
|
80
80
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,72 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
All notable changes to this project will be documented in this file.
|
3
|
-
|
4
|
-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5
|
-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6
|
-
|
7
|
-
## [4.0.2] - 2022-04-11
|
8
|
-
### Changed
|
9
|
-
- Add integration with serverless 3 logging
|
10
|
-
- Change Github workflows to run tests both with sls 2 and 3
|
11
|
-
|
12
|
-
## [4.0.1] - 2022-04-08
|
13
|
-
### Changed
|
14
|
-
- Fixed audit issues. Added dependabot config
|
15
|
-
|
16
|
-
## [4.0.0] - 2022-04-08
|
17
|
-
### Changed
|
18
|
-
- Added compability with serverless 3
|
19
|
-
|
20
|
-
## [3.1.2] - 2021-09-01
|
21
|
-
### Changed
|
22
|
-
- Fixed y18n vulnerability
|
23
|
-
|
24
|
-
## [3.1.1] - 2021-09-01
|
25
|
-
### Changed
|
26
|
-
- Added serverless schema validation. Thank you @ROSeaboyer ([53](https://github.com/amplify-education/serverless-vpc-discovery/pull/53))
|
27
|
-
|
28
|
-
## [3.1.0] - 2021-09-01
|
29
|
-
### Changed
|
30
|
-
- Dropped support of node versions < 12
|
31
|
-
- Replaced Travis pipeline items with GitHub workflow
|
32
|
-
|
33
|
-
## [3.0.0] - 2020-12-24
|
34
|
-
### Added
|
35
|
-
- Support for getting subnets and security groups by any tag key/value
|
36
|
-
### Changed
|
37
|
-
- ***Important!*** The `subnetNames` and `securityGroupNames` options have been deprecated and will be removed in the next major release. The new options are `subnets` and `securityGroups`.
|
38
|
-
- ***Important!*** Drop `vpc` option support. The new option is `vpcDiscovery`.
|
39
|
-
|
40
|
-
## [2.3.0] - 2020-12-11
|
41
|
-
### Changed
|
42
|
-
- Allow usage of wildcards in subnet and security group names. Thank you @RLRabinowitz ([#41](https://github.com/amplify-education/serverless-vpc-discovery/pull/41))
|
43
|
-
|
44
|
-
## [2.2.1] - 2020-12-02
|
45
|
-
### Changed
|
46
|
-
- Fixed travis build
|
47
|
-
|
48
|
-
## [2.2.0] - 2020-12-02
|
49
|
-
### Changed
|
50
|
-
- Set `custom.vpcDiscovery` optional.
|
51
|
-
- Update travis config for github release tagging
|
52
|
-
|
53
|
-
## [2.1.0] - 2020-11-17
|
54
|
-
### Changed
|
55
|
-
- ***Important!*** The `vpc` option has been deprecated but it still will work for a while. The new option is `vpcDiscovery`.
|
56
|
-
- The VPC config applies to each function instead of the provider option.
|
57
|
-
- Fixed logic for checking missing subnets and security groups.
|
58
|
-
### Added
|
59
|
-
- A possibility to specify custom config for each function by specifying `function.vpcDiscovery` config
|
60
|
-
- Added `warning` and `info` messages
|
61
|
-
|
62
|
-
## [2.0.0] - 2020-11-13
|
63
|
-
### Changed
|
64
|
-
- The code rewritten to TypeScript. Added improvements. Updated travis config, lint and test scripts.
|
65
|
-
|
66
|
-
## [1.0.13] - 2018-10-10
|
67
|
-
### Added
|
68
|
-
- Added our own configuration for AWS SDK's built in retry mechanism, increasing it from 3 retries to 20 so that this plugin is more easily used in an automated environment.
|
69
|
-
|
70
|
-
## [1.0.12] - 2018-08-01
|
71
|
-
### Added
|
72
|
-
- This CHANGELOG file to make it easier for future updates to be documented. Sadly, will not be going back to document changes made for previous versions.
|