feat(platformservice): Expose DcRouter and update package visibility. Changed package.json private flag from true to false to allow public publication, and added export of DcRouter in ts/index.ts for improved API accessibility.

This commit is contained in:
2025-05-08 12:56:17 +00:00
parent 8b857e3d1d
commit f4ace3999d
5 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@serve.zone/platformservice",
"private": true,
"private": false,
"version": "2.10.0",
"description": "A multifaceted platform service handling mail, SMS, letter delivery, and AI services.",
"main": "dist_ts/index.js",