File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @switchboard-xyz/sbv2-lite" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " " ,
5
5
"private" : false ,
6
6
"repository" : {
15
15
],
16
16
"exports" : {
17
17
"." : {
18
- "import" : " ./lib/esm/ index.js" ,
19
- "require" : " ./lib/cjs/ index.js"
18
+ "import" : " ./lib/index.js" ,
19
+ "require" : " ./lib/index.js"
20
20
}
21
21
},
22
- "main" : " lib/cjs/ index.js" ,
23
- "module" : " lib/esm/ index.js" ,
24
- "types" : " lib/cjs/ index.d.ts" ,
22
+ "main" : " lib/index.js" ,
23
+ "module" : " lib/index.js" ,
24
+ "types" : " lib/index.d.ts" ,
25
25
"scripts" : {
26
26
"docgen" : " typedoc --entryPoints src/index.ts --out ../../website/static/api/ts-lite" ,
27
27
"test" : " env TS_NODE_COMPILER_OPTIONS='{\" module\" : \" commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'" ,
You can’t perform that action at this time.
0 commit comments