lightrail-client
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,2 +6,4 @@ export * from "./Card"; | ||
export * from "./Program"; | ||
export * from "./Transaction"; | ||
export * from "./TransactionBreakdown"; | ||
export * from "./ValueStore"; |
@@ -8,2 +8,3 @@ "use strict"; | ||
__export(require("./Program")); | ||
__export(require("./Transaction")); | ||
__export(require("./ValueStore")); |
export * from "./CreateCardParams"; | ||
export * from "./CreateContactParams"; | ||
export * from "./CreateTransactionParams"; | ||
export * from "./CreateValueStoreParams"; | ||
@@ -4,0 +5,0 @@ export * from "./GetCardsParams"; |
{ | ||
"name": "lightrail-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A Javascript and Typescript client for Lightrail", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
33696
791