@devexcelsior/healing-worker
Version:
Cloudflare Worker for healing signal relay and passive replay
24 lines (23 loc) • 1.09 kB
JavaScript
;
// © 2025 DevExcelsior – Commercial use prohibited. License required.
// Contact: curtnpuckett@gmail.com
Object.defineProperty(exports, "__esModule", { value: true });
exports.healingWorkerStub = healingWorkerStub;
exports.default = default_1;
/**
* DevExcelsior Healing Worker Entrypoint
* This package is protected under commercial licensing.
* Runtime integration, deployment, or modification is prohibited.
*/
function healingWorkerStub() {
throw new Error('[DevExcelsior] This package is licensed for non-commercial use only.\n' +
'Commercial deployment to edge runtimes (e.g., Cloudflare) or any use in healing pipelines\n' +
'requires an enterprise license.\n\n' +
'Contact: curtnpuckett@gmail.com\n' +
'Learn more: https://www.npmjs.com/package/@devexcelsior/healing-worker');
}
function default_1() {
throw new Error('[DevExcelsior] Unauthorized runtime use detected.\n' +
'This module is protected IP and may not be deployed without commercial agreement.\n\n' +
'Contact: curtnpuckett@gmail.com');
}