@hiraokahypertools/pst-extractor 0.2.0-alpha.1 → 0.2.0-alpha.2

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.
@@ -1,5 +1,3 @@
1
- import { copyFile } from "fs";
2
- import { getBTHeapReaderFrom } from "./BTHeap.js";
3
1
  import { splitPer } from "./PLMisc.js";
4
2
  const bTypeTC = 0x7c;
5
3
  function copy(rows) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiraokahypertools/pst-extractor",
3
- "version": "0.2.0-alpha.1",
3
+ "version": "0.2.0-alpha.2",
4
4
  "description": "Extract objects from MS Outlook/Exchange PST files",
5
5
  "exports": {
6
6
  ".": {
@@ -63,7 +63,7 @@
63
63
  "rimraf": "^3.0.2",
64
64
  "source-map-support": "^0.5.21",
65
65
  "ts-node": "^10.9.2",
66
- "typedoc": "^0.23.10",
66
+ "typedoc": "^0.28.17",
67
67
  "typescript": "^5.9.3"
68
68
  },
69
69
  "dependencies": {