UNPKG

@ubiquity-os/plugin-sdk

Version:

SDK for plugin support.

59 lines (55 loc) 2.14 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/constants.ts var constants_exports = {}; __export(constants_exports, { BOT_USER_ID: () => BOT_USER_ID, CONFIG_FULL_PATH: () => CONFIG_FULL_PATH, CONFIG_ORG_REPO: () => CONFIG_ORG_REPO, DEV_CONFIG_FULL_PATH: () => DEV_CONFIG_FULL_PATH, KERNEL_APP_ID: () => KERNEL_APP_ID, KERNEL_PUBLIC_KEY: () => KERNEL_PUBLIC_KEY }); module.exports = __toCommonJS(constants_exports); // src/types/config.ts var CONFIG_FULL_PATH = ".github/.ubiquity-os.config.yml"; var DEV_CONFIG_FULL_PATH = ".github/.ubiquity-os.config.dev.yml"; var CONFIG_ORG_REPO = ".ubiquity-os"; // src/constants.ts var KERNEL_PUBLIC_KEY = `-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs96DOU+JqM8SyNXOB6u3 uBKIFiyrcST/LZTYN6y7LeJlyCuGPqSDrWCfjU9Ph5PLf9TWiNmeM8DGaOpwEFC7 U3NRxOSglo4plnQ5zRwIHHXvxyK400sQP2oISXymISuBQWjEIqkC9DybQrKwNzf+ I0JHWPqmwMIw26UvVOtXGOOWBqTkk+N2+/9f8eDIJP5QQVwwszc8s1rXOsLMlVIf wShw7GO4E2jyK8TSJKpyjV8eb1JJMDwFhPiRrtZfQJUtDf2mV/67shQww61BH2Y/ Plnalo58kWIbkqZoq1yJrL5sFb73osM5+vADTXVn79bkvea7W19nSkdMiarYt4Hq JQIDAQAB -----END PUBLIC KEY----- `; var KERNEL_APP_ID = 975031; var BOT_USER_ID = 178941584; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { BOT_USER_ID, CONFIG_FULL_PATH, CONFIG_ORG_REPO, DEV_CONFIG_FULL_PATH, KERNEL_APP_ID, KERNEL_PUBLIC_KEY });