Skip to content

Commit 5366be3

Browse files
committed
chore: export-modules-for-jc
1 parent 4a3e393 commit 5366be3

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

packages/journey-client/package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@
55
"type": "module",
66
"exports": {
77
".": {
8-
"types": "./dist/index.d.ts",
9-
"import": "./dist/index.js",
10-
"default": "./dist/index.js"
8+
"types": "./dist/src/index.d.ts",
9+
"import": "./dist/src/index.js",
10+
"default": "./dist/src/index.js"
1111
},
12+
"./journey-device": "./dist/src/lib/journey-device/index.js",
13+
"./journey-policy": "./dist/src/lib/journey-policy/index.js",
14+
"./journey-qrcode": "./dist/src/lib/journey-qrcode/journey-qrcode.js",
15+
"./journey-recoverycodes": "./dist/src/lib/recovery-codes/index.js",
16+
"./journey-webauthn": "./dist/src/lib/journey-webauthn/index.js",
1217
"./package.json": "./package.json"
1318
},
14-
"main": "./dist/index.js",
15-
"module": "./dist/index.js",
16-
"types": "./dist/index.d.ts",
19+
"main": "./dist/src/index.js",
20+
"module": "./dist/src/index.js",
21+
"types": "./dist/src/index.d.ts",
1722
"scripts": {
1823
"build": "pnpm nx nxBuild",
1924
"lint": "pnpm nx nxLint",

0 commit comments

Comments
 (0)