Skip to content

Commit e583def

Browse files
committed
cr
1 parent a0554d8 commit e583def

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libs/langchain-standard-tests/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,21 @@
6363
"types": "./dist/index.d.ts",
6464
"default": "./dist/index.js"
6565
},
66+
"require": {
67+
"types": "./dist/index.d.cts",
68+
"default": "./dist/index.cjs"
69+
},
6670
"input": "./src/index.ts"
6771
},
6872
"./vitest": {
6973
"import": {
7074
"types": "./dist/vitest.d.ts",
7175
"default": "./dist/vitest.js"
7276
},
77+
"require": {
78+
"types": "./dist/vitest.d.cts",
79+
"default": "./dist/vitest.cjs"
80+
},
7381
"input": "./src/vitest.ts"
7482
},
7583
"./package.json": "./package.json"

0 commit comments

Comments
 (0)