cdk-common 2.0.636 → 2.0.637

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 (21) hide show
  1. package/.jsii +2 -2
  2. package/lib/main.js +1 -1
  3. package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
  4. package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +10 -1
  5. package/node_modules/@types/concat-stream/node_modules/@types/node/events.d.ts +0 -1
  6. package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +136 -136
  7. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
  8. package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +1 -1
  9. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/buffer.d.ts +10 -1
  10. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/http.d.ts +50 -50
  11. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/test.d.ts +1 -1
  12. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  13. package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +10 -1
  14. package/node_modules/@types/form-data/node_modules/@types/node/events.d.ts +0 -1
  15. package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +136 -136
  16. package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
  17. package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +1 -1
  18. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +10 -1
  19. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http.d.ts +50 -50
  20. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/test.d.ts +1 -1
  21. package/package.json +4 -4
@@ -115,32 +115,32 @@ declare module "http" {
115
115
  type OutgoingHttpHeader = number | string | string[];
116
116
  interface OutgoingHttpHeaders extends NodeJS.Dict<OutgoingHttpHeader> {
117
117
  accept?: string | string[] | undefined;
118
- 'accept-charset'?: string | string[] | undefined;
119
- 'accept-encoding'?: string | string[] | undefined;
120
- 'accept-language'?: string | string[] | undefined;
121
- 'accept-ranges'?: string | undefined;
122
- 'access-control-allow-credentials'?: string | undefined;
123
- 'access-control-allow-headers'?: string | undefined;
124
- 'access-control-allow-methods'?: string | undefined;
125
- 'access-control-allow-origin'?: string | undefined;
126
- 'access-control-expose-headers'?: string | undefined;
127
- 'access-control-max-age'?: string | undefined;
128
- 'access-control-request-headers'?: string | undefined;
129
- 'access-control-request-method'?: string | undefined;
118
+ "accept-charset"?: string | string[] | undefined;
119
+ "accept-encoding"?: string | string[] | undefined;
120
+ "accept-language"?: string | string[] | undefined;
121
+ "accept-ranges"?: string | undefined;
122
+ "access-control-allow-credentials"?: string | undefined;
123
+ "access-control-allow-headers"?: string | undefined;
124
+ "access-control-allow-methods"?: string | undefined;
125
+ "access-control-allow-origin"?: string | undefined;
126
+ "access-control-expose-headers"?: string | undefined;
127
+ "access-control-max-age"?: string | undefined;
128
+ "access-control-request-headers"?: string | undefined;
129
+ "access-control-request-method"?: string | undefined;
130
130
  age?: string | undefined;
131
131
  allow?: string | undefined;
132
132
  authorization?: string | undefined;
133
- 'cache-control'?: string | undefined;
134
- 'cdn-cache-control'?: string | undefined;
133
+ "cache-control"?: string | undefined;
134
+ "cdn-cache-control"?: string | undefined;
135
135
  connection?: string | string[] | undefined;
136
- 'content-disposition'?: string | undefined;
137
- 'content-encoding'?: string | undefined;
138
- 'content-language'?: string | undefined;
139
- 'content-length'?: string | number | undefined;
140
- 'content-location'?: string | undefined;
141
- 'content-range'?: string | undefined;
142
- 'content-security-policy'?: string | undefined;
143
- 'content-security-policy-report-only'?: string | undefined;
136
+ "content-disposition"?: string | undefined;
137
+ "content-encoding"?: string | undefined;
138
+ "content-language"?: string | undefined;
139
+ "content-length"?: string | number | undefined;
140
+ "content-location"?: string | undefined;
141
+ "content-range"?: string | undefined;
142
+ "content-security-policy"?: string | undefined;
143
+ "content-security-policy-report-only"?: string | undefined;
144
144
  cookie?: string | string[] | undefined;
145
145
  dav?: string | string[] | undefined;
146
146
  dnt?: string | undefined;
@@ -151,48 +151,48 @@ declare module "http" {
151
151
  forwarded?: string | undefined;
152
152
  from?: string | undefined;
153
153
  host?: string | undefined;
154
- 'if-match'?: string | undefined;
155
- 'if-modified-since'?: string | undefined;
156
- 'if-none-match'?: string | undefined;
157
- 'if-range'?: string | undefined;
158
- 'if-unmodified-since'?: string | undefined;
159
- 'last-modified'?: string | undefined;
154
+ "if-match"?: string | undefined;
155
+ "if-modified-since"?: string | undefined;
156
+ "if-none-match"?: string | undefined;
157
+ "if-range"?: string | undefined;
158
+ "if-unmodified-since"?: string | undefined;
159
+ "last-modified"?: string | undefined;
160
160
  link?: string | string[] | undefined;
161
161
  location?: string | undefined;
162
- 'max-forwards'?: string | undefined;
162
+ "max-forwards"?: string | undefined;
163
163
  origin?: string | undefined;
164
164
  prgama?: string | string[] | undefined;
165
- 'proxy-authenticate'?: string | string[] | undefined;
166
- 'proxy-authorization'?: string | undefined;
167
- 'public-key-pins'?: string | undefined;
168
- 'public-key-pins-report-only'?: string | undefined;
165
+ "proxy-authenticate"?: string | string[] | undefined;
166
+ "proxy-authorization"?: string | undefined;
167
+ "public-key-pins"?: string | undefined;
168
+ "public-key-pins-report-only"?: string | undefined;
169
169
  range?: string | undefined;
170
170
  referer?: string | undefined;
171
- 'referrer-policy'?: string | undefined;
171
+ "referrer-policy"?: string | undefined;
172
172
  refresh?: string | undefined;
173
- 'retry-after'?: string | undefined;
174
- 'sec-websocket-accept'?: string | undefined;
175
- 'sec-websocket-extensions'?: string | string[] | undefined;
176
- 'sec-websocket-key'?: string | undefined;
177
- 'sec-websocket-protocol'?: string | string[] | undefined;
178
- 'sec-websocket-version'?: string | undefined;
173
+ "retry-after"?: string | undefined;
174
+ "sec-websocket-accept"?: string | undefined;
175
+ "sec-websocket-extensions"?: string | string[] | undefined;
176
+ "sec-websocket-key"?: string | undefined;
177
+ "sec-websocket-protocol"?: string | string[] | undefined;
178
+ "sec-websocket-version"?: string | undefined;
179
179
  server?: string | undefined;
180
- 'set-cookie'?: string | string[] | undefined;
181
- 'strict-transport-security'?: string | undefined;
180
+ "set-cookie"?: string | string[] | undefined;
181
+ "strict-transport-security"?: string | undefined;
182
182
  te?: string | undefined;
183
183
  trailer?: string | undefined;
184
- 'transfer-encoding'?: string | undefined;
185
- 'user-agent'?: string | undefined;
184
+ "transfer-encoding"?: string | undefined;
185
+ "user-agent"?: string | undefined;
186
186
  upgrade?: string | undefined;
187
- 'upgrade-insecure-requests'?: string | undefined;
187
+ "upgrade-insecure-requests"?: string | undefined;
188
188
  vary?: string | undefined;
189
189
  via?: string | string[] | undefined;
190
190
  warning?: string | undefined;
191
- 'www-authenticate'?: string | string[] | undefined;
192
- 'x-content-type-options'?: string | undefined;
193
- 'x-dns-prefetch-control'?: string | undefined;
194
- 'x-frame-options'?: string | undefined;
195
- 'x-xss-protection'?: string | undefined;
191
+ "www-authenticate"?: string | string[] | undefined;
192
+ "x-content-type-options"?: string | undefined;
193
+ "x-dns-prefetch-control"?: string | undefined;
194
+ "x-frame-options"?: string | undefined;
195
+ "x-xss-protection"?: string | undefined;
196
196
  }
197
197
  interface ClientRequestArgs {
198
198
  _defaultAgent?: Agent | undefined;
@@ -1378,5 +1378,5 @@ declare module "node:test/reporters" {
1378
1378
  * The `junit` reporter outputs test results in a jUnit XML format
1379
1379
  */
1380
1380
  function junit(source: TestEventGenerator): AsyncGenerator<string, void>;
1381
- export { dot, Spec as spec, tap, junit, TestEvent };
1381
+ export { dot, junit, Spec as spec, tap, TestEvent };
1382
1382
  }
package/package.json CHANGED
@@ -50,12 +50,12 @@
50
50
  "jest": "^27",
51
51
  "jest-junit": "^15",
52
52
  "jsii": "1.x",
53
- "jsii-diff": "^1.89.0",
53
+ "jsii-diff": "^1.90.0",
54
54
  "jsii-docgen": "^3.8.31",
55
- "jsii-pacmak": "^1.89.0",
55
+ "jsii-pacmak": "^1.90.0",
56
56
  "jsii-rosetta": "1.x",
57
57
  "npm-check-updates": "^16",
58
- "projen": "0.73.44",
58
+ "projen": "0.74.4",
59
59
  "standard-version": "^9",
60
60
  "ts-jest": "^27",
61
61
  "typescript": "^4.9"
@@ -87,7 +87,7 @@
87
87
  ],
88
88
  "main": "lib/index.js",
89
89
  "license": "Apache-2.0",
90
- "version": "2.0.636",
90
+ "version": "2.0.637",
91
91
  "jest": {
92
92
  "testMatch": [
93
93
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",