Skip to content

chore: version packages#72

Merged
deepracticexs merged 1 commit intomainfrom
changeset-release/main
Mar 7, 2026
Merged

chore: version packages#72
deepracticexs merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 7, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@resourcexjs/core@2.22.0

Minor Changes

  • ac9f80d: feat: add storexjs — Storage API for ResourceX applications

    New package storexjs provides application-level storage operations:

    • createStoreX({ registry }) factory function
    • list(), getFile(), append(), getManifest(), has(), put(), remove()

    StoreX wraps CASRegistry for applications (Console, App gateway).
    ResourceX (resourcexjs) remains the API for AI agents.

  • f0010b8: feat: add CASRegistry.append() for incremental file addition

    Append files to an existing resource without re-archiving.
    Leverages per-file CAS storage: only new files are written to blob store,
    then the manifest's file map is extended and the digest recomputed.

resourcexjs@2.22.0

Minor Changes

  • d2c5164: refactor: remove getFile from ResourceX API

    getFile is a storage-level operation that belongs in StoreX (storexjs),
    not in the AI agent API (resourcexjs). CASRegistry.getFile remains
    available through StoreX.

Patch Changes

  • Updated dependencies [ac9f80d]
  • Updated dependencies [f0010b8]
    • @resourcexjs/core@2.22.0
    • @resourcexjs/arp@2.22.0

storexjs@0.1.0

Minor Changes

  • ac9f80d: feat: add storexjs — Storage API for ResourceX applications

    New package storexjs provides application-level storage operations:

    • createStoreX({ registry }) factory function
    • list(), getFile(), append(), getManifest(), has(), put(), remove()

    StoreX wraps CASRegistry for applications (Console, App gateway).
    ResourceX (resourcexjs) remains the API for AI agents.

Patch Changes

  • Updated dependencies [ac9f80d]
  • Updated dependencies [f0010b8]
    • @resourcexjs/core@2.22.0

@resourcexjs/cli@2.22.0

Patch Changes

  • Updated dependencies [d2c5164]
    • resourcexjs@2.22.0
    • @resourcexjs/node-provider@2.22.0
    • @resourcexjs/server@2.22.0

@resourcexjs/mcp-server@2.22.0

Patch Changes

  • Updated dependencies [d2c5164]
    • resourcexjs@2.22.0
    • @resourcexjs/node-provider@2.22.0

@resourcexjs/node-provider@2.22.0

Patch Changes

  • Updated dependencies [ac9f80d]
  • Updated dependencies [f0010b8]
    • @resourcexjs/core@2.22.0

@resourcexjs/server@2.22.0

Patch Changes

  • Updated dependencies [ac9f80d]
  • Updated dependencies [f0010b8]
    • @resourcexjs/core@2.22.0
    • @resourcexjs/node-provider@2.22.0

@resourcexjs/arp@2.22.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from a742819 to 8d9e0ca Compare March 7, 2026 13:35
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8d9e0ca to 98b5e98 Compare March 7, 2026 13:36
@deepracticexs deepracticexs merged commit b99df50 into main Mar 7, 2026
@deepracticexs deepracticexs deleted the changeset-release/main branch March 7, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant