json2jsii
Advanced tools
Comparing version 0.1.106 to 0.1.107
@@ -5,2 +5,4 @@ # Changelog | ||
### 0.1.107 (2020-11-18) | ||
### 0.1.106 (2020-11-18) | ||
@@ -7,0 +9,0 @@ |
@@ -42,6 +42,7 @@ { | ||
"jest": "^26.4.2", | ||
"jest-junit": "^12", | ||
"jsii-srcmak": "^0.1.24", | ||
"json-schema": "^0.2.5", | ||
"prettier": "^2.0.5", | ||
"projen": "^0.3.170", | ||
"projen": "^0.3.172", | ||
"standard-version": "^9.0.0", | ||
@@ -125,3 +126,3 @@ "ts-jest": "^26.1.0", | ||
}, | ||
"version": "0.1.106", | ||
"version": "0.1.107", | ||
"jest": { | ||
@@ -141,2 +142,11 @@ "clearMocks": true, | ||
], | ||
"reporters": [ | ||
"default", | ||
[ | ||
"jest-junit", | ||
{ | ||
"outputDirectory": "test-reports" | ||
} | ||
] | ||
], | ||
"preset": "ts-jest", | ||
@@ -143,0 +153,0 @@ "globals": { |
{ | ||
"version": "0.1.106" | ||
"version": "0.1.107" | ||
} |
83744
12
18