@atlaskit/in-product-testing
Advanced tools
Comparing version 0.2.0 to 0.2.1
# @af/in-product-testing | ||
## 0.2.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"sideEffects": false | ||
} |
/// <reference types="cypress" /> | ||
/// <reference types="cypress" /> | ||
import { CypressType, InProductCommonTestCaseOpts } from '../../types'; | ||
@@ -3,0 +4,0 @@ interface InProductTestCaseOpts<TestCaseOpts extends InProductCommonTestCaseOpts = any> { |
@@ -5,2 +5,2 @@ /// <reference types="cypress" /> | ||
} | ||
export declare type CypressType = typeof cy; | ||
export type CypressType = typeof cy; |
{ | ||
"name": "@atlaskit/in-product-testing", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Atlassian Pty Ltd", | ||
@@ -22,2 +22,10 @@ "license": "Apache-2.0", | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -38,3 +46,3 @@ "atlaskit:src": "src/index.ts", | ||
"cypress": "^7.7.0", | ||
"typescript": "4.5.5", | ||
"typescript": "~4.9.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -41,0 +49,0 @@ }, |
20877
29
406