Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 5x 5x 5x | "use strict"; /*! ----------------------------------------------------------------------------- * <auto-generated> * This code was generated by a tool. * Changes to this file may cause incorrect behavior and will be lost if * the code is regenerated. * </auto-generated> * ------------------------------------------------------------------------------ * Copyright (c) 2023 Siemens AG. Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.agentInfo = void 0; exports.agentInfo = { packageInfo: { name: "@coaty/tn-connector", version: "1.0.2", }, buildInfo: { buildDate: "2023-09-18T15:04:13Z", buildMode: "development", }, configInfo: { serviceHost: "", }, }; |