File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .github /*
2+ enums /*
3+ index.ts
4+ readers /*
5+ writers /*
6+
17# Logs
28logs
39* .log
Original file line number Diff line number Diff line change 11{
22 "name" : " bufferstuff" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " A set of utility classes for reading and writing binary data in NodeJS and the browser" ,
55 "main" : " ./lib/index.js" ,
66 "types" : " ./lib/index.d.ts" ,
2626 "ts-node" : " ^10.9.1" ,
2727 "typescript" : " ^5.0.4"
2828 }
29- }
29+ }
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "module" : " commonjs " ,
3+ "module" : " CommonJS " ,
44 "moduleResolution" : " node" ,
55 "target" : " es6" ,
66 "esModuleInterop" : true ,
77 "resolveJsonModule" : true ,
88 "rootDir" : " ./" ,
9- "outDir" : " ./lib" ,
9+ "outDir" : " ./lib/ " ,
1010 "strict" : true ,
1111 "declaration" : true
1212 }
You can’t perform that action at this time.
0 commit comments