@globus/sdk
Advanced tools
Comparing version 0.3.0-alpha.0 to 0.4.0-alpha.0
@@ -18,2 +18,3 @@ /** | ||
FLOWS: string; | ||
GROUPS: string; | ||
SEARCH: string; | ||
@@ -20,0 +21,0 @@ }; |
@@ -7,2 +7,3 @@ "use strict"; | ||
const FLOWS = require("../services/flows/config"); | ||
const GROUPS = require("../services/groups/config"); | ||
const SEARCH = require("../services/search/config"); | ||
@@ -53,2 +54,3 @@ const errors_1 = require("./errors"); | ||
[FLOWS.ID]: FLOWS.ID, | ||
[GROUPS.ID]: GROUPS.ID, | ||
[SEARCH.ID]: SEARCH.ID, | ||
@@ -60,2 +62,3 @@ }; | ||
[FLOWS.ID]: FLOWS.HOSTS, | ||
[GROUPS.ID]: GROUPS.HOSTS, | ||
[SEARCH.ID]: SEARCH.HOSTS, | ||
@@ -62,0 +65,0 @@ }; |
@@ -9,3 +9,3 @@ "use strict"; | ||
const userCredentials = require("./service/user-credentials"); | ||
const versioning = require("./service/endpoint"); | ||
const versioning = require("./service/versioning"); | ||
/** | ||
@@ -32,3 +32,3 @@ * Bind arguments to a method (partial application). | ||
versioning: { | ||
get: bind(versioning.get, configuration), | ||
info: bind(versioning.info, configuration), | ||
}, | ||
@@ -35,0 +35,0 @@ collections: { |
@@ -17,3 +17,3 @@ /** | ||
export * as userCredentials from "./service/user-credentials"; | ||
export * as versioning from "./service/endpoint"; | ||
export * as versioning from "./service/versioning"; | ||
export declare function getRequiredScopes(configuration: GCSConfiguration): string; | ||
@@ -20,0 +20,0 @@ /** |
@@ -18,3 +18,3 @@ "use strict"; | ||
exports.userCredentials = require("./service/user-credentials"); | ||
exports.versioning = require("./service/endpoint"); | ||
exports.versioning = require("./service/versioning"); | ||
const SCOPES = { | ||
@@ -21,0 +21,0 @@ HIGH_ASSURANCE: "urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections", |
@@ -18,2 +18,3 @@ /** | ||
FLOWS: string; | ||
GROUPS: string; | ||
SEARCH: string; | ||
@@ -20,0 +21,0 @@ }; |
import * as AUTH from "../services/auth/config"; | ||
import * as TRANSFER from "../services/transfer/config"; | ||
import * as FLOWS from "../services/flows/config"; | ||
import * as GROUPS from "../services/groups/config"; | ||
import * as SEARCH from "../services/search/config"; | ||
@@ -48,2 +49,3 @@ import { EnvironmentConfigurationError } from "./errors"; | ||
[FLOWS.ID]: FLOWS.ID, | ||
[GROUPS.ID]: GROUPS.ID, | ||
[SEARCH.ID]: SEARCH.ID, | ||
@@ -55,2 +57,3 @@ }; | ||
[FLOWS.ID]: FLOWS.HOSTS, | ||
[GROUPS.ID]: GROUPS.HOSTS, | ||
[SEARCH.ID]: SEARCH.HOSTS, | ||
@@ -57,0 +60,0 @@ }; |
@@ -6,3 +6,3 @@ import * as collections from "./service/collections"; | ||
import * as userCredentials from "./service/user-credentials"; | ||
import * as versioning from "./service/endpoint"; | ||
import * as versioning from "./service/versioning"; | ||
/** | ||
@@ -29,3 +29,3 @@ * Bind arguments to a method (partial application). | ||
versioning: { | ||
get: bind(versioning.get, configuration), | ||
info: bind(versioning.info, configuration), | ||
}, | ||
@@ -32,0 +32,0 @@ collections: { |
@@ -17,3 +17,3 @@ /** | ||
export * as userCredentials from "./service/user-credentials"; | ||
export * as versioning from "./service/endpoint"; | ||
export * as versioning from "./service/versioning"; | ||
export declare function getRequiredScopes(configuration: GCSConfiguration): string; | ||
@@ -20,0 +20,0 @@ /** |
@@ -17,3 +17,3 @@ /** | ||
export { userCredentials_1 as userCredentials }; | ||
import * as versioning_1 from "./service/endpoint"; | ||
import * as versioning_1 from "./service/versioning"; | ||
export { versioning_1 as versioning }; | ||
@@ -20,0 +20,0 @@ const SCOPES = { |
{ | ||
"name": "@globus/sdk", | ||
"version": "0.3.0-alpha.0", | ||
"version": "0.4.0-alpha.0", | ||
"private": false, | ||
@@ -43,3 +43,3 @@ "description": "The Globus SDK for Javascript", | ||
"peerDependencies": { | ||
"@globus/types": "0.0.1" | ||
"@globus/types": "^0.0.1" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependenciesMeta": { | ||
}, | ||
"gitHead": "117d7d4233ec5182fb54b71eb64d5cd997852568" | ||
"gitHead": "049ec0d0cdbf6eab610e019f94b3a2051898143b" | ||
} |
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 too big to display
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
661239
380
9955
1