File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2222 "tinybase" : " ./bin/cli.js"
2323 },
2424 "exports" : {
25+ "." : {
26+ "types" : " ./lib/types/tinybase.d.ts" ,
27+ "default" : " ./lib/tinybase.js"
28+ },
29+ "./*" : {
30+ "types" : " ./lib/types/*.d.ts" ,
31+ "default" : " ./lib/*.js"
32+ },
2533 "./package.json" : " ./package.json" ,
2634 "./cjs" : " ./lib/cjs/tinybase.cjs" ,
2735 "./cjs/with-schemas" : " ./lib/cjs/tinybase.cjs" ,
6371 "types" : " ./lib/types/*.d.ts" ,
6472 "default" : " ./lib/debug/*.js"
6573 },
66- "." : {
67- "types" : " ./lib/types/tinybase.d.ts" ,
68- "default" : " ./lib/tinybase.js"
69- },
7074 "./with-schemas" : {
7175 "types" : " ./lib/types/with-schemas/tinybase.d.ts" ,
7276 "default" : " ./lib/tinybase.js"
7377 },
7478 "./*/with-schemas" : {
7579 "types" : " ./lib/types/with-schemas/*.d.ts" ,
7680 "default" : " ./lib/*.js"
77- },
78- "./*" : {
79- "types" : " ./lib/types/*.d.ts" ,
80- "default" : " ./lib/*.js"
8181 }
8282 },
8383 "typesVersions" : {
You can’t perform that action at this time.
0 commit comments