godprotocol 1.0.798 → 1.0.7991
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/package.json +1 -1
- package/tsconfig.json +8 -0
- package/types/Oracle.d.ts +2 -2
- package/types/index.d.ts +1 -1
package/package.json
CHANGED
package/tsconfig.json
ADDED
package/types/Oracle.d.ts
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as Account } from "./Account";
|
|
2
2
|
export { default as Virtual_machine } from "./Virtual_machine";
|
|
3
3
|
export { default as Filesystem } from "./Filesystem";
|
|
4
|
-
export { default as Loader_sequence } from "
|
|
4
|
+
export { default as Loader_sequence } from "../Loader_sequence/main";
|