cdk-comprehend-s3olap 2.0.216 → 2.0.218

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 (48) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  6. package/node_modules/@esbuild/linux-x64/package.json +1 -1
  7. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +3 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +294 -278
  11. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +39 -18
  12. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +8 -4
  13. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +19 -3
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +854 -54
  15. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
  16. package/node_modules/aws-sdk/apis/snowball-2016-06-30.examples.json +26 -0
  17. package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +113 -55
  18. package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +5 -0
  19. package/node_modules/aws-sdk/clients/codeartifact.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/codegurusecurity.d.ts +3 -3
  21. package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/docdb.d.ts +5 -1
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -0
  24. package/node_modules/aws-sdk/clients/glue.d.ts +1 -1
  25. package/node_modules/aws-sdk/clients/ivs.d.ts +33 -1
  26. package/node_modules/aws-sdk/clients/lakeformation.d.ts +14 -6
  27. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1035 -33
  28. package/node_modules/aws-sdk/clients/m2.d.ts +14 -4
  29. package/node_modules/aws-sdk/clients/snowball.d.ts +101 -9
  30. package/node_modules/aws-sdk/clients/translate.d.ts +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +59 -80
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +126 -168
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +297 -281
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/node_modules/esbuild/bin/esbuild +1 -1
  38. package/node_modules/esbuild/lib/main.d.ts +1 -1
  39. package/node_modules/esbuild/lib/main.js +8 -8
  40. package/node_modules/esbuild/package.json +23 -23
  41. package/node_modules/is-typed-array/CHANGELOG.md +14 -0
  42. package/node_modules/is-typed-array/index.js +2 -55
  43. package/node_modules/is-typed-array/package.json +8 -10
  44. package/node_modules/which-typed-array/CHANGELOG.md +7 -0
  45. package/node_modules/which-typed-array/index.js +55 -22
  46. package/node_modules/which-typed-array/package.json +3 -4
  47. package/node_modules/which-typed-array/test/index.js +1 -1
  48. package/package.json +7 -7
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1415.0',
23
+ VERSION: '2.1417.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1415.0",
4
+ "version": "2.1417.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -199,7 +199,7 @@ for your current platform.`);
199
199
  "node_modules",
200
200
  ".cache",
201
201
  "esbuild",
202
- `pnpapi-${pkg.replace("/", "-")}-${"0.18.13"}-${path.basename(subpath)}`
202
+ `pnpapi-${pkg.replace("/", "-")}-${"0.18.14"}-${path.basename(subpath)}`
203
203
  );
204
204
  if (!fs.existsSync(binTargetPath)) {
205
205
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -1,6 +1,6 @@
1
1
  export type Platform = 'browser' | 'node' | 'neutral'
2
2
  export type Format = 'iife' | 'cjs' | 'esm'
3
- export type Loader = 'base64' | 'binary' | 'copy' | 'css' | 'dataurl' | 'default' | 'empty' | 'file' | 'js' | 'json' | 'jsx' | 'text' | 'ts' | 'tsx'
3
+ export type Loader = 'base64' | 'binary' | 'copy' | 'css' | 'dataurl' | 'default' | 'empty' | 'file' | 'js' | 'json' | 'jsx' | 'local-css' | 'text' | 'ts' | 'tsx'
4
4
  export type LogLevel = 'verbose' | 'debug' | 'info' | 'warning' | 'error' | 'silent'
5
5
  export type Charset = 'ascii' | 'utf8'
6
6
  export type Drop = 'console' | 'debugger'
@@ -745,8 +745,8 @@ function createChannel(streamIn) {
745
745
  if (isFirstPacket) {
746
746
  isFirstPacket = false;
747
747
  let binaryVersion = String.fromCharCode(...bytes);
748
- if (binaryVersion !== "0.18.13") {
749
- throw new Error(`Cannot start service: Host version "${"0.18.13"}" does not match binary version ${quote(binaryVersion)}`);
748
+ if (binaryVersion !== "0.18.14") {
749
+ throw new Error(`Cannot start service: Host version "${"0.18.14"}" does not match binary version ${quote(binaryVersion)}`);
750
750
  }
751
751
  return;
752
752
  }
@@ -1915,7 +1915,7 @@ for your current platform.`);
1915
1915
  "node_modules",
1916
1916
  ".cache",
1917
1917
  "esbuild",
1918
- `pnpapi-${pkg.replace("/", "-")}-${"0.18.13"}-${path.basename(subpath)}`
1918
+ `pnpapi-${pkg.replace("/", "-")}-${"0.18.14"}-${path.basename(subpath)}`
1919
1919
  );
1920
1920
  if (!fs.existsSync(binTargetPath)) {
1921
1921
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
@@ -1950,7 +1950,7 @@ if (process.env.ESBUILD_WORKER_THREADS !== "0") {
1950
1950
  }
1951
1951
  }
1952
1952
  var _a;
1953
- var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.18.13";
1953
+ var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.18.14";
1954
1954
  var esbuildCommandAndArgs = () => {
1955
1955
  if ((!ESBUILD_BINARY_PATH || false) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
1956
1956
  throw new Error(
@@ -2017,7 +2017,7 @@ var fsAsync = {
2017
2017
  }
2018
2018
  }
2019
2019
  };
2020
- var version = "0.18.13";
2020
+ var version = "0.18.14";
2021
2021
  var build = (options) => ensureServiceIsRunning().build(options);
2022
2022
  var context = (buildOptions) => ensureServiceIsRunning().context(buildOptions);
2023
2023
  var transform = (input, options) => ensureServiceIsRunning().transform(input, options);
@@ -2127,7 +2127,7 @@ var ensureServiceIsRunning = () => {
2127
2127
  if (longLivedService)
2128
2128
  return longLivedService;
2129
2129
  let [command, args] = esbuildCommandAndArgs();
2130
- let child = child_process.spawn(command, args.concat(`--service=${"0.18.13"}`, "--ping"), {
2130
+ let child = child_process.spawn(command, args.concat(`--service=${"0.18.14"}`, "--ping"), {
2131
2131
  windowsHide: true,
2132
2132
  stdio: ["pipe", "pipe", "inherit"],
2133
2133
  cwd: defaultWD
@@ -2227,7 +2227,7 @@ var runServiceSync = (callback) => {
2227
2227
  esbuild: node_exports
2228
2228
  });
2229
2229
  callback(service);
2230
- let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.18.13"}`), {
2230
+ let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.18.14"}`), {
2231
2231
  cwd: defaultWD,
2232
2232
  windowsHide: true,
2233
2233
  input: stdin,
@@ -2247,7 +2247,7 @@ var workerThreadService = null;
2247
2247
  var startWorkerThreadService = (worker_threads2) => {
2248
2248
  let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
2249
2249
  let worker = new worker_threads2.Worker(__filename, {
2250
- workerData: { workerPort, defaultWD, esbuildVersion: "0.18.13" },
2250
+ workerData: { workerPort, defaultWD, esbuildVersion: "0.18.14" },
2251
2251
  transferList: [workerPort],
2252
2252
  // From node's documentation: https://nodejs.org/api/worker_threads.html
2253
2253
  //
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esbuild",
3
- "version": "0.18.13",
3
+ "version": "0.18.14",
4
4
  "description": "An extremely fast JavaScript and CSS bundler and minifier.",
5
5
  "repository": "https://github.com/evanw/esbuild",
6
6
  "scripts": {
@@ -15,28 +15,28 @@
15
15
  "esbuild": "bin/esbuild"
16
16
  },
17
17
  "optionalDependencies": {
18
- "@esbuild/android-arm": "0.18.13",
19
- "@esbuild/android-arm64": "0.18.13",
20
- "@esbuild/android-x64": "0.18.13",
21
- "@esbuild/darwin-arm64": "0.18.13",
22
- "@esbuild/darwin-x64": "0.18.13",
23
- "@esbuild/freebsd-arm64": "0.18.13",
24
- "@esbuild/freebsd-x64": "0.18.13",
25
- "@esbuild/linux-arm": "0.18.13",
26
- "@esbuild/linux-arm64": "0.18.13",
27
- "@esbuild/linux-ia32": "0.18.13",
28
- "@esbuild/linux-loong64": "0.18.13",
29
- "@esbuild/linux-mips64el": "0.18.13",
30
- "@esbuild/linux-ppc64": "0.18.13",
31
- "@esbuild/linux-riscv64": "0.18.13",
32
- "@esbuild/linux-s390x": "0.18.13",
33
- "@esbuild/linux-x64": "0.18.13",
34
- "@esbuild/netbsd-x64": "0.18.13",
35
- "@esbuild/openbsd-x64": "0.18.13",
36
- "@esbuild/sunos-x64": "0.18.13",
37
- "@esbuild/win32-arm64": "0.18.13",
38
- "@esbuild/win32-ia32": "0.18.13",
39
- "@esbuild/win32-x64": "0.18.13"
18
+ "@esbuild/android-arm": "0.18.14",
19
+ "@esbuild/android-arm64": "0.18.14",
20
+ "@esbuild/android-x64": "0.18.14",
21
+ "@esbuild/darwin-arm64": "0.18.14",
22
+ "@esbuild/darwin-x64": "0.18.14",
23
+ "@esbuild/freebsd-arm64": "0.18.14",
24
+ "@esbuild/freebsd-x64": "0.18.14",
25
+ "@esbuild/linux-arm": "0.18.14",
26
+ "@esbuild/linux-arm64": "0.18.14",
27
+ "@esbuild/linux-ia32": "0.18.14",
28
+ "@esbuild/linux-loong64": "0.18.14",
29
+ "@esbuild/linux-mips64el": "0.18.14",
30
+ "@esbuild/linux-ppc64": "0.18.14",
31
+ "@esbuild/linux-riscv64": "0.18.14",
32
+ "@esbuild/linux-s390x": "0.18.14",
33
+ "@esbuild/linux-x64": "0.18.14",
34
+ "@esbuild/netbsd-x64": "0.18.14",
35
+ "@esbuild/openbsd-x64": "0.18.14",
36
+ "@esbuild/sunos-x64": "0.18.14",
37
+ "@esbuild/win32-arm64": "0.18.14",
38
+ "@esbuild/win32-ia32": "0.18.14",
39
+ "@esbuild/win32-x64": "0.18.14"
40
40
  },
41
41
  "license": "MIT"
42
42
  }
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.1.12](https://github.com/inspect-js/is-typed-array/compare/v1.1.11...v1.1.12) - 2023-07-17
9
+
10
+ ### Commits
11
+
12
+ - [Refactor] use `which-typed-array` for all internals [`7619405`](https://github.com/inspect-js/is-typed-array/commit/761940532de595f6721fed101b02814dcfa7fe4e)
13
+
14
+ ## [v1.1.11](https://github.com/inspect-js/is-typed-array/compare/v1.1.10...v1.1.11) - 2023-07-17
15
+
16
+ ### Commits
17
+
18
+ - [Fix] `node < v0.6` lacks proper Object toString behavior [`c94b90d`](https://github.com/inspect-js/is-typed-array/commit/c94b90dc6bc457783d6f8cc208415a49da0933b7)
19
+ - [Robustness] use `call-bind` [`573b00b`](https://github.com/inspect-js/is-typed-array/commit/573b00b8deec42ac1ac262415e442ea0b7e1c96b)
20
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` [`c88c2d4`](https://github.com/inspect-js/is-typed-array/commit/c88c2d479976110478fa4038fe8921251c06a163)
21
+
8
22
  ## [v1.1.10](https://github.com/inspect-js/is-typed-array/compare/v1.1.9...v1.1.10) - 2022-11-02
9
23
 
10
24
  ### Commits
@@ -1,60 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var forEach = require('for-each');
4
- var availableTypedArrays = require('available-typed-arrays');
5
- var callBound = require('call-bind/callBound');
6
-
7
- var $toString = callBound('Object.prototype.toString');
8
- var hasToStringTag = require('has-tostringtag/shams')();
9
- var gOPD = require('gopd');
10
-
11
- var g = typeof globalThis === 'undefined' ? global : globalThis;
12
- var typedArrays = availableTypedArrays();
13
-
14
- var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) {
15
- for (var i = 0; i < array.length; i += 1) {
16
- if (array[i] === value) {
17
- return i;
18
- }
19
- }
20
- return -1;
21
- };
22
- var $slice = callBound('String.prototype.slice');
23
- var toStrTags = {};
24
- var getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');
25
- if (hasToStringTag && gOPD && getPrototypeOf) {
26
- forEach(typedArrays, function (typedArray) {
27
- var arr = new g[typedArray]();
28
- if (Symbol.toStringTag in arr) {
29
- var proto = getPrototypeOf(arr);
30
- var descriptor = gOPD(proto, Symbol.toStringTag);
31
- if (!descriptor) {
32
- var superProto = getPrototypeOf(proto);
33
- descriptor = gOPD(superProto, Symbol.toStringTag);
34
- }
35
- toStrTags[typedArray] = descriptor.get;
36
- }
37
- });
38
- }
39
-
40
- var tryTypedArrays = function tryAllTypedArrays(value) {
41
- var anyTrue = false;
42
- forEach(toStrTags, function (getter, typedArray) {
43
- if (!anyTrue) {
44
- try {
45
- anyTrue = getter.call(value) === typedArray;
46
- } catch (e) { /**/ }
47
- }
48
- });
49
- return anyTrue;
50
- };
3
+ var whichTypedArray = require('which-typed-array');
51
4
 
52
5
  module.exports = function isTypedArray(value) {
53
- if (!value || typeof value !== 'object') { return false; }
54
- if (!hasToStringTag || !(Symbol.toStringTag in value)) {
55
- var tag = $slice($toString(value), 8, -1);
56
- return $indexOf(typedArrays, tag) > -1;
57
- }
58
- if (!gOPD) { return false; }
59
- return tryTypedArrays(value);
6
+ return !!whichTypedArray(value);
60
7
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "is-typed-array",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "author": {
5
5
  "name": "Jordan Harband",
6
6
  "email": "ljharb@gmail.com",
@@ -58,27 +58,25 @@
58
58
  "@@toStringTag"
59
59
  ],
60
60
  "dependencies": {
61
- "available-typed-arrays": "^1.0.5",
62
- "call-bind": "^1.0.2",
63
- "for-each": "^0.3.3",
64
- "gopd": "^1.0.1",
65
- "has-tostringtag": "^1.0.0"
61
+ "which-typed-array": "^1.1.11"
66
62
  },
67
63
  "devDependencies": {
68
- "@ljharb/eslint-config": "^21.0.0",
69
- "aud": "^2.0.1",
64
+ "@ljharb/eslint-config": "^21.1.0",
65
+ "aud": "^2.0.3",
70
66
  "auto-changelog": "^2.4.0",
71
67
  "eslint": "=8.8.0",
72
68
  "evalmd": "^0.0.19",
69
+ "for-each": "^0.3.3",
70
+ "has-tostringtag": "^1.0.0",
73
71
  "in-publish": "^2.0.1",
74
72
  "is-callable": "^1.2.7",
75
73
  "make-arrow-function": "^1.2.0",
76
74
  "make-generator-function": "^2.0.0",
77
75
  "npmignore": "^0.3.0",
78
76
  "nyc": "^10.3.2",
79
- "object-inspect": "^1.12.2",
77
+ "object-inspect": "^1.12.3",
80
78
  "safe-publish-latest": "^2.0.0",
81
- "tape": "^5.6.1"
79
+ "tape": "^5.6.5"
82
80
  },
83
81
  "testling": {
84
82
  "files": "test/index.js",
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.1.11](https://github.com/inspect-js/which-typed-array/compare/v1.1.10...v1.1.11) - 2023-07-17
9
+
10
+ ### Commits
11
+
12
+ - [Fix] `node &lt; v0.6` lacks proper Object toString behavior [`b8fd654`](https://github.com/inspect-js/which-typed-array/commit/b8fd65479c0bd18385378cfae79750ebf7cb6ee7)
13
+ - [Dev Deps] update `tape` [`e1734c9`](https://github.com/inspect-js/which-typed-array/commit/e1734c99d79880ab11efa55220498a7a1e887834)
14
+
8
15
  ## [v1.1.10](https://github.com/inspect-js/which-typed-array/compare/v1.1.9...v1.1.10) - 2023-07-10
9
16
 
10
17
  ### Commits
@@ -13,44 +13,77 @@ var g = typeof globalThis === 'undefined' ? global : globalThis;
13
13
  var typedArrays = availableTypedArrays();
14
14
 
15
15
  var $slice = callBound('String.prototype.slice');
16
- var toStrTags = { __proto__: null };
17
16
  var getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');
17
+
18
+ var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) {
19
+ for (var i = 0; i < array.length; i += 1) {
20
+ if (array[i] === value) {
21
+ return i;
22
+ }
23
+ }
24
+ return -1;
25
+ };
26
+ var cache = { __proto__: null };
18
27
  if (hasToStringTag && gOPD && getPrototypeOf) {
19
28
  forEach(typedArrays, function (typedArray) {
20
- if (typeof g[typedArray] === 'function') {
21
- var arr = new g[typedArray]();
22
- if (Symbol.toStringTag in arr) {
23
- var proto = getPrototypeOf(arr);
24
- var descriptor = gOPD(proto, Symbol.toStringTag);
25
- if (!descriptor) {
26
- var superProto = getPrototypeOf(proto);
27
- descriptor = gOPD(superProto, Symbol.toStringTag);
28
- }
29
- toStrTags[typedArray] = callBind(descriptor.get);
29
+ var arr = new g[typedArray]();
30
+ if (Symbol.toStringTag in arr) {
31
+ var proto = getPrototypeOf(arr);
32
+ var descriptor = gOPD(proto, Symbol.toStringTag);
33
+ if (!descriptor) {
34
+ var superProto = getPrototypeOf(proto);
35
+ descriptor = gOPD(superProto, Symbol.toStringTag);
30
36
  }
37
+ cache['$' + typedArray] = callBind(descriptor.get);
31
38
  }
32
39
  });
40
+ } else {
41
+ forEach(typedArrays, function (typedArray) {
42
+ var arr = new g[typedArray]();
43
+ cache['$' + typedArray] = callBind(arr.slice);
44
+ });
33
45
  }
34
46
 
35
47
  var tryTypedArrays = function tryAllTypedArrays(value) {
36
- var foundName = false;
37
- forEach(toStrTags, function (getter, typedArray) {
38
- if (!foundName) {
48
+ var found = false;
49
+ forEach(cache, function (getter, typedArray) {
50
+ if (!found) {
39
51
  try {
40
- var name = getter(value);
41
- if (name === typedArray) {
42
- foundName = name;
52
+ if ('$' + getter(value) === typedArray) {
53
+ found = $slice(typedArray, 1);
43
54
  }
44
- } catch (e) {}
55
+ } catch (e) { /**/ }
45
56
  }
46
57
  });
47
- return foundName;
58
+ return found;
48
59
  };
49
60
 
50
- var isTypedArray = require('is-typed-array');
61
+ var trySlices = function tryAllSlices(value) {
62
+ var found = false;
63
+ forEach(cache, function (getter, name) {
64
+ if (!found) {
65
+ try {
66
+ getter(value);
67
+ found = $slice(name, 1);
68
+ } catch (e) { /**/ }
69
+ }
70
+ });
71
+ return found;
72
+ };
51
73
 
52
74
  module.exports = function whichTypedArray(value) {
53
- if (!isTypedArray(value)) { return false; }
54
- if (!hasToStringTag || !(Symbol.toStringTag in value)) { return $slice($toString(value), 8, -1); }
75
+ if (!value || typeof value !== 'object') { return false; }
76
+ if (!hasToStringTag) {
77
+ var tag = $slice($toString(value), 8, -1);
78
+ if ($indexOf(typedArrays, tag) > -1) {
79
+ return tag;
80
+ }
81
+ if (tag !== 'Object') {
82
+ return false;
83
+ }
84
+ // node < 0.6 hits here on real Typed Arrays
85
+ return trySlices(value);
86
+ }
87
+ if (!gOPD) { return null; } // unknown engine
55
88
  return tryTypedArrays(value);
56
89
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "which-typed-array",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "author": {
5
5
  "name": "Jordan Harband",
6
6
  "email": "ljharb@gmail.com",
@@ -62,8 +62,7 @@
62
62
  "call-bind": "^1.0.2",
63
63
  "for-each": "^0.3.3",
64
64
  "gopd": "^1.0.1",
65
- "has-tostringtag": "^1.0.0",
66
- "is-typed-array": "^1.1.10"
65
+ "has-tostringtag": "^1.0.0"
67
66
  },
68
67
  "devDependencies": {
69
68
  "@ljharb/eslint-config": "^21.1.0",
@@ -77,7 +76,7 @@
77
76
  "npmignore": "^0.3.0",
78
77
  "nyc": "^10.3.2",
79
78
  "safe-publish-latest": "^2.0.0",
80
- "tape": "^5.6.4"
79
+ "tape": "^5.6.5"
81
80
  },
82
81
  "testling": {
83
82
  "files": "test/index.js",
@@ -90,7 +90,7 @@ test('Typed Arrays', function (t) {
90
90
  var TypedArray = global[typedArray];
91
91
  if (isCallable(TypedArray)) {
92
92
  var arr = new TypedArray(10);
93
- t.equal(typedArray, whichTypedArray(arr), 'new ' + typedArray + '(10) is typed array of type ' + typedArray);
93
+ t.equal(whichTypedArray(arr), typedArray, 'new ' + typedArray + '(10) is typed array of type ' + typedArray);
94
94
  } else {
95
95
  t.comment('# SKIP ' + typedArray + ' is not supported');
96
96
  }
package/package.json CHANGED
@@ -45,7 +45,7 @@
45
45
  "@typescript-eslint/parser": "^5",
46
46
  "aws-cdk-lib": "^2.87.0",
47
47
  "constructs": "^10.0.5",
48
- "esbuild": "^0.18.13",
48
+ "esbuild": "^0.18.14",
49
49
  "eslint": "^8",
50
50
  "eslint-import-resolver-node": "^0.3.7",
51
51
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -53,12 +53,12 @@
53
53
  "jest": "^27",
54
54
  "jest-junit": "^15",
55
55
  "jsii": "1.x",
56
- "jsii-diff": "^1.84.0",
56
+ "jsii-diff": "^1.85.0",
57
57
  "jsii-docgen": "^1.8.110",
58
- "jsii-pacmak": "^1.84.0",
58
+ "jsii-pacmak": "^1.85.0",
59
59
  "jsii-rosetta": "1.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.71.138",
61
+ "projen": "^0.71.142",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^27",
64
64
  "typescript": "^4.9.5"
@@ -69,9 +69,9 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "aws-cdk-lib": "^2.87.0",
72
- "aws-sdk": "^2.1415.0",
72
+ "aws-sdk": "^2.1417.0",
73
73
  "constructs": "^10.0.5",
74
- "esbuild": "^0.18.13"
74
+ "esbuild": "^0.18.14"
75
75
  },
76
76
  "bundledDependencies": [
77
77
  "aws-sdk",
@@ -96,7 +96,7 @@
96
96
  ],
97
97
  "main": "lib/index.js",
98
98
  "license": "Apache-2.0",
99
- "version": "2.0.216",
99
+ "version": "2.0.218",
100
100
  "jest": {
101
101
  "testMatch": [
102
102
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",