@overturebio-stack/lectern-client
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,3 @@ | ||
import * as functions from './schema-functions'; | ||
export { functions, }; | ||
export * from './schema-entities'; | ||
export * from './schema-functions'; | ||
export * from './schema-rest-client'; |
@@ -9,18 +9,9 @@ "use strict"; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.functions = void 0; | ||
const functions = __importStar(require("./schema-functions")); | ||
exports.functions = functions; | ||
__exportStar(require("./schema-entities"), exports); | ||
__exportStar(require("./schema-functions"), exports); | ||
__exportStar(require("./schema-rest-client"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@overturebio-stack/lectern-client", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib/**/*" |
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
134958
1446