Skip to content

Commit d15d021

Browse files
authored
feat: upgrade to alpha.6 (tlsnotary#78)
* feat: integrate with alpha.6 * fix: replace deleted type * chore: update package-lock
1 parent be27560 commit d15d021

File tree

7 files changed

+326
-153
lines changed

7 files changed

+326
-153
lines changed

package-lock.json

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tlsn-extension",
3-
"version": "0.1.0.5",
3+
"version": "0.1.0.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -38,7 +38,8 @@
3838
"redux-logger": "^3.0.6",
3939
"redux-thunk": "^2.4.2",
4040
"tailwindcss": "^3.3.3",
41-
"tlsn-js": "0.1.0-alpha.5.3"
41+
"tlsn-jsV5.3": "npm:[email protected]",
42+
"tlsn-js": "0.1.0-alpha.6.1"
4243
},
4344
"devDependencies": {
4445
"@babel/core": "^7.20.12",

pnpm-lock.yaml

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/entries/Content/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ContentScriptTypes, RPCClient } from './rpc';
22
import { RequestHistory } from '../Background/rpc';
3-
import { Proof } from 'tlsn-js/build/types';
43
import { PluginConfig, PluginMetadata } from '../../utils/misc';
4+
import { Proof } from '../../utils/types';
55

66
const client = new RPCClient();
77

0 commit comments

Comments
 (0)