Summary
The example apps under packages/fdc3-example-apps are expected to move into the main FDC3 repository in the near future. This issue records that they currently depend on scoped preview packages under @robmoffat, so we remember to switch to official FDC3-published packages once those exist and are the supported distribution.
Current dependencies (direct)
Declared in packages/fdc3-example-apps/package.json:
| Package |
Version |
@robmoffat/fdc3 |
2.2.2-beta.3 |
@robmoffat/fdc3-security |
3.0.0-alpha.5 |
Related packages in use (imports / transitive)
Example apps and shared code also import or pull in other @robmoffat packages (e.g. @robmoffat/fdc3-context, @robmoffat/fdc3-get-agent, @robmoffat/fdc3-standard, @robmoffat/fdc3-schema, etc.), resolved via the lockfile alongside the versions above.
Why this issue
- Confirms intent: these apps are slated to leave this repo and live with FDC3 upstream.
- Ensures a follow-up when official packages replace the
@robmoffat previews: bump package.json / lockfile, update import paths if package names change, and re-verify builds and security-demo flows.
Done when
Summary
The example apps under
packages/fdc3-example-appsare expected to move into the main FDC3 repository in the near future. This issue records that they currently depend on scoped preview packages under@robmoffat, so we remember to switch to official FDC3-published packages once those exist and are the supported distribution.Current dependencies (direct)
Declared in
packages/fdc3-example-apps/package.json:@robmoffat/fdc32.2.2-beta.3@robmoffat/fdc3-security3.0.0-alpha.5Related packages in use (imports / transitive)
Example apps and shared code also import or pull in other
@robmoffatpackages (e.g.@robmoffat/fdc3-context,@robmoffat/fdc3-get-agent,@robmoffat/fdc3-standard,@robmoffat/fdc3-schema, etc.), resolved via the lockfile alongside the versions above.Why this issue
@robmoffatpreviews: bumppackage.json/ lockfile, update import paths if package names change, and re-verify builds and security-demo flows.Done when
packages/fdc3-example-apps(or its new location in the FDC3 repo) no longer depends on@robmoffat/*for production-equivalent APIs, or an explicit decision documents why a scoped fork remains temporarily.