feat(syncedinstance): Add SyncedInstance for multi-instance content synchronization, export it, add tests, and expand README

This commit is contained in:
2025-10-08 09:57:59 +00:00
parent 63e514c1da
commit d493d9fd01
6 changed files with 1115 additions and 368 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/ghost',
version: '2.0.0',
version: '2.1.0',
description: 'An unofficial Ghost CMS API package enabling content and admin functionality for managing posts.'
}