@awsui/test-utils-converter
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -60,3 +60,3 @@ "use strict"; | ||
var _a; | ||
return (_a = core_1.transformSync(source, { | ||
return (_a = (0, core_1.transformSync)(source, { | ||
babelrc: false, | ||
@@ -63,0 +63,0 @@ configFile: false, |
@@ -16,3 +16,3 @@ { | ||
"ts-jest": { | ||
"tsConfig": "test/tsconfig.json" | ||
"tsconfig": "test/tsconfig.json" | ||
} | ||
@@ -23,5 +23,5 @@ } | ||
"name": "@awsui/test-utils-converter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/aws/awsui-documentation" | ||
} |
15013