@isopodlabs/binary_libs 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/mach.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/mach.d.ts CHANGED
@@ -7,7 +7,7 @@ declare class mach_stream extends binary.endianStream {
7
7
  substream(offset: number, size?: number): mach_stream;
8
8
  getmem(address: bigint, size: number): Uint8Array | Promise<Uint8Array> | undefined;
9
9
  }
10
- declare const enum CMD {
10
+ export declare const enum CMD {
11
11
  SEGMENT = 1,// segment of this file to be mapped
12
12
  SYMTAB = 2,// link-edit stab symbol table info
13
13
  SYMSEG = 3,// link-edit gdb symbol table info (obsolete)
package/package.json CHANGED
@@ -40,5 +40,5 @@
40
40
  "dependencies": {
41
41
  "@isopodlabs/binary": "^1.0.3"
42
42
  },
43
- "version": "0.1.3"
43
+ "version": "0.1.4"
44
44
  }