cdk-remote-stack
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -54,3 +54,3 @@ "use strict"; | ||
_a = JSII_RTTI_SYMBOL_1; | ||
RemoteOutputs[_a] = { fqn: "cdk-remote-stack.RemoteOutputs", version: "2.0.2" }; | ||
RemoteOutputs[_a] = { fqn: "cdk-remote-stack.RemoteOutputs", version: "2.0.3" }; | ||
/** | ||
@@ -110,3 +110,3 @@ * Represents the RemoteParameters of the remote CDK stack. | ||
_b = JSII_RTTI_SYMBOL_1; | ||
RemoteParameters[_b] = { fqn: "cdk-remote-stack.RemoteParameters", version: "2.0.2" }; | ||
RemoteParameters[_b] = { fqn: "cdk-remote-stack.RemoteParameters", version: "2.0.3" }; | ||
function randomString() { | ||
@@ -113,0 +113,0 @@ // Crazy |
@@ -22,2 +22,3 @@ { | ||
"release": "npx projen release", | ||
"release:cdkv1": "npx projen release:cdkv1", | ||
"test": "npx projen test", | ||
@@ -38,3 +39,2 @@ "test:update": "npx projen test:update", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^2.1.0", | ||
"@types/jest": "^26.0.24", | ||
@@ -58,3 +58,3 @@ "@types/node": "^14.17.0", | ||
"npm-check-updates": "^11", | ||
"projen": "^0.40.0", | ||
"projen": "^0.40.1", | ||
"standard-version": "^9", | ||
@@ -79,3 +79,3 @@ "ts-jest": "^26.5.6", | ||
"license": "Apache-2.0", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"jest": { | ||
@@ -82,0 +82,0 @@ "testMatch": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
244982
22