cdk-comprehend-s3olap 2.0.149 → 2.0.151

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.
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1374.0',
23
+ VERSION: '2.1376.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.1374.0",
4
+ "version": "2.1376.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -305,7 +305,7 @@ TSGenerator.prototype.generateTypingsFromShape = function generateTypingsFromSha
305
305
  // each member is an individual event type, so each must be optional
306
306
  return member + '?:' + shape.members[member].shape;
307
307
  });
308
- return code += tabs(tabCount) + 'export type ' + shapeKey + ' = EventStream<{' + events.join(',') + '}>;\n';
308
+ return code += tabs(tabCount) + 'export type ' + shapeKey + ' = EventStream<{' + events.join(',') + '}>;\n';
309
309
  }
310
310
  if (type === 'structure') {
311
311
  if (shape.isDocument) {
@@ -614,10 +614,6 @@ TSGenerator.prototype.processServiceModel = function processServiceModel(service
614
614
  });
615
615
  shapeKeys.forEach(function (shapeKey) {
616
616
  var modelShape = modelShapes[shapeKey];
617
- // ignore exceptions
618
- if (modelShape.exception) {
619
- return;
620
- }
621
617
  code += self.generateTypingsFromShape(model, shapeKey, modelShape, 1, customClassNames);
622
618
  });
623
619
  //add extra dependencies like 'streaming'
package/package.json CHANGED
@@ -43,7 +43,7 @@
43
43
  "@types/node": "^16",
44
44
  "@typescript-eslint/eslint-plugin": "^5",
45
45
  "@typescript-eslint/parser": "^5",
46
- "aws-cdk-lib": "^2.78.0",
46
+ "aws-cdk-lib": "^2.79.0",
47
47
  "constructs": "^10.0.5",
48
48
  "esbuild": "^0.17.18",
49
49
  "eslint": "^8",
@@ -53,11 +53,11 @@
53
53
  "jest": "^27",
54
54
  "jest-junit": "^15",
55
55
  "jsii": "1.x",
56
- "jsii-diff": "^1.80.0",
56
+ "jsii-diff": "^1.81.0",
57
57
  "jsii-docgen": "^1.8.110",
58
- "jsii-pacmak": "^1.80.0",
58
+ "jsii-pacmak": "^1.81.0",
59
59
  "npm-check-updates": "^16",
60
- "projen": "^0.71.46",
60
+ "projen": "^0.71.49",
61
61
  "standard-version": "^9",
62
62
  "ts-jest": "^27",
63
63
  "typescript": "^4.9.5"
@@ -67,8 +67,8 @@
67
67
  "constructs": "^10.0.5"
68
68
  },
69
69
  "dependencies": {
70
- "aws-cdk-lib": "^2.78.0",
71
- "aws-sdk": "^2.1374.0",
70
+ "aws-cdk-lib": "^2.79.0",
71
+ "aws-sdk": "^2.1376.0",
72
72
  "constructs": "^10.0.5",
73
73
  "esbuild": "^0.17.18"
74
74
  },
@@ -95,7 +95,7 @@
95
95
  ],
96
96
  "main": "lib/index.js",
97
97
  "license": "Apache-2.0",
98
- "version": "2.0.149",
98
+ "version": "2.0.151",
99
99
  "jest": {
100
100
  "testMatch": [
101
101
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",