cloudstructs 0.1.41 → 0.2.2
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.
- package/.gitattributes +19 -19
- package/.jsii +2754 -1559
- package/API.md +77 -77
- package/README.md +2 -3
- package/lib/codecommit-mirror/index.d.ts +6 -6
- package/lib/codecommit-mirror/index.js +13 -12
- package/lib/ecs-service-roller/index.d.ts +5 -5
- package/lib/ecs-service-roller/index.js +10 -9
- package/lib/email-receiver/receiver.d.ts +5 -5
- package/lib/email-receiver/receiver.js +15 -14
- package/lib/saml-identity-provider/index.d.ts +18 -18
- package/lib/saml-identity-provider/index.js +16 -15
- package/lib/slack-events/index.d.ts +5 -4
- package/lib/slack-events/index.js +13 -14
- package/lib/slack-textract/index.d.ts +6 -5
- package/lib/slack-textract/index.js +12 -11
- package/lib/state-machine-cr-provider/index.d.ts +2 -1
- package/lib/state-machine-cr-provider/index.js +14 -13
- package/lib/static-website/index.d.ts +6 -6
- package/lib/static-website/index.js +16 -15
- package/lib/url-shortener/index.d.ts +8 -7
- package/lib/url-shortener/index.js +19 -18
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +19 -16
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +5 -0
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +51 -3
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +8 -8
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +11 -0
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +11 -0
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +90 -3
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +92 -39
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +17 -6
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +2 -3
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +7 -0
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +8 -13
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +5 -1
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +26 -6
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -3
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +24 -1
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +31 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +19 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +5 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +51 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +8 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +11 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +11 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +90 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +92 -39
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +17 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +2 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +7 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +8 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +5 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +26 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +24 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +31 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +19 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +5 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +51 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +11 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +11 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +90 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +92 -39
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +17 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +2 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +7 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +8 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +5 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +26 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +24 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +31 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +19 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +5 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +51 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +8 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +11 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +11 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +90 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +92 -39
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +17 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +2 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +7 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +8 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +5 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +26 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +1 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +24 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +31 -0
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +19 -16
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +5 -0
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +51 -3
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +11 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +11 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +90 -3
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +92 -39
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +17 -6
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +2 -3
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +7 -0
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +8 -13
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +5 -1
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +26 -6
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -3
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +24 -1
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +31 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +19 -16
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +5 -0
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +51 -3
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +11 -0
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +11 -0
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +90 -3
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +92 -39
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +17 -6
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +2 -3
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +7 -0
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +8 -13
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +5 -1
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +26 -6
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -3
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +24 -1
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +31 -0
- package/node_modules/follow-redirects/index.js +45 -14
- package/node_modules/follow-redirects/package.json +1 -1
- package/node_modules/got/dist/source/as-promise/parse-body.d.ts +1 -1
- package/node_modules/got/dist/source/as-promise/types.js +2 -0
- package/node_modules/got/dist/source/core/index.d.ts +1 -1
- package/node_modules/got/dist/source/core/index.js +9 -3
- package/node_modules/got/dist/source/types.d.ts +14 -12
- package/node_modules/got/package.json +2 -2
- package/node_modules/got/readme.md +11 -10
- package/node_modules/keyv/LICENSE +1 -1
- package/node_modules/keyv/README.md +12 -10
- package/node_modules/keyv/package.json +17 -12
- package/node_modules/keyv/src/index.js +14 -16
- package/node_modules/mime-db/HISTORY.md +13 -0
- package/node_modules/mime-db/db.json +54 -0
- package/node_modules/mime-db/package.json +7 -7
- package/node_modules/mime-types/HISTORY.md +13 -3
- package/node_modules/mime-types/package.json +7 -7
- package/package.json +29 -80
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mime-db",
|
|
3
3
|
"description": "Media Type Database",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.51.0",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
7
7
|
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"bluebird": "3.7.2",
|
|
23
23
|
"co": "4.6.0",
|
|
24
24
|
"cogent": "1.0.1",
|
|
25
|
-
"csv-parse": "4.16.
|
|
26
|
-
"eslint": "7.
|
|
25
|
+
"csv-parse": "4.16.3",
|
|
26
|
+
"eslint": "7.32.0",
|
|
27
27
|
"eslint-config-standard": "15.0.1",
|
|
28
|
-
"eslint-plugin-import": "2.
|
|
29
|
-
"eslint-plugin-markdown": "2.2.
|
|
28
|
+
"eslint-plugin-import": "2.25.2",
|
|
29
|
+
"eslint-plugin-markdown": "2.2.1",
|
|
30
30
|
"eslint-plugin-node": "11.1.0",
|
|
31
|
-
"eslint-plugin-promise": "5.1.
|
|
31
|
+
"eslint-plugin-promise": "5.1.1",
|
|
32
32
|
"eslint-plugin-standard": "4.1.0",
|
|
33
33
|
"gnode": "0.1.2",
|
|
34
|
-
"mocha": "9.
|
|
34
|
+
"mocha": "9.1.3",
|
|
35
35
|
"nyc": "15.1.0",
|
|
36
36
|
"raw-body": "2.4.1",
|
|
37
37
|
"stream-to-array": "2.3.0"
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2.1.34 / 2021-11-08
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
* deps: mime-db@1.51.0
|
|
5
|
+
- Add new upstream MIME types
|
|
6
|
+
|
|
7
|
+
2.1.33 / 2021-10-01
|
|
8
|
+
===================
|
|
9
|
+
|
|
10
|
+
* deps: mime-db@1.50.0
|
|
11
|
+
- Add deprecated iWorks mime types and extensions
|
|
12
|
+
- Add new upstream MIME types
|
|
13
|
+
|
|
1
14
|
2.1.32 / 2021-07-27
|
|
2
15
|
===================
|
|
3
16
|
|
|
@@ -11,7 +24,6 @@
|
|
|
11
24
|
* deps: mime-db@1.48.0
|
|
12
25
|
- Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
|
|
13
26
|
- Add new upstream MIME types
|
|
14
|
-
- Mark `text/yaml` as compressible
|
|
15
27
|
|
|
16
28
|
2.1.30 / 2021-04-02
|
|
17
29
|
===================
|
|
@@ -89,7 +101,6 @@
|
|
|
89
101
|
- Add extension `.nq` to `application/n-quads`
|
|
90
102
|
- Add extension `.nt` to `application/n-triples`
|
|
91
103
|
- Add new upstream MIME types
|
|
92
|
-
- Mark `text/less` as compressible
|
|
93
104
|
|
|
94
105
|
2.1.21 / 2018-10-19
|
|
95
106
|
===================
|
|
@@ -342,7 +353,6 @@
|
|
|
342
353
|
|
|
343
354
|
* deps: mime-db@~1.1.0
|
|
344
355
|
- Add new mime types
|
|
345
|
-
- Add additional compressible
|
|
346
356
|
- Update charsets
|
|
347
357
|
|
|
348
358
|
2.0.1 / 2014-09-07
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mime-types",
|
|
3
3
|
"description": "The ultimate javascript content-type utility.",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.34",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
7
7
|
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
],
|
|
15
15
|
"repository": "jshttp/mime-types",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"mime-db": "1.
|
|
17
|
+
"mime-db": "1.51.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"eslint": "7.
|
|
20
|
+
"eslint": "7.32.0",
|
|
21
21
|
"eslint-config-standard": "14.1.1",
|
|
22
|
-
"eslint-plugin-import": "2.
|
|
23
|
-
"eslint-plugin-markdown": "2.2.
|
|
22
|
+
"eslint-plugin-import": "2.25.2",
|
|
23
|
+
"eslint-plugin-markdown": "2.2.1",
|
|
24
24
|
"eslint-plugin-node": "11.1.0",
|
|
25
|
-
"eslint-plugin-promise": "5.1.
|
|
25
|
+
"eslint-plugin-promise": "5.1.1",
|
|
26
26
|
"eslint-plugin-standard": "4.1.0",
|
|
27
|
-
"mocha": "9.
|
|
27
|
+
"mocha": "9.1.3",
|
|
28
28
|
"nyc": "15.1.0"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
package/package.json
CHANGED
|
@@ -6,27 +6,26 @@
|
|
|
6
6
|
"url": "https://github.com/jogold/cloudstructs.git"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
+
"build": "npx projen build",
|
|
10
|
+
"bump": "npx projen bump",
|
|
9
11
|
"clobber": "npx projen clobber",
|
|
12
|
+
"compat": "npx projen compat",
|
|
10
13
|
"compile": "npx projen compile",
|
|
11
|
-
"
|
|
14
|
+
"default": "npx projen default",
|
|
15
|
+
"docgen": "npx projen docgen",
|
|
16
|
+
"eslint": "npx projen eslint",
|
|
17
|
+
"package": "npx projen package",
|
|
18
|
+
"post-compile": "npx projen post-compile",
|
|
19
|
+
"pre-compile": "npx projen pre-compile",
|
|
20
|
+
"release": "npx projen release",
|
|
12
21
|
"test": "npx projen test",
|
|
13
|
-
"build": "npx projen build",
|
|
14
|
-
"test:watch": "npx projen test:watch",
|
|
15
22
|
"test:update": "npx projen test:update",
|
|
16
|
-
"
|
|
23
|
+
"test:watch": "npx projen test:watch",
|
|
17
24
|
"unbump": "npx projen unbump",
|
|
18
|
-
"upgrade
|
|
25
|
+
"upgrade": "npx projen upgrade",
|
|
19
26
|
"upgrade-projen": "npx projen upgrade-projen",
|
|
20
|
-
"default": "npx projen default",
|
|
21
27
|
"watch": "npx projen watch",
|
|
22
|
-
"
|
|
23
|
-
"eslint": "npx projen eslint",
|
|
24
|
-
"compat": "npx projen compat",
|
|
25
|
-
"publish:npm": "npx projen publish:npm",
|
|
26
|
-
"docgen": "npx projen docgen",
|
|
27
|
-
"release": "npx projen release",
|
|
28
|
-
"projen": "npx projen",
|
|
29
|
-
"start": "npx projen start"
|
|
28
|
+
"projen": "npx projen"
|
|
30
29
|
},
|
|
31
30
|
"author": {
|
|
32
31
|
"name": "Jonathan Goldwasser",
|
|
@@ -34,22 +33,25 @@
|
|
|
34
33
|
"organization": false
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
|
-
"@aws-cdk/
|
|
36
|
+
"@aws-cdk/aws-apigatewayv2-alpha": "^2.1.0-alpha.0",
|
|
37
|
+
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.1.0-alpha.0",
|
|
38
38
|
"@types/aws-lambda": "^8.10.83",
|
|
39
39
|
"@types/jest": "^26.0.24",
|
|
40
|
-
"@types/node": "^
|
|
40
|
+
"@types/node": "^14.17.0",
|
|
41
41
|
"@types/tsscmp": "^1.0.0",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
43
|
-
"@typescript-eslint/parser": "^
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^5",
|
|
43
|
+
"@typescript-eslint/parser": "^5",
|
|
44
|
+
"aws-cdk-lib": "2.1.0",
|
|
44
45
|
"aws-sdk": "^2.991.0",
|
|
45
46
|
"aws-sdk-mock": "^5.3.0",
|
|
47
|
+
"constructs": "10.0.5",
|
|
46
48
|
"esbuild": "^0.12.28",
|
|
47
|
-
"eslint": "^
|
|
49
|
+
"eslint": "^8",
|
|
48
50
|
"eslint-import-resolver-node": "^0.3.6",
|
|
49
51
|
"eslint-import-resolver-typescript": "^2.5.0",
|
|
50
52
|
"eslint-plugin-import": "^2.24.2",
|
|
51
53
|
"jest": "^26.6.3",
|
|
52
|
-
"jest-junit": "^
|
|
54
|
+
"jest-junit": "^13",
|
|
53
55
|
"jsii": "^1.34.0",
|
|
54
56
|
"jsii-diff": "^1.34.0",
|
|
55
57
|
"jsii-docgen": "^1.8.110",
|
|
@@ -57,71 +59,18 @@
|
|
|
57
59
|
"json-schema": "^0.3.0",
|
|
58
60
|
"nock": "^13.1.3",
|
|
59
61
|
"npm-check-updates": "^11",
|
|
60
|
-
"projen": "^0.
|
|
62
|
+
"projen": "^0.40.1",
|
|
61
63
|
"standard-version": "^9",
|
|
62
64
|
"ts-jest": "^26.5.6",
|
|
63
65
|
"typescript": "^3.9.10"
|
|
64
66
|
},
|
|
65
67
|
"peerDependencies": {
|
|
66
|
-
"@aws-cdk/aws-
|
|
67
|
-
"@aws-cdk/aws-apigatewayv2": "^1.
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"@aws-cdk/aws-cloudfront": "^1.92.0",
|
|
71
|
-
"@aws-cdk/aws-cloudfront-origins": "^1.92.0",
|
|
72
|
-
"@aws-cdk/aws-codecommit": "^1.92.0",
|
|
73
|
-
"@aws-cdk/aws-dynamodb": "^1.92.0",
|
|
74
|
-
"@aws-cdk/aws-ec2": "^1.92.0",
|
|
75
|
-
"@aws-cdk/aws-ecs": "^1.92.0",
|
|
76
|
-
"@aws-cdk/aws-events": "^1.92.0",
|
|
77
|
-
"@aws-cdk/aws-events-targets": "^1.92.0",
|
|
78
|
-
"@aws-cdk/aws-iam": "^1.92.0",
|
|
79
|
-
"@aws-cdk/aws-lambda": "^1.92.0",
|
|
80
|
-
"@aws-cdk/aws-lambda-destinations": "^1.92.0",
|
|
81
|
-
"@aws-cdk/aws-lambda-nodejs": "^1.92.0",
|
|
82
|
-
"@aws-cdk/aws-logs": "^1.92.0",
|
|
83
|
-
"@aws-cdk/aws-route53": "^1.92.0",
|
|
84
|
-
"@aws-cdk/aws-route53-patterns": "^1.92.0",
|
|
85
|
-
"@aws-cdk/aws-route53-targets": "^1.92.0",
|
|
86
|
-
"@aws-cdk/aws-s3": "^1.92.0",
|
|
87
|
-
"@aws-cdk/aws-secretsmanager": "^1.92.0",
|
|
88
|
-
"@aws-cdk/aws-ses": "^1.92.0",
|
|
89
|
-
"@aws-cdk/aws-ses-actions": "^1.92.0",
|
|
90
|
-
"@aws-cdk/aws-sns": "^1.92.0",
|
|
91
|
-
"@aws-cdk/aws-sns-subscriptions": "^1.92.0",
|
|
92
|
-
"@aws-cdk/core": "^1.92.0",
|
|
93
|
-
"@aws-cdk/custom-resources": "^1.92.0",
|
|
94
|
-
"constructs": "^3.2.27"
|
|
68
|
+
"@aws-cdk/aws-apigatewayv2-alpha": "^2.1.0-alpha.0",
|
|
69
|
+
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.1.0-alpha.0",
|
|
70
|
+
"aws-cdk-lib": "^2.1.0",
|
|
71
|
+
"constructs": "^10.0.5"
|
|
95
72
|
},
|
|
96
73
|
"dependencies": {
|
|
97
|
-
"@aws-cdk/aws-apigateway": "^1.92.0",
|
|
98
|
-
"@aws-cdk/aws-apigatewayv2": "^1.92.0",
|
|
99
|
-
"@aws-cdk/aws-apigatewayv2-integrations": "^1.92.0",
|
|
100
|
-
"@aws-cdk/aws-certificatemanager": "^1.92.0",
|
|
101
|
-
"@aws-cdk/aws-cloudfront": "^1.92.0",
|
|
102
|
-
"@aws-cdk/aws-cloudfront-origins": "^1.92.0",
|
|
103
|
-
"@aws-cdk/aws-codecommit": "^1.92.0",
|
|
104
|
-
"@aws-cdk/aws-dynamodb": "^1.92.0",
|
|
105
|
-
"@aws-cdk/aws-ec2": "^1.92.0",
|
|
106
|
-
"@aws-cdk/aws-ecs": "^1.92.0",
|
|
107
|
-
"@aws-cdk/aws-events": "^1.92.0",
|
|
108
|
-
"@aws-cdk/aws-events-targets": "^1.92.0",
|
|
109
|
-
"@aws-cdk/aws-iam": "^1.92.0",
|
|
110
|
-
"@aws-cdk/aws-lambda": "^1.92.0",
|
|
111
|
-
"@aws-cdk/aws-lambda-destinations": "^1.92.0",
|
|
112
|
-
"@aws-cdk/aws-lambda-nodejs": "^1.92.0",
|
|
113
|
-
"@aws-cdk/aws-logs": "^1.92.0",
|
|
114
|
-
"@aws-cdk/aws-route53": "^1.92.0",
|
|
115
|
-
"@aws-cdk/aws-route53-patterns": "^1.92.0",
|
|
116
|
-
"@aws-cdk/aws-route53-targets": "^1.92.0",
|
|
117
|
-
"@aws-cdk/aws-s3": "^1.92.0",
|
|
118
|
-
"@aws-cdk/aws-secretsmanager": "^1.92.0",
|
|
119
|
-
"@aws-cdk/aws-ses": "^1.92.0",
|
|
120
|
-
"@aws-cdk/aws-ses-actions": "^1.92.0",
|
|
121
|
-
"@aws-cdk/aws-sns": "^1.92.0",
|
|
122
|
-
"@aws-cdk/aws-sns-subscriptions": "^1.92.0",
|
|
123
|
-
"@aws-cdk/core": "^1.92.0",
|
|
124
|
-
"@aws-cdk/custom-resources": "^1.92.0",
|
|
125
74
|
"@slack/web-api": "^5.15.0",
|
|
126
75
|
"got": "^11.8.2"
|
|
127
76
|
},
|
|
@@ -134,7 +83,7 @@
|
|
|
134
83
|
],
|
|
135
84
|
"main": "lib/index.js",
|
|
136
85
|
"license": "Apache-2.0",
|
|
137
|
-
"version": "0.
|
|
86
|
+
"version": "0.2.2",
|
|
138
87
|
"jest": {
|
|
139
88
|
"testMatch": [
|
|
140
89
|
"**/__tests__/**/*.ts?(x)",
|
|
@@ -170,7 +119,7 @@
|
|
|
170
119
|
"preset": "ts-jest",
|
|
171
120
|
"globals": {
|
|
172
121
|
"ts-jest": {
|
|
173
|
-
"tsconfig": "tsconfig.
|
|
122
|
+
"tsconfig": "tsconfig.dev.json"
|
|
174
123
|
}
|
|
175
124
|
}
|
|
176
125
|
},
|