Skip to content

Commit ce5fc53

Browse files
committed
add typesversions for playwright
1 parent 99501d2 commit ce5fc53

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

code/renderers/react/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
"main": "dist/index.js",
4242
"module": "dist/index.mjs",
4343
"types": "dist/index.d.ts",
44+
"typesVersions": {
45+
"*": {
46+
"*": [
47+
"dist/index.d.ts"
48+
],
49+
"experimental-playwright": [
50+
"dist/playwright.d.ts"
51+
]
52+
}
53+
},
4454
"files": [
4555
"dist/**/*",
4656
"template/cli/**/*",

code/renderers/svelte/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@
4444
"main": "dist/index.js",
4545
"module": "dist/index.mjs",
4646
"types": "dist/index.d.ts",
47+
"typesVersions": {
48+
"*": {
49+
"*": [
50+
"dist/index.d.ts"
51+
],
52+
"experimental-playwright": [
53+
"dist/playwright.d.ts"
54+
]
55+
}
56+
},
4757
"files": [
4858
"dist/**/*",
4959
"template/cli/**/*",

code/renderers/vue3/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
"main": "dist/index.js",
4141
"module": "dist/index.mjs",
4242
"types": "dist/index.d.ts",
43+
"typesVersions": {
44+
"*": {
45+
"*": [
46+
"dist/index.d.ts"
47+
],
48+
"experimental-playwright": [
49+
"dist/playwright.d.ts"
50+
]
51+
}
52+
},
4353
"files": [
4454
"dist/**/*",
4555
"template/cli/**/*",

0 commit comments

Comments
 (0)