{"_id":"@atheory-ai/kitsune-modules-sync","name":"@atheory-ai/kitsune-modules-sync","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atheory-ai/kitsune-modules-sync","version":"0.1.0","description":"Sync capability module for Kitsune.","type":"module","sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"dependencies":{"@atheory-ai/kitsune-core":"0.1.0"},"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-sync"},"homepage":"https://kitsune.atheory.ai","bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"publishConfig":{"access":"public"},"scripts":{"build":"tsc -p tsconfig.build.json","test":"vitest run"},"_id":"@atheory-ai/kitsune-modules-sync@0.1.0","_integrity":"sha512-w/2QZq8/3w2IE7BxcXRcpzsgUuuMkn71cur2YBtWZfFHYQmiIYpx4Nz5URDtHlhjWlzT+GJyAv6yN4lnqHSvOg==","_resolved":"/private/var/folders/vy/lptmwxhn1fv5rwgf0dnmy2b80000gn/T/6a5bbe8b43a0064354e37c8d47ebfec9/atheory-ai-kitsune-modules-sync-0.1.0.tgz","_from":"file:atheory-ai-kitsune-modules-sync-0.1.0.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-w/2QZq8/3w2IE7BxcXRcpzsgUuuMkn71cur2YBtWZfFHYQmiIYpx4Nz5URDtHlhjWlzT+GJyAv6yN4lnqHSvOg==","shasum":"527440b8b3a5be137dfd558c05bbfd70f619df79","tarball":"https://registry.npmjs.org/@atheory-ai/kitsune-modules-sync/-/kitsune-modules-sync-0.1.0.tgz","fileCount":7,"unpackedSize":20315,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICuG3UBse7t4kORzCW3KAJUyBhAXtLbin8Z3cZyw4d3jAiBvjLaX9O/EPk3GQ/Pb/TPLiaYL+i+8MvrGNxFpFCM7Jg=="}]},"_npmUser":{"name":"ladyhunterbear","email":"jeremy@atheory.ai"},"directories":{},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/kitsune-modules-sync_0.1.0_1781409362233_0.3876959455147213"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-14T03:56:02.054Z","0.1.0":"2026-06-14T03:56:02.371Z","modified":"2026-06-14T03:56:02.602Z"},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"description":"Sync capability module for Kitsune.","homepage":"https://kitsune.atheory.ai","keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-sync"},"bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"license":"Apache-2.0","readme":"# @atheory-ai/kitsune-modules-sync\n\nRuntime event sync capability module for Kitsune.\n\n`@atheory-ai/kitsune-modules-sync` queues selected runtime events and flushes them to a transport, making it useful for API-backed sync, testing, and workflow replay.\n\n## Install\n\n```sh\npnpm add @atheory-ai/kitsune-modules-sync\n```\n\n## Use\n\n```ts\nimport { createKitRuntime } from '@atheory-ai/kitsune-core'\nimport { memorySyncTransport, syncModule } from '@atheory-ai/kitsune-modules-sync'\n\nconst runtime = createKitRuntime()\nawait runtime.install(syncModule({ transport: memorySyncTransport() }))\nawait runtime.start()\n```\n\n## Commands\n\n- `sync.flush`\n\n## Exports\n\n- `syncModule`\n- `SyncToken`\n- `memorySyncTransport`\n- Sync module, record, service, transport, and memory transport types\n\n## Documentation\n\nSee the Kitsune docs at https://kitsune.atheory.ai.\n\n## License\n\nApache-2.0\n","readmeFilename":"README.md","_rev":"1-5bd466bb3b1450475af221eae3fb2b3d"}