cdk-comprehend-s3olap 2.0.57 → 2.0.60

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 (33) hide show
  1. package/.gitattributes +1 -0
  2. package/.jsii +3 -3
  3. package/lib/cdk-comprehend-s3olap.js +2 -2
  4. package/lib/comprehend-lambdas.js +2 -2
  5. package/lib/iam-roles.js +4 -4
  6. package/node_modules/aws-sdk/CHANGELOG.md +6 -1
  7. package/node_modules/aws-sdk/README.md +1 -1
  8. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +100 -5
  9. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +190 -182
  10. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +87 -0
  11. package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
  12. package/node_modules/aws-sdk/clients/dms.d.ts +1 -1
  13. package/node_modules/aws-sdk/clients/iot.d.ts +86 -65
  14. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  15. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +3 -3
  16. package/node_modules/aws-sdk/dist/aws-sdk.js +193 -185
  17. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  18. package/node_modules/aws-sdk/lib/core.js +1 -1
  19. package/node_modules/aws-sdk/package.json +1 -1
  20. package/node_modules/object.assign/.eslintrc +3 -1
  21. package/node_modules/object.assign/.nycrc +0 -5
  22. package/node_modules/object.assign/CHANGELOG.md +20 -0
  23. package/node_modules/object.assign/README.md +7 -6
  24. package/node_modules/object.assign/implementation.js +25 -21
  25. package/node_modules/object.assign/package.json +25 -13
  26. package/node_modules/object.assign/test/implementation.js +19 -0
  27. package/node_modules/object.assign/test/tests.js +2 -7
  28. package/node_modules/object.assign/test.html +18458 -0
  29. package/package.json +3 -3
  30. package/node_modules/object.assign/.eslintignore +0 -1
  31. package/node_modules/object.assign/.github/workflows/rebase.yml +0 -15
  32. package/node_modules/object.assign/.github/workflows/require-allow-edits.yml +0 -14
  33. package/node_modules/object.assign/dist/browser.js +0 -865
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1188.0',
23
+ VERSION: '2.1189.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.1188.0",
4
+ "version": "2.1189.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -3,8 +3,10 @@
3
3
 
4
4
  "extends": "@ljharb",
5
5
 
6
+ "ignorePatterns": ["dist/"],
7
+
6
8
  "rules": {
7
- "complexity": [2, 19],
9
+ "eqeqeq": [2, "allow-null"],
8
10
  "id-length": [2, { "min": 1, "max": 30 }],
9
11
  "max-statements": [2, 33],
10
12
  "max-statements-per-line": [2, { "max": 2 }],
@@ -2,13 +2,8 @@
2
2
  "all": true,
3
3
  "check-coverage": false,
4
4
  "reporter": ["text-summary", "text", "html", "json"],
5
- "lines": 86,
6
- "statements": 85.93,
7
- "functions": 82.43,
8
- "branches": 76.06,
9
5
  "exclude": [
10
6
  "coverage",
11
- "operations",
12
7
  "test"
13
8
  ]
14
9
  }
@@ -1,3 +1,23 @@
1
+ 4.1.3 / 2022-08-05
2
+ ==================
3
+ * [Refactor] make steps closer to actual spec
4
+ * [Refactor] simplify object coercible check
5
+ * [readme] remove defunct badges, add coverage and actions badges
6
+ * [eslint] ignore coverage output
7
+ * [meta] use `npmignore` to autogenerate an npmignore file
8
+ * [meta] remove audit-level
9
+ * [Deps] update `call-bind`, `define-properties`, `has-symbols`
10
+ * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `functions-have-names`, `safe-publish-latest`, `ses`, `tape`
11
+ * [actions] use `node/install` instead of `node/run`; use `codecov` action
12
+ * [actions] reuse common workflows
13
+ * [actions] update codecov uploader
14
+ * [Tests] add implementation tests
15
+ * [Tests] use `mock-property`
16
+ * [Tests] disable posttest pending `aud` handling `file:` deps
17
+ * [Tests] migrate remaining tests to Github Actions (#81)
18
+ * [Tests] gitignore coverage output
19
+ * [Tests] test node v1-v9 on Github Actions instead of travis; resume testing all minors (#80)
20
+
1
21
  4.1.2 / 2020-10-30
2
22
  ==================
3
23
  * [Refactor] use extracted `call-bind` instead of full `es-abstract`
@@ -1,6 +1,7 @@
1
- #object.assign <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>
1
+ # object.assign <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>
2
2
 
3
- [![Build Status][travis-svg]][travis-url]
3
+ [![github actions][actions-image]][actions-url]
4
+ [![coverage][codecov-image]][codecov-url]
4
5
  [![dependency status][deps-svg]][deps-url]
5
6
  [![dev dependency status][dev-deps-svg]][dev-deps-url]
6
7
  [![License][license-image]][license-url]
@@ -8,8 +9,6 @@
8
9
 
9
10
  [![npm badge][npm-badge-png]][npm-url]
10
11
 
11
- [![browser support][testling-png]][testling-url]
12
-
13
12
  An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
14
13
 
15
14
  This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign). In an ES6 environment, it will also work properly with `Symbol`s.
@@ -126,10 +125,12 @@ Simply clone the repo, `npm install`, and run `npm test`
126
125
  [deps-url]: https://david-dm.org/ljharb/object.assign
127
126
  [dev-deps-svg]: https://david-dm.org/ljharb/object.assign/dev-status.svg?theme=shields.io
128
127
  [dev-deps-url]: https://david-dm.org/ljharb/object.assign#info=devDependencies
129
- [testling-png]: https://ci.testling.com/ljharb/object.assign.png
130
- [testling-url]: https://ci.testling.com/ljharb/object.assign
131
128
  [npm-badge-png]: https://nodei.co/npm/object.assign.png?downloads=true&stars=true
132
129
  [license-image]: http://img.shields.io/npm/l/object.assign.svg
133
130
  [license-url]: LICENSE
134
131
  [downloads-image]: http://img.shields.io/npm/dm/object.assign.svg
135
132
  [downloads-url]: http://npm-stat.com/charts.html?package=object.assign
133
+ [codecov-image]: https://codecov.io/gh/ljharb/object.assign/branch/main/graphs/badge.svg
134
+ [codecov-url]: https://app.codecov.io/gh/ljharb/object.assign/
135
+ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/object.assign
136
+ [actions-url]: https://github.com/ljharb/object.assign/actions
@@ -1,10 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // modified from https://github.com/es-shims/es6-shim
4
- var keys = require('object-keys');
5
- var canBeObject = function (obj) {
6
- return typeof obj !== 'undefined' && obj !== null;
7
- };
4
+ var objectKeys = require('object-keys');
8
5
  var hasSymbols = require('has-symbols/shams')();
9
6
  var callBound = require('call-bind/callBound');
10
7
  var toObject = Object;
@@ -14,29 +11,36 @@ var originalGetSymbols = hasSymbols ? Object.getOwnPropertySymbols : null;
14
11
 
15
12
  // eslint-disable-next-line no-unused-vars
16
13
  module.exports = function assign(target, source1) {
17
- if (!canBeObject(target)) { throw new TypeError('target must be an object'); }
18
- var objTarget = toObject(target);
19
- var s, source, i, props, syms, value, key;
20
- for (s = 1; s < arguments.length; ++s) {
21
- source = toObject(arguments[s]);
22
- props = keys(source);
14
+ if (target == null) { throw new TypeError('target must be an object'); }
15
+ var to = toObject(target); // step 1
16
+ if (arguments.length === 1) {
17
+ return to; // step 2
18
+ }
19
+ for (var s = 1; s < arguments.length; ++s) {
20
+ var from = toObject(arguments[s]); // step 3.a.i
21
+
22
+ // step 3.a.ii:
23
+ var keys = objectKeys(from);
23
24
  var getSymbols = hasSymbols && (Object.getOwnPropertySymbols || originalGetSymbols);
24
25
  if (getSymbols) {
25
- syms = getSymbols(source);
26
- for (i = 0; i < syms.length; ++i) {
27
- key = syms[i];
28
- if ($propIsEnumerable(source, key)) {
29
- $push(props, key);
26
+ var syms = getSymbols(from);
27
+ for (var j = 0; j < syms.length; ++j) {
28
+ var key = syms[j];
29
+ if ($propIsEnumerable(from, key)) {
30
+ $push(keys, key);
30
31
  }
31
32
  }
32
33
  }
33
- for (i = 0; i < props.length; ++i) {
34
- key = props[i];
35
- value = source[key];
36
- if ($propIsEnumerable(source, key)) {
37
- objTarget[key] = value;
34
+
35
+ // step 3.a.iii:
36
+ for (var i = 0; i < keys.length; ++i) {
37
+ var nextKey = keys[i];
38
+ if ($propIsEnumerable(from, nextKey)) { // step 3.a.iii.2
39
+ var propValue = from[nextKey]; // step 3.a.iii.2.a
40
+ to[nextKey] = propValue; // step 3.a.iii.2.b
38
41
  }
39
42
  }
40
43
  }
41
- return objTarget;
44
+
45
+ return to; // step 4
42
46
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "object.assign",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "author": "Jordan Harband",
5
5
  "funding": {
6
6
  "url": "https://github.com/sponsors/ljharb"
@@ -9,6 +9,7 @@
9
9
  "license": "MIT",
10
10
  "main": "index.js",
11
11
  "scripts": {
12
+ "prepack": "npmignore --auto --commentLines=autogenerated",
12
13
  "pretest": "npm run lint && es-shim-api --bound",
13
14
  "test": "npm run tests-only && npm run test:ses",
14
15
  "posttest": "aud --production",
@@ -19,7 +20,8 @@
19
20
  "test:ses": "node test/ses-compat",
20
21
  "lint": "eslint .",
21
22
  "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
22
- "prepublish": "safe-publish-latest && npm run build"
23
+ "prepublishOnly": "safe-publish-latest && npm run build",
24
+ "prepublish": "not-in-publish || npm run prepublishOnly"
23
25
  },
24
26
  "repository": {
25
27
  "type": "git",
@@ -39,25 +41,28 @@
39
41
  "shim"
40
42
  ],
41
43
  "dependencies": {
42
- "call-bind": "^1.0.0",
43
- "define-properties": "^1.1.3",
44
- "has-symbols": "^1.0.1",
44
+ "call-bind": "^1.0.2",
45
+ "define-properties": "^1.1.4",
46
+ "has-symbols": "^1.0.3",
45
47
  "object-keys": "^1.1.1"
46
48
  },
47
49
  "devDependencies": {
48
- "@es-shims/api": "^2.1.2",
49
- "@ljharb/eslint-config": "^17.2.0",
50
- "aud": "^1.1.2",
50
+ "@es-shims/api": "^2.2.3",
51
+ "@ljharb/eslint-config": "^21.0.0",
52
+ "aud": "^2.0.0",
51
53
  "browserify": "^16.5.2",
52
- "eslint": "^7.12.1",
54
+ "eslint": "=8.8.0",
53
55
  "for-each": "^0.3.3",
54
- "functions-have-names": "^1.2.1",
56
+ "functions-have-names": "^1.2.3",
55
57
  "has": "^1.0.3",
58
+ "has-strict-mode": "^1.0.1",
56
59
  "is": "^3.3.0",
60
+ "mock-property": "^1.0.0",
61
+ "npmignore": "^0.3.0",
57
62
  "nyc": "^10.3.2",
58
- "safe-publish-latest": "^1.1.4",
59
- "ses": "^0.10.4",
60
- "tape": "^5.0.1"
63
+ "safe-publish-latest": "^2.0.0",
64
+ "ses": "^0.11.1",
65
+ "tape": "^5.5.3"
61
66
  },
62
67
  "testling": {
63
68
  "files": "test/index.js",
@@ -79,5 +84,12 @@
79
84
  },
80
85
  "engines": {
81
86
  "node": ">= 0.4"
87
+ },
88
+ "publishConfig": {
89
+ "ignore": [
90
+ ".github/workflows",
91
+ "bower.json",
92
+ "browserShim.js"
93
+ ]
82
94
  }
83
95
  }
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ var implementation = require('../implementation');
4
+ var callBind = require('call-bind');
5
+ var test = require('tape');
6
+ var hasStrictMode = require('has-strict-mode')();
7
+ var runTests = require('./tests');
8
+
9
+ test('as a function', function (t) {
10
+ t.test('bad first arg/receiver', { skip: !hasStrictMode }, function (st) {
11
+ st['throws'](function () { implementation(undefined); }, TypeError, 'undefined is not an object');
12
+ st['throws'](function () { implementation(null); }, TypeError, 'null is not an object');
13
+ st.end();
14
+ });
15
+
16
+ runTests(callBind(implementation, Object), t);
17
+
18
+ t.end();
19
+ });
@@ -3,6 +3,7 @@
3
3
  var hasSymbols = require('has-symbols/shams')();
4
4
  var forEach = require('for-each');
5
5
  var has = require('has');
6
+ var mockProperty = require('mock-property');
6
7
 
7
8
  module.exports = function (assign, t) {
8
9
  t.test('error cases', function (st) {
@@ -160,11 +161,7 @@ module.exports = function (assign, t) {
160
161
  });
161
162
 
162
163
  t.test('does not fail when symbols are not present', { skip: !Object.isFrozen || Object.isFrozen(Object) }, function (st) {
163
- var getSyms;
164
- if (hasSymbols) {
165
- getSyms = Object.getOwnPropertySymbols;
166
- delete Object.getOwnPropertySymbols;
167
- }
164
+ st.teardown(mockProperty(Object, 'getOwnPropertySymbols', { 'delete': true }));
168
165
 
169
166
  var visited = [];
170
167
  var obj = {};
@@ -184,8 +181,6 @@ module.exports = function (assign, t) {
184
181
 
185
182
  if (hasSymbols) {
186
183
  st.equal(target[symbol], Infinity);
187
-
188
- Object.getOwnPropertySymbols = getSyms;
189
184
  }
190
185
  st.end();
191
186
  });