Skip to content

Commit 200d7dc

Browse files
authored
feat: upgrading future development and testing of this plugin exclusively to Serverless v3 (#284)
Upgrading this to Serverless v3. I haven't changed any behavior or code to do this so I expect this will continue to work with Serverless v2, but I do not plan to test against Serverless v2 going forward. The tests have been using Serverless v3 for some time now per https://github.com/activescott/serverless-aws-static-file-handler/blame/c779fdd93662784c1a7b651057764d64734b13fb/examples/serverless-offline/package.json#L16 so this should be of negligible impact. If you want to use a version before this set of changes you can use v4.0.4. So why? The serverless community is focused on the v3 version at this point and Serverless v2 brings along a few vulnerability warnings due to it's outdated dependencies that I'd prefer to not ignore.
1 parent f94a59d commit 200d7dc

File tree

4 files changed

+2104
-3197
lines changed

4 files changed

+2104
-3197
lines changed

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dev-unlink": "npm rm serverless-aws-static-file-handler ; npm add serverless-aws-static-file-handler@>=3.0.2-beta.1"
1515
},
1616
"devDependencies": {
17-
"serverless": "^3.1.0"
17+
"serverless": "^3.37.0"
1818
},
1919
"dependencies": {
2020
"serverless-aws-static-file-handler": ">=3.0.2-beta.1"

examples/serverless-offline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dev-unlink": "npm i"
1414
},
1515
"devDependencies": {
16-
"serverless": "^3.1.1",
17-
"serverless-offline": "^13.2.0"
16+
"serverless": "^3.37.0",
17+
"serverless-offline": "^13.3.0"
1818
},
1919
"dependencies": {
2020
"serverless-aws-static-file-handler": ">=3.0.2-beta.1"

0 commit comments

Comments
 (0)