Skip to content

chore: version package for release#41

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: version package for release#41
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

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

@_linked/core@2.2.2

Patch Changes

  • #40 4688fdd Thanks @flyon! - ### Bug fixes

    • MutationQuery.convertNodeDescription() no longer mutates the caller's input object. Previously, delete obj.id / delete obj.__id operated directly on the passed-in object, causing shared references to lose their id across sequential creates.
    • SparqlStore.createQuery() now respects a pre-set data.id from __id instead of always generating a new URI via generateEntityUri(). Entities created with custom identity (e.g. webID) are now stored under the correct URI.

    Test infrastructure

    • Jest config simplified: roots + single testMatch pattern prevents duplicate test runs.
    • Fuseki integration tests now call ensureFuseki() to auto-start Docker when Fuseki isn't running.
    • Parallel test safety: afterAll clears data instead of deleting the shared dataset.
    • Added regression tests for both fixes (unit + Fuseki integration).

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.

0 participants