File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @astx/lib" ,
3- "version" : " 1.8.0 " ,
3+ "version" : " 1.8.1 " ,
44 "description" : " Compiler & Runtime library for a tiny JS AST based binary file format" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.mjs" ,
99 " dist"
1010 ],
1111 "exports" : {
12- "/compiler" : {
12+ ". /compiler" : {
1313 "import" : " ./dist/compiler.mjs" ,
1414 "require" : " ./dist/compiler.js"
1515 },
16- "/loader" : {
16+ ". /loader" : {
1717 "import" : " ./dist/loader.mjs" ,
1818 "require" : " ./dist/loader.js"
1919 },
20- "/runtime" : {
20+ ". /runtime" : {
2121 "import" : " ./dist/runtime/default.mjs" ,
2222 "require" : " ./dist/runtime/default.js"
2323 },
24- "/runtime/safe" : {
24+ ". /runtime/safe" : {
2525 "import" : " ./dist/runtime/safe.mjs" ,
2626 "require" : " ./dist/runtime/safe.js"
2727 }
You can’t perform that action at this time.
0 commit comments