Skip to content

Commit 78b62f4

Browse files
committed
chore: Update incorrect types definition in package.json
1 parent 6e696a7 commit 78b62f4

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

packages/case-connector/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
"homepage": "https://case.contract-testing.io/docs",
88
"license": "BSD-3-Clause",
99
"exports": {
10-
".": "./dist/src/index.js",
11-
"./cjs": "./dist/cjs/src/index.cjs"
10+
".": {
11+
"types": "./dist/src/index.d.ts",
12+
"default": "./dist/src/index.js"
13+
},
14+
"./cjs": {
15+
"types": "./dist/cjs/src/index.d.cts",
16+
"default": "./dist/cjs/src/index.cjs"
17+
}
1218
},
1319
"publishConfig": {
1420
"access": "public"
@@ -66,7 +72,6 @@
6672
"uuid": "^11.1.0"
6773
},
6874
"stability": "stable",
69-
"types": "build/index.d.ts",
7075
"nx": {
7176
"tasksRunnerOptions": {
7277
"default": {

0 commit comments

Comments
 (0)