Skip to content

chore(deps-dev): bump @dakera-ai/dakera from 0.11.54 to 0.11.98#45

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dakera-ai/dakera-0.11.98
Closed

chore(deps-dev): bump @dakera-ai/dakera from 0.11.54 to 0.11.98#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dakera-ai/dakera-0.11.98

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown

Bumps @dakera-ai/dakera from 0.11.54 to 0.11.98.

Release notes

Sourced from @​dakera-ai/dakera's releases.

v0.11.98

What's Changed

Dependencies

Full Changelog: Dakera-AI/dakera-js@v0.11.97...v0.11.98

v0.11.97

What's Changed

Full Changelog: Dakera-AI/dakera-js@v0.11.96...v0.11.97

v0.11.96

What's Changed

Full Changelog: Dakera-AI/dakera-js@v0.11.95...v0.11.96

Release v0.11.95

What's Changed

Fixed

  • TealTiger subpath exportimport { DakeraCostStorage } from '@dakera-ai/dakera/integrations/tealtiger' now resolves correctly. Added ./integrations/tealtiger to package.json exports and updated the build script to bundle src/integrations/tealtiger.ts as a separate entry point, producing dist/integrations/tealtiger.{js,mjs,d.ts}. (DAK-6819, #170)

Full Changelog: Dakera-AI/dakera-js@v0.11.94...v0.11.95

v0.11.94

What's New

TealTiger Governance Middleware Integration

  • Added DakeraCostStorage implementing the full CostStorage interface for TealTiger's governance middleware
  • New integration module at src/integrations/tealtiger.ts
  • Enables persistent governance state storage (cost tracking, policy enforcement, audit trails) backed by Dakera's memory layer
  • Full test coverage and usage example included

... (truncated)

Changelog

Sourced from @​dakera-ai/dakera's changelog.

[0.11.98] - 2026-06-23

Fixed

  • adminTtlCleanup() — add missing binding for POST /v1/admin/ttl/cleanup; previous callers received a 404 silently. (DAK-7069, #181)
  • Key management routes — fix createKey, listKeys, getKey, deleteKey, deactivateKey, rotateKey, getKeyUsage to use /admin/keys instead of the incorrect /v1/keys path. (DAK-7066, #182)

[0.11.97] - 2026-06-21

Fixed

  • Admin route prefix — migrate extended ops routes from /admin/* to the canonical /v1/admin/* prefix for consistency with server API. (DAK-7027, #174)

Internal

  • Add integration tests for ChatMemorySession. (#173)

[0.11.96] - 2026-06-16

Added

  • ChatMemorySession — new convenience helper class for the LLM chat comparison pattern used by the playground (DAK-6846, #172). Wraps startSession / storeMemory / recall / endSession into a clean async API:

    import { DakeraClient, ChatMemorySession } from '@dakera-ai/dakera';
    const client = new DakeraClient({ baseUrl: url, apiKey: key });
    const session = await ChatMemorySession.create(client, 'my-agent');
    try {
    await session.store('user', 'My name is Alice.');
    const context = await session.recall('who am I', { topK: 5 });
    // pass context to your LLM — or omit for the baseline arm
    } finally {
    await session.close();
    }

    Key methods: ChatMemorySession.create(), .store(), .recall(), .close(). Properties: .sessionId, .agentId. Also exported:

... (truncated)

Commits
  • 35699f3 chore: bump version to 0.11.98, add CHANGELOG entries (#183)
  • dc6ea6c fix(DAK-7066): use /admin/keys instead of /v1/keys for key management (#182)
  • 97424f2 chore(deps-dev): bump @​types/node from 25.9.3 to 26.0.0 (#180)
  • 1647ed0 chore(deps-dev): bump typescript-eslint from 8.61.1 to 8.62.0 (#179)
  • 963ff0b chore(deps): bump actions/checkout from 6 to 7 (#178)
  • 011576d fix(admin): add missing adminTtlCleanup method for POST /v1/admin/ttl/cleanup...
  • 09ba86d fix: playground badge URL → dakera.ai/playground (#177)
  • dcfb114 docs: add orange playground badge to README (#176)
  • 51d80e0 chore: bump package.json version to 0.11.97 (fix npm publish DAK-7031)
  • 83791b0 fix(admin): migrate extended ops routes from /admin/* to /v1/admin/* prefix (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@dakera-ai/dakera](https://github.com/dakera-ai/dakera-js) from 0.11.54 to 0.11.98.
- [Release notes](https://github.com/dakera-ai/dakera-js/releases)
- [Changelog](https://github.com/Dakera-AI/dakera-js/blob/main/CHANGELOG.md)
- [Commits](Dakera-AI/dakera-js@v0.11.54...v0.11.98)

---
updated-dependencies:
- dependency-name: "@dakera-ai/dakera"
  dependency-version: 0.11.98
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Superseded by #46.

@dependabot dependabot Bot closed this Jul 1, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dakera-ai/dakera-0.11.98 branch July 1, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants