bireader 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cjs/index.js
CHANGED
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const reader_1 = __importDefault(require("./src/reader"));
|
|
7
7
|
const writer_1 = __importDefault(require("./src/writer"));
|
|
8
|
-
|
|
8
|
+
exports.default = {
|
|
9
9
|
bireader: reader_1.default,
|
|
10
10
|
biwriter: writer_1.default
|
|
11
11
|
};
|
package/lib/cjs/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,cAAc,CAAA;AACnC,OAAO,QAAQ,MAAM,cAAc,CAAA;;;;;AAEnC,wBAGC"}
|
package/lib/esm/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const reader_1 = __importDefault(require("./src/reader"));
|
|
7
7
|
const writer_1 = __importDefault(require("./src/writer"));
|
|
8
|
-
|
|
8
|
+
exports.default = {
|
|
9
9
|
bireader: reader_1.default,
|
|
10
10
|
biwriter: writer_1.default
|
|
11
11
|
};
|
package/lib/esm/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,cAAc,CAAA;AACnC,OAAO,QAAQ,MAAM,cAAc,CAAA;;;;;AAEnC,wBAGC"}
|