-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade to ObjectStack Spec v0.6.1 with namespace re-exports #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
📦 Bundle Size Report
Size Limits
|
|
✅ All checks passed!
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the @objectstack/spec dependency from various earlier versions (v0.3.3, v0.4.1) to v0.6.1 across three core packages (@object-ui/types, @object-ui/core, @object-ui/react) and exposes the full ObjectStack protocol through namespace re-exports.
Changes:
- Updated
@objectstack/specdependency to v0.6.1 in@object-ui/types,@object-ui/core, and@object-ui/react - Added namespace re-exports in
@object-ui/typesfor all 10 ObjectStack protocol namespaces (Data, UI, System, AI, API, Auth, Hub, Automation, Permission, Shared) - Added comprehensive test coverage for all namespace exports
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/types/package.json | Updated @objectstack/spec dependency from ^0.3.3 to ^0.6.1 |
| packages/core/package.json | Updated @objectstack/spec dependency from ^0.4.1 to ^0.6.1 |
| packages/react/package.json | Updated @objectstack/spec dependency from ^0.3.3 to ^0.6.1 |
| packages/types/src/index.ts | Added namespace re-exports for all 10 ObjectStack protocol namespaces with documentation |
| packages/types/src/tests/namespace-exports.test.ts | Added test coverage verifying all namespace exports are accessible |
| pnpm-lock.yaml | Updated lock file entries for new @objectstack/spec version, removed old v0.3.3 references |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
📦 Bundle Size Report
Size Limits
|
|
✅ All checks passed!
|
Upgrades
@objectstack/specdependency to v0.6.1 across core packages and exposes new protocol namespaces through@object-ui/types.Changes
Dependency Updates
@object-ui/types: v0.3.3 → v0.6.1@object-ui/core: v0.4.1 → v0.6.1@object-ui/react: v0.3.3 → v0.6.1Protocol Namespace Exports
Added namespace re-exports in
@object-ui/types/src/index.tsto expose the full ObjectStack protocol:Consumers can now use:
Testing
Added namespace export verification tests covering all 10 protocol namespaces.
Backward Compatibility
No breaking changes. All existing code continues to work unchanged.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.