Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/tangle-workspace-modules.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/agent-provider-tangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tangle-network/agent-provider-tangle

## 1.1.8

### Patch Changes

- f8f4548: Separate workspace metadata encoding and durable recovery from operation handling.
Reuse the canonical attestation codec and shared identifier validation without changing the public provider contract.

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-provider-tangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tangle-network/agent-provider-tangle",
"version": "1.1.7",
"version": "1.1.8",
"description": "AgentEnvironmentProvider adapter for Tangle sandboxes",
"type": "module",
"license": "MIT",
Expand Down