@aws-cdk/aws-service-spec 0.0.10 → 0.0.12

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.
package/.jsiidiffignore CHANGED
@@ -64,3 +64,6 @@ removed:aws-cdk-lib.aws_ec2.CfnNetworkInterfaceProps.enablePrimaryIpv6
64
64
  weakened:aws-cdk-lib.aws_events.CfnRule.RedshiftDataParametersProperty
65
65
  weakened:aws-cdk-lib.aws_ivs.CfnRecordingConfiguration.DestinationConfigurationProperty
66
66
  weakened:aws-cdk-lib.aws_ivs.CfnRecordingConfiguration.ThumbnailConfigurationProperty
67
+
68
+ # Property was previously required but could be an empty object, now the prop is optional
69
+ changed-type:aws-cdk-lib.aws_events.CfnConnection.authParameters
package/db.json.gz CHANGED
Binary file
package/package.json CHANGED
@@ -24,8 +24,8 @@
24
24
  "@aws-cdk/service-spec-build": "^0.0.0",
25
25
  "@types/jest": "^29.5.4",
26
26
  "@types/node": "^16",
27
- "@typescript-eslint/eslint-plugin": "^5",
28
- "@typescript-eslint/parser": "^5",
27
+ "@typescript-eslint/eslint-plugin": "^6",
28
+ "@typescript-eslint/parser": "^6",
29
29
  "eslint": "^8",
30
30
  "eslint-config-prettier": "^8.10.0",
31
31
  "eslint-import-resolver-node": "^0.3.9",
@@ -36,13 +36,13 @@
36
36
  "jest-junit": "^15",
37
37
  "npm-check-updates": "^16",
38
38
  "prettier": "^2.8.8",
39
- "projen": "^0.72.23",
39
+ "projen": "^0.73.11",
40
40
  "source-map-support": "^0.5.21",
41
41
  "ts-jest": "^29.1.1",
42
42
  "typescript": "^5.2.2"
43
43
  },
44
44
  "dependencies": {
45
- "@aws-cdk/service-spec-types": "^0.0.10",
45
+ "@aws-cdk/service-spec-types": "^0.0.12",
46
46
  "@cdklabs/tskb": "^0.0.1"
47
47
  },
48
48
  "main": "lib/index.js",
@@ -50,7 +50,7 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "version": "0.0.10",
53
+ "version": "0.0.12",
54
54
  "jest": {
55
55
  "testMatch": [
56
56
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",