Skip to content

Commit

Permalink
bump to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang committed Sep 18, 2020
2 parents 6af1ac0 + 5daca63 commit c3c9e89
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 426 deletions.
34 changes: 20 additions & 14 deletions .jsii
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
]
},
"dependencies": {
"@aws-cdk/aws-greengrass": "1.62.0",
"@aws-cdk/aws-iam": "1.62.0",
"@aws-cdk/aws-iot": "1.62.0",
"@aws-cdk/aws-lambda": "1.62.0",
"@aws-cdk/core": "1.62.0",
"@aws-cdk/aws-greengrass": "1.63.0",
"@aws-cdk/aws-iam": "1.63.0",
"@aws-cdk/aws-iot": "1.63.0",
"@aws-cdk/aws-lambda": "1.63.0",
"@aws-cdk/core": "1.63.0",
"constructs": "^3.0.4"
},
"dependencyClosure": {
Expand Down Expand Up @@ -621,6 +621,12 @@
"python": {
"distName": "cdk-greengrass",
"module": "cdk_greengrass"
},
"tsc": {
"exclude": [
"node_modules",
"examples"
]
}
},
"types": {
Expand Down Expand Up @@ -2484,7 +2490,7 @@
{
"locationInModule": {
"filename": "lib/group.ts",
"line": 105
"line": 106
},
"name": "cloneToNew",
"parameters": [
Expand Down Expand Up @@ -2547,7 +2553,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/group.ts",
"line": 138
"line": 139
},
"name": "connectorDefinitionVersionArn",
"optional": true,
Expand All @@ -2559,7 +2565,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/group.ts",
"line": 137
"line": 138
},
"name": "deviceDefinitionVersionArn",
"optional": true,
Expand All @@ -2571,7 +2577,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/group.ts",
"line": 133
"line": 134
},
"name": "functionDefinitionVersionArn",
"optional": true,
Expand All @@ -2583,7 +2589,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/group.ts",
"line": 135
"line": 136
},
"name": "loggerDefinitionVersionArn",
"optional": true,
Expand All @@ -2595,7 +2601,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/group.ts",
"line": 136
"line": 137
},
"name": "resourceDefinitionVersionArn",
"optional": true,
Expand All @@ -2619,7 +2625,7 @@
"immutable": true,
"locationInModule": {
"filename": "lib/group.ts",
"line": 134
"line": 135
},
"name": "subscriptionDefinitionVersionArn",
"optional": true,
Expand Down Expand Up @@ -5068,6 +5074,6 @@
]
}
},
"version": "0.3.11",
"fingerprint": "pjuWGGsRxwkTEMRjrLeZcx5bUqy/lYkmxA/kU48VUnw="
"version": "0.63.0",
"fingerprint": "Eq4O0x4bHRXAfFLLtYeK7NCqd3z+54VvJasnG9D/fFg="
}
Loading

0 comments on commit c3c9e89

Please sign in to comment.