UNPKG

@platform/cell.client

Version:

A strongly typed HTTP client for operating with a CellOS service end-point.

13 lines (12 loc) 673 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VERSION = exports.PKG = void 0; var cell_schema_1 = require("@platform/cell.schema"); Object.defineProperty(exports, "ERROR", { enumerable: true, get: function () { return cell_schema_1.ERROR; } }); var constants_pkg_1 = require("./constants.pkg"); Object.defineProperty(exports, "PKG", { enumerable: true, get: function () { return constants_pkg_1.PKG; } }); var toVersion = function (key) { return constants_pkg_1.PKG.dependencies[key]; }; exports.VERSION = { '@platform/cell.client': constants_pkg_1.PKG.version, '@platform/cell.schema': toVersion('@platform/cell.schema'), };