v0.1.3
v0.1.2 sub-path exports pointed to non-existent files because Rollup inlined the re-export modules (USimpleSheet.ts, UDataView.ts) into index.js. Adding them as explicit lib entries ensures they are emitted as separate files with define() calls preserved. Bump version to 0.1.3.