@dainprotocol/platform-sdk
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -18,2 +18,4 @@ import OrgSignatory from "../util/OrgSignatory"; | ||
agentId: number; | ||
agentIdentifier: string; | ||
organizationId: number; | ||
}; | ||
@@ -30,2 +32,4 @@ }>; | ||
agentId: number; | ||
agentIdentifier: string; | ||
organizationId: number; | ||
}; | ||
@@ -32,0 +36,0 @@ }>; |
@@ -73,2 +73,4 @@ "use strict"; | ||
agentId: result.data.agentId, | ||
agentIdentifier: result.data.agentIdentifier, | ||
organizationId: result.data.organizationId, | ||
}, | ||
@@ -75,0 +77,0 @@ }; |
@@ -16,4 +16,4 @@ "use strict"; | ||
if (!baseRoute) { | ||
baseRoute = "https://platform.dain.org/api/platform-api/v1"; | ||
//baseRoute = "http://localhost:3001/api/platform-api/v1"; | ||
//baseRoute = "https://platform.dain.org/api/platform-api/v1"; | ||
baseRoute = "http://localhost:3001/api/platform-api/v1"; | ||
} | ||
@@ -20,0 +20,0 @@ const build = yield fetch(buildRequest.route.startsWith("http") |
{ | ||
"name": "@dainprotocol/platform-sdk", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "SDK for the Dain Platform", | ||
@@ -5,0 +5,0 @@ "main": "dist/DainPlatform.js", |
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
31883
487