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/bright-pears-check.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/action-gate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/action-gate

## 0.0.9

### Patch Changes

- 2a58186: Reject contradictory action-gate entries during signing and verification. Add
precomputed digests and truthful not-executed outcomes for split-phase hosts.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/action-gate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/action-gate",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atrib/integration

## 0.0.46

### Patch Changes

- Updated dependencies [2a58186]
- @atrib/action-gate@0.0.9

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atrib/integration",
"version": "0.0.45",
"version": "0.0.46",
"description": "Cross-package integration tests and runnable framework examples for atrib's verifiable action layer.",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading