Skip to content

Commit

Permalink
fix: put access.session back (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Nov 8, 2023
1 parent 9b752f9 commit 10a1a4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/capabilities/src/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@
*/
import { capability, URI, DID, Schema, fail, ok } from '@ucanto/validator'
import * as Types from '@ucanto/interface'
import { attest } from './ucan.js'
import { equalWith, equal, and, SpaceDID, checkLink } from './utils.js'
export { top } from './top.js'

/**
* @deprecated - Use `ucan.attest` instead.
*/
export const session = attest

/**
* Account identifier.
*/
Expand Down

0 comments on commit 10a1a4b

Please sign in to comment.