File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Support" ,
4
+ "description" : " Add upcoming end-of-support message in postinstall"
5
+ }
Original file line number Diff line number Diff line change 145
145
"translate-api-test" : " mocha scripts/lib/translate-api.spec.js" ,
146
146
"typings-generator-test" : " mocha scripts/lib/prune-shapes.spec.js" ,
147
147
"helper-test" : " mocha scripts/lib/test-helper.spec.js" ,
148
- "csm-functional-test" : " mocha test/publisher/functional_test"
148
+ "csm-functional-test" : " mocha test/publisher/functional_test" ,
149
+ "postinstall" : " node scripts/warn-maintenance-mode.js"
149
150
}
150
151
}
Original file line number Diff line number Diff line change
1
+ console . warn (
2
+ '\n╔═════════════════════════════════════════════════╗'
3
+ + '\n║ The AWS SDK for JavaScript (v2) will reach ║'
4
+ + '\n║ -> maintenance mode on September 8, 2024. ║'
5
+ + '\n║ -> end-of-support on September 8, 2025. ║'
6
+ + '\n║ ║'
7
+ + '\n║ To continue receiving updates to AWS services, ║'
8
+ + '\n║ bug fixes, and security updates please upgrade ║'
9
+ + '\n║ to AWS SDK for JavaScript (v3). ║'
10
+ + '\n║ ║'
11
+ + '\n║ More info: https://a.co/cUPnyil ║'
12
+ + '\n╚═════════════════════════════════════════════════╝'
13
+ + '\n'
14
+ ) ;
You can’t perform that action at this time.
0 commit comments