feat(package): initialize standalone @serve.zone/interfaces package with shared TypeScript contracts

This commit is contained in:
2026-04-25 13:34:29 +00:00
commit 49d085e398
67 changed files with 11373 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Changelog
## 2026-04-25 - 5.4.0 - feat(package)
initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
- add exported data, request, and platformservice interface namespaces for the serve.zone ecosystem
- set up package metadata, build and test scripts, and release configuration for publishing
- add a basic test to verify the package's public namespace exports
## 2026-04-25 - 5.3.1 - refactor(package)
extract serve.zone interfaces into dedicated package repository
- initialize the standalone `@serve.zone/interfaces` repository from Cloudly's current interface source tree
- add package metadata, build/test scripts, and `.smartconfig.json` release configuration