Skip to content

Commit

Permalink
PermissionsApi in agent, grants API for web5
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Aug 12, 2024
1 parent 068c214 commit 175778e
Show file tree
Hide file tree
Showing 19 changed files with 2,897 additions and 2,169 deletions.
116 changes: 0 additions & 116 deletions packages/agent/src/dwn-permissions-util.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export * from './types/dwn.js';
export type * from './types/identity.js';
export type * from './types/identity-vault.js';
export type * from './types/key-manager.js';
export type * from './types/permissions.js';
export type * from './types/sync.js';
export type * from './types/vc.js';

export * from './bearer-identity.js';
export * from './crypto-api.js';
export * from './did-api.js';
export * from './dwn-api.js';
export * from './dwn-permissions-util.js';
export * from './dwn-registrar.js';
export * from './hd-identity-vault.js';
export * from './identity-api.js';
Expand Down
Loading

0 comments on commit 175778e

Please sign in to comment.