@atlaskit/in-product-testing
Advanced tools
Comparing version 0.1.0 to 0.1.1
# @af/in-product-testing | ||
## 0.1.1 | ||
### Patch Changes | ||
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4 | ||
## 0.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -6,6 +6,6 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "InProductTestPageObject", { | ||
Object.defineProperty(exports, "InProductTestCase", { | ||
enumerable: true, | ||
get: function get() { | ||
return _basePageObject.InProductTestPageObject; | ||
return _baseTestCase.InProductTestCase; | ||
} | ||
@@ -19,6 +19,6 @@ }); | ||
}); | ||
Object.defineProperty(exports, "InProductTestCase", { | ||
Object.defineProperty(exports, "InProductTestPageObject", { | ||
enumerable: true, | ||
get: function get() { | ||
return _baseTestCase.InProductTestCase; | ||
return _basePageObject.InProductTestPageObject; | ||
} | ||
@@ -25,0 +25,0 @@ }); |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Atlassian Pty Ltd", | ||
@@ -10,3 +10,3 @@ "license": "Apache-2.0", | ||
"atlassian": { | ||
"team": "Editor Media", | ||
"team": "Linking Platform", | ||
"inPublicMirror": false, | ||
@@ -32,3 +32,2 @@ "releaseModel": "continuous", | ||
"devDependencies": { | ||
"@atlaskit/build-utils": "*", | ||
"@atlaskit/docs": "*", | ||
@@ -39,3 +38,3 @@ "@atlaskit/ssr": "*", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0", | ||
"typescript": "3.9.6", | ||
"typescript": "4.2.4", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -60,3 +59,3 @@ }, | ||
"theming": [ | ||
"new-theming-api" | ||
"react-context" | ||
], | ||
@@ -72,2 +71,2 @@ "ui-components": [ | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0" | ||
} | ||
} |
15975
7