Skip to content

Commit

Permalink
fix: remove TextEncoder import from node:util
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Dec 4, 2023
1 parent f4e4400 commit 01ae7f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/keri/app/credentialing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
import { Saider } from '../core/saider';
import { Serder } from '../core/serder';
import { Siger } from '../core/siger';
import { TextDecoder } from 'util';
import { TraitDex } from './habery';
import {
serializeACDCAttachment,
Expand Down
1 change: 0 additions & 1 deletion src/keri/core/eventing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { Siger } from './siger';
import { Cigar } from './cigar';
import { Counter, CtrDex } from './counter';
import { Seqner } from './seqner';
import { TextEncoder } from 'util';

const MaxIntThold = 2 ** 32 - 1;

Expand Down

0 comments on commit 01ae7f0

Please sign in to comment.