@substrate-system/mergeparty
Version:
Automerge + Partykit
36 lines (35 loc) • 1.46 kB
JavaScript
;
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);
var server_exports = {};
__export(server_exports, {
CORS: () => CORS,
Relay: () => import_relay.Relay,
SUPPORTED_PROTOCOL_VERSION: () => SUPPORTED_PROTOCOL_VERSION,
WithStorage: () => import_with_storage.WithStorage
});
module.exports = __toCommonJS(server_exports);
var import_relay = require("./relay.js");
var import_with_storage = require("./with-storage.js");
const CORS = {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "HEAD, POST, GET, OPTIONS",
"Access-Control-Allow-Headers": "Origin, X-Requested-With, Content-Type, Accept, Authorization"
};
const SUPPORTED_PROTOCOL_VERSION = "1";
//# sourceMappingURL=index.cjs.map