@staratlas/data-source
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -12,2 +12,3 @@ export * from './account'; | ||
export * from './util'; | ||
export * from './runForAll'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,2 +28,3 @@ "use strict"; | ||
__exportStar(require("./util"), exports); | ||
__exportStar(require("./runForAll"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -42,3 +42,8 @@ export declare type ExtractArrayType<T> = T extends Array<infer U> ? U : never; | ||
export declare const getElementOrError: <T>(array: T[], index: number) => T; | ||
export interface CustomAnchorError { | ||
InstructionError: [number, { | ||
Custom: number; | ||
}]; | ||
} | ||
export {}; | ||
//# sourceMappingURL=util.d.ts.map |
{ | ||
"name": "@staratlas/data-source", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "> TODO: description", | ||
@@ -24,3 +24,3 @@ "author": "Brett Etter <brett.etter@staratlas.com>", | ||
}, | ||
"gitHead": "daea838d9ee35fae6a5679c840d7e07a0f0dca0e" | ||
"gitHead": "0cd1e8fac2133c24580d0a0bd1f8777c19fb167f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107067
56
1217