cloudstructs 0.9.0 → 0.9.1

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.
Files changed (61) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-textract/detect.lambda/index.js +5 -6
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/saml-identity-provider/index.js +2 -2
  8. package/lib/slack-app/manifest.js +1 -1
  9. package/lib/slack-app/slack-app.js +2 -2
  10. package/lib/slack-events/index.js +1 -1
  11. package/lib/slack-textract/index.js +1 -1
  12. package/lib/ssl-server-test/index.js +1 -1
  13. package/lib/state-machine-cr-provider/index.js +1 -1
  14. package/lib/static-website/index.js +1 -1
  15. package/lib/toolkit-cleaner/index.js +1 -1
  16. package/lib/url-shortener/index.js +1 -1
  17. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  18. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  20. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +1 -0
  21. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  22. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +1 -1
  23. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  24. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +1 -0
  25. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  26. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +1 -1
  27. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  28. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +1 -0
  29. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  30. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +1 -1
  31. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  32. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +1 -0
  33. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  34. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +1 -1
  35. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  36. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +1 -0
  37. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  38. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +1 -1
  39. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  40. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +1 -0
  41. package/node_modules/axios/CHANGELOG.md +19 -0
  42. package/node_modules/axios/README.md +5 -2
  43. package/node_modules/axios/dist/axios.js +321 -295
  44. package/node_modules/axios/dist/axios.js.map +1 -1
  45. package/node_modules/axios/dist/axios.min.js +1 -1
  46. package/node_modules/axios/dist/axios.min.js.map +1 -1
  47. package/node_modules/axios/dist/browser/axios.cjs +3 -3
  48. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  49. package/node_modules/axios/dist/esm/axios.js +3 -3
  50. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  51. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  52. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  53. package/node_modules/axios/dist/node/axios.cjs +5 -6
  54. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  55. package/node_modules/axios/lib/adapters/http.js +1 -1
  56. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  57. package/node_modules/axios/lib/env/data.js +1 -1
  58. package/node_modules/axios/package.json +25 -25
  59. package/node_modules/follow-redirects/index.js +1 -1
  60. package/node_modules/follow-redirects/package.json +1 -1
  61. package/package.json +13 -13
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.11.26",
3
+ "version": "20.11.28",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -212,6 +212,6 @@
212
212
  "dependencies": {
213
213
  "undici-types": "~5.26.4"
214
214
  },
215
- "typesPublisherContentHash": "9b3b3458b87d11d9c61fca99966320a6a0b1e0b7f7f8a4d54e69202006c304fe",
215
+ "typesPublisherContentHash": "7900e0785e353d745686ab0f8c416d180dda643bd51b6a43e09c772a1d845f55",
216
216
  "typeScriptVersion": "4.7"
217
217
  }
@@ -156,6 +156,7 @@ declare module "stream/web" {
156
156
  }
157
157
  const ReadableStream: {
158
158
  prototype: ReadableStream;
159
+ from<T>(iterable: Iterable<T> | AsyncIterable<T>): ReadableStream<T>;
159
160
  new(underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy<Uint8Array>): ReadableStream<Uint8Array>;
160
161
  new<R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>;
161
162
  };
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 11 Mar 2024 22:06:43 GMT
11
+ * Last updated: Fri, 15 Mar 2024 07:35:57 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -106,7 +106,7 @@ declare module "crypto" {
106
106
  const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
107
107
  /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
108
108
  const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
109
- /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
109
+ /** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
110
110
  const SSL_OP_CISCO_ANYCONNECT: number;
111
111
  /** Instructs OpenSSL to turn on cookie exchange. */
112
112
  const SSL_OP_COOKIE_EXCHANGE: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.11.26",
3
+ "version": "20.11.28",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -212,6 +212,6 @@
212
212
  "dependencies": {
213
213
  "undici-types": "~5.26.4"
214
214
  },
215
- "typesPublisherContentHash": "9b3b3458b87d11d9c61fca99966320a6a0b1e0b7f7f8a4d54e69202006c304fe",
215
+ "typesPublisherContentHash": "7900e0785e353d745686ab0f8c416d180dda643bd51b6a43e09c772a1d845f55",
216
216
  "typeScriptVersion": "4.7"
217
217
  }
@@ -156,6 +156,7 @@ declare module "stream/web" {
156
156
  }
157
157
  const ReadableStream: {
158
158
  prototype: ReadableStream;
159
+ from<T>(iterable: Iterable<T> | AsyncIterable<T>): ReadableStream<T>;
159
160
  new(underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy<Uint8Array>): ReadableStream<Uint8Array>;
160
161
  new<R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>;
161
162
  };
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 11 Mar 2024 22:06:43 GMT
11
+ * Last updated: Fri, 15 Mar 2024 07:35:57 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -106,7 +106,7 @@ declare module "crypto" {
106
106
  const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
107
107
  /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
108
108
  const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
109
- /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
109
+ /** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
110
110
  const SSL_OP_CISCO_ANYCONNECT: number;
111
111
  /** Instructs OpenSSL to turn on cookie exchange. */
112
112
  const SSL_OP_COOKIE_EXCHANGE: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.11.26",
3
+ "version": "20.11.28",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -212,6 +212,6 @@
212
212
  "dependencies": {
213
213
  "undici-types": "~5.26.4"
214
214
  },
215
- "typesPublisherContentHash": "9b3b3458b87d11d9c61fca99966320a6a0b1e0b7f7f8a4d54e69202006c304fe",
215
+ "typesPublisherContentHash": "7900e0785e353d745686ab0f8c416d180dda643bd51b6a43e09c772a1d845f55",
216
216
  "typeScriptVersion": "4.7"
217
217
  }
@@ -156,6 +156,7 @@ declare module "stream/web" {
156
156
  }
157
157
  const ReadableStream: {
158
158
  prototype: ReadableStream;
159
+ from<T>(iterable: Iterable<T> | AsyncIterable<T>): ReadableStream<T>;
159
160
  new(underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy<Uint8Array>): ReadableStream<Uint8Array>;
160
161
  new<R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>;
161
162
  };
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.8](https://github.com/axios/axios/compare/v1.6.7...v1.6.8) (2024-03-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **AxiosHeaders:** fix AxiosHeaders conversion to an object during config merging ([#6243](https://github.com/axios/axios/issues/6243)) ([2656612](https://github.com/axios/axios/commit/2656612bc10fe2757e9832b708ed773ab340b5cb))
9
+ * **import:** use named export for EventEmitter; ([7320430](https://github.com/axios/axios/commit/7320430aef2e1ba2b89488a0eaf42681165498b1))
10
+ * **vulnerability:** update follow-redirects to 1.15.6 ([#6300](https://github.com/axios/axios/issues/6300)) ([8786e0f](https://github.com/axios/axios/commit/8786e0ff55a8c68d4ca989801ad26df924042e27))
11
+
12
+ ### Contributors to this release
13
+
14
+ - <img src="https://avatars.githubusercontent.com/u/4814473?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jay](https://github.com/jasonsaayman "+4572/-3446 (#6238 )")
15
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+30/-0 (#6231 )")
16
+ - <img src="https://avatars.githubusercontent.com/u/68230846?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Mitchell](https://github.com/Creaous "+9/-9 (#6300 )")
17
+ - <img src="https://avatars.githubusercontent.com/u/53797821?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Emmanuel](https://github.com/mannoeu "+2/-2 (#6196 )")
18
+ - <img src="https://avatars.githubusercontent.com/u/44109284?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Lucas Keller](https://github.com/ljkeller "+3/-0 (#6194 )")
19
+ - <img src="https://avatars.githubusercontent.com/u/72791488?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Aditya Mogili](https://github.com/ADITYA-176 "+1/-1 ()")
20
+ - <img src="https://avatars.githubusercontent.com/u/46135319?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Miroslav Petrov](https://github.com/petrovmiroslav "+1/-1 (#6243 )")
21
+
3
22
  ## [1.6.7](https://github.com/axios/axios/compare/v1.6.6...v1.6.7) (2024-01-25)
4
23
 
5
24
 
@@ -199,13 +199,13 @@ const axios = require('axios/dist/browser/axios.cjs'); // browser commonJS bundl
199
199
  Using jsDelivr CDN (ES5 UMD browser module):
200
200
 
201
201
  ```html
202
- <script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
202
+ <script src="https://cdn.jsdelivr.net/npm/axios@1.6.7/dist/axios.min.js"></script>
203
203
  ```
204
204
 
205
205
  Using unpkg CDN:
206
206
 
207
207
  ```html
208
- <script src="https://unpkg.com/axios@1.1.2/dist/axios.min.js"></script>
208
+ <script src="https://unpkg.com/axios@1.6.7/dist/axios.min.js"></script>
209
209
  ```
210
210
 
211
211
  ## Example
@@ -487,6 +487,9 @@ These are the available config options for making requests. Only the `url` is re
487
487
 
488
488
  // `responseEncoding` indicates encoding to use for decoding responses (Node.js only)
489
489
  // Note: Ignored for `responseType` of 'stream' or client-side requests
490
+ // options are: 'ascii', 'ASCII', 'ansi', 'ANSI', 'binary', 'BINARY', 'base64', 'BASE64', 'base64url',
491
+ // 'BASE64URL', 'hex', 'HEX', 'latin1', 'LATIN1', 'ucs-2', 'UCS-2', 'ucs2', 'UCS2', 'utf-8', 'UTF-8',
492
+ // 'utf8', 'UTF8', 'utf16le', 'UTF16LE'
490
493
  responseEncoding: 'utf8', // default
491
494
 
492
495
  // `xsrfCookieName` is the name of the cookie to use as a value for xsrf token