@metrichor/epi2me-web
Advanced tools
Comparing version 4.0.4842297 to 4.0.4848715
@@ -22,3 +22,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FileExtension = exports.Helpers = exports.EPI2ME_RPC = exports.GraphQL = void 0; | ||
exports.ProfileManager = exports.FileExtension = exports.Helpers = exports.EPI2ME_RPC = exports.GraphQL = void 0; | ||
var graphql_1 = require("./graphql"); | ||
@@ -29,1 +29,3 @@ Object.defineProperty(exports, "GraphQL", { enumerable: true, get: function () { return graphql_1.GraphQL; } }); | ||
exports.FileExtension = __importStar(require("./file_extensions")); | ||
var ProfileManager_1 = require("./ProfileManager"); | ||
Object.defineProperty(exports, "ProfileManager", { enumerable: true, get: function () { return ProfileManager_1.ProfileManager; } }); |
@@ -25,3 +25,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FileExtension = exports.EPI2ME_HOME = exports.version = exports.Helpers = exports.Factory = exports.Profile = exports.SessionManager = exports.utils = exports.GraphQLFS = exports.GraphQL = exports.REST = exports.EPI2ME = void 0; | ||
exports.EPI2ME_HOME = exports.version = exports.FileExtension = exports.Helpers = exports.utils = exports.EPI2ME = exports.SessionManager = exports.instantiateProfileManager = exports.ProfileManager = exports.GraphQL = exports.GraphQLFS = exports.Factory = exports.REST = void 0; | ||
const session_manager_1 = __importDefault(require("./session-manager")); | ||
exports.SessionManager = session_manager_1.default; | ||
const epi2me_fs_1 = require("./epi2me-fs"); | ||
@@ -31,17 +33,17 @@ Object.defineProperty(exports, "EPI2ME", { enumerable: true, get: function () { return epi2me_fs_1.EPI2ME_FS; } }); | ||
Object.defineProperty(exports, "utils", { enumerable: true, get: function () { return utils_fs_1.utilsFS; } }); | ||
const rest_fs_1 = require("./rest-fs"); | ||
var rest_fs_1 = require("./rest-fs"); | ||
Object.defineProperty(exports, "REST", { enumerable: true, get: function () { return rest_fs_1.REST_FS; } }); | ||
const session_manager_1 = __importDefault(require("./session-manager")); | ||
exports.SessionManager = session_manager_1.default; | ||
const profile_fs_1 = require("./profile-fs"); | ||
Object.defineProperty(exports, "Profile", { enumerable: true, get: function () { return profile_fs_1.ProfileFS; } }); | ||
const factory_1 = require("./factory"); | ||
var factory_1 = require("./factory"); | ||
Object.defineProperty(exports, "Factory", { enumerable: true, get: function () { return factory_1.Factory; } }); | ||
const graphql_fs_1 = require("./graphql-fs"); | ||
var graphql_fs_1 = require("./graphql-fs"); | ||
Object.defineProperty(exports, "GraphQLFS", { enumerable: true, get: function () { return graphql_fs_1.GraphQLFS; } }); | ||
const graphql_1 = require("./graphql"); | ||
var graphql_1 = require("./graphql"); | ||
Object.defineProperty(exports, "GraphQL", { enumerable: true, get: function () { return graphql_1.GraphQL; } }); | ||
var ProfileManager_1 = require("./ProfileManager"); | ||
Object.defineProperty(exports, "ProfileManager", { enumerable: true, get: function () { return ProfileManager_1.ProfileManager; } }); | ||
var instantiateProfileManager_1 = require("./instantiateProfileManager"); | ||
Object.defineProperty(exports, "instantiateProfileManager", { enumerable: true, get: function () { return instantiateProfileManager_1.instantiateProfileManager; } }); | ||
exports.Helpers = __importStar(require("./helpers")); | ||
exports.FileExtension = __importStar(require("./file_extensions")); | ||
exports.version = utils_fs_1.utilsFS.version; | ||
exports.EPI2ME_HOME = epi2me_fs_1.EPI2ME_FS.EPI2ME_HOME; | ||
exports.FileExtension = __importStar(require("./file_extensions")); |
@@ -5,1 +5,2 @@ export { GraphQL } from './graphql'; | ||
export * as FileExtension from './file_extensions'; | ||
export { ProfileManager } from './ProfileManager'; |
@@ -0,13 +1,14 @@ | ||
import SessionManager from './session-manager'; | ||
import { EPI2ME_FS as EPI2ME } from './epi2me-fs'; | ||
import { utilsFS as utils } from './utils-fs'; | ||
import { REST_FS as REST } from './rest-fs'; | ||
import SessionManager from './session-manager'; | ||
import { ProfileFS as Profile } from './profile-fs'; | ||
import { Factory } from './factory'; | ||
import { GraphQLFS } from './graphql-fs'; | ||
import { GraphQL } from './graphql'; | ||
export { EPI2ME, REST, GraphQL, GraphQLFS, utils, SessionManager, Profile, Factory }; | ||
export { REST_FS as REST } from './rest-fs'; | ||
export { Factory } from './factory'; | ||
export { GraphQLFS } from './graphql-fs'; | ||
export { GraphQL } from './graphql'; | ||
export { ProfileManager } from './ProfileManager'; | ||
export { instantiateProfileManager } from './instantiateProfileManager'; | ||
export { SessionManager, EPI2ME, utils }; | ||
export * as Helpers from './helpers'; | ||
export * as FileExtension from './file_extensions'; | ||
export const version = utils.version; | ||
export const EPI2ME_HOME = EPI2ME.EPI2ME_HOME; | ||
export * as FileExtension from './file_extensions'; |
@@ -12,3 +12,3 @@ { | ||
"private": false, | ||
"version": "4.0.4842297", | ||
"version": "4.0.4848715", | ||
"main": "cjs/index-web.js", | ||
@@ -15,0 +15,0 @@ "module": "esm/index-web.js", |
@@ -5,3 +5,5 @@ export { GraphQL } from './graphql'; | ||
export * as FileExtension from './file_extensions'; | ||
export { ProfileManager } from './ProfileManager'; | ||
import type * as graphQLSchema from './graphql-types'; | ||
export type { graphQLSchema }; | ||
export type { Profile } from './ProfileManager.type'; |
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
2431973
169
27697