diff --git a/package-lock.json b/package-lock.json index a56f1ded..6db4c5b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tlsn-extension", - "version": "0.1.0.4", + "version": "0.1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tlsn-extension", - "version": "0.1.0.4", + "version": "0.1.0.5", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "^6.4.2", @@ -29,7 +29,7 @@ "redux-logger": "^3.0.6", "redux-thunk": "^2.4.2", "tailwindcss": "^3.3.3", - "tlsn-js": "0.1.0-alpha.4.1" + "tlsn-js": "0.1.0-alpha.5.1" }, "devDependencies": { "@babel/core": "^7.20.12", @@ -12957,9 +12957,9 @@ "dev": true }, "node_modules/tlsn-js": { - "version": "0.1.0-alpha.4.1", - "resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.4.1.tgz", - "integrity": "sha512-vQdauBqRkB9i6EnHbuCP4JJyZ+/YT/r2WbGVJVqMbYT0BLYTOx7zI+zv9RkmMZ0a8urhPZT/bJPVWTrymyleWg==", + "version": "0.1.0-alpha.5.1", + "resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.5.1.tgz", + "integrity": "sha512-hXwUmmxS/7n0nsZs+8V7N+05xo+QtWAAYcHSW1yJ8fCGH72nu+GvLUy6P3+OjiJA/NwNtV7fMVLfnWgJNRB7OA==", "dependencies": { "comlink": "^4.4.1" }, @@ -22906,9 +22906,9 @@ "dev": true }, "tlsn-js": { - "version": "0.1.0-alpha.4.1", - "resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.4.1.tgz", - "integrity": "sha512-vQdauBqRkB9i6EnHbuCP4JJyZ+/YT/r2WbGVJVqMbYT0BLYTOx7zI+zv9RkmMZ0a8urhPZT/bJPVWTrymyleWg==", + "version": "0.1.0-alpha.5.1", + "resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.5.1.tgz", + "integrity": "sha512-hXwUmmxS/7n0nsZs+8V7N+05xo+QtWAAYcHSW1yJ8fCGH72nu+GvLUy6P3+OjiJA/NwNtV7fMVLfnWgJNRB7OA==", "requires": { "comlink": "^4.4.1" } diff --git a/package.json b/package.json index ffcf8c14..2c8f3dd5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tlsn-extension", - "version": "0.1.0.4", + "version": "0.1.0.5", "license": "MIT", "repository": { "type": "git", @@ -36,7 +36,7 @@ "redux-logger": "^3.0.6", "redux-thunk": "^2.4.2", "tailwindcss": "^3.3.3", - "tlsn-js": "0.1.0-alpha.4.1" + "tlsn-js": "0.1.0-alpha.5.1" }, "devDependencies": { "@babel/core": "^7.20.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e653dcc..6efd5dc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ dependencies: specifier: ^3.3.3 version: 3.4.1 tlsn-js: - specifier: 0.1.0-alpha.4.1 - version: 0.1.0-alpha.4.1 + specifier: 0.1.0-alpha.5.1 + version: 0.1.0-alpha.5.1 devDependencies: '@babel/core': @@ -7971,8 +7971,8 @@ packages: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} dev: true - /tlsn-js@0.1.0-alpha.4.1: - resolution: {integrity: sha512-vQdauBqRkB9i6EnHbuCP4JJyZ+/YT/r2WbGVJVqMbYT0BLYTOx7zI+zv9RkmMZ0a8urhPZT/bJPVWTrymyleWg==} + /tlsn-js@0.1.0-alpha.5.1: + resolution: {integrity: sha512-hXwUmmxS/7n0nsZs+8V7N+05xo+QtWAAYcHSW1yJ8fCGH72nu+GvLUy6P3+OjiJA/NwNtV7fMVLfnWgJNRB7OA==} engines: {node: '>= 16.20.2'} dependencies: comlink: 4.4.1 diff --git a/src/pages/Options/index.tsx b/src/pages/Options/index.tsx index abfbb5b8..f8715e1d 100644 --- a/src/pages/Options/index.tsx +++ b/src/pages/Options/index.tsx @@ -7,7 +7,7 @@ import { } from '../../utils/storage'; export default function Options(): ReactElement { - const [notary, setNotary] = useState('https://notary.pse.dev'); + const [notary, setNotary] = useState('https://notary.pse.dev/v0.1.0-alpha.5'); const [proxy, setProxy] = useState('wss://notary.pse.dev/proxy'); const [dirty, setDirty] = useState(false); diff --git a/src/reducers/requests.ts b/src/reducers/requests.ts index 79f5188d..e212994c 100644 --- a/src/reducers/requests.ts +++ b/src/reducers/requests.ts @@ -40,7 +40,10 @@ export const setRequests = (requests: RequestLog[]): Action => ({ }); export const notarizeRequest = (options: RequestHistory) => async () => { - const notaryUrl = await get(NOTARY_API_LS_KEY, 'https://notary.pse.dev'); + const notaryUrl = await get( + NOTARY_API_LS_KEY, + 'https://notary.pse.dev/v0.1.0-alpha.5', + ); const websocketProxyUrl = await get( PROXY_API_LS_KEY, 'wss://notary.pse.dev/proxy', diff --git a/src/utils/store.ts b/src/utils/store.ts index 1acda385..194daa6f 100644 --- a/src/utils/store.ts +++ b/src/utils/store.ts @@ -1,3 +1,4 @@ +import type {} from 'redux-thunk/extend-redux'; import { applyMiddleware, createStore } from 'redux'; import thunk from 'redux-thunk'; import { createLogger } from 'redux-logger'; diff --git a/yarn.lock b/yarn.lock index 7af1e43b..8c9bf3df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6944,10 +6944,10 @@ "resolved" "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz" "version" "1.1.0" -"tlsn-js@0.1.0-alpha.4.1": - "integrity" "sha512-vQdauBqRkB9i6EnHbuCP4JJyZ+/YT/r2WbGVJVqMbYT0BLYTOx7zI+zv9RkmMZ0a8urhPZT/bJPVWTrymyleWg==" - "resolved" "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.4.1.tgz" - "version" "0.1.0-alpha.4.1" +"tlsn-js@0.1.0-alpha.5.1": + "integrity" "sha512-hXwUmmxS/7n0nsZs+8V7N+05xo+QtWAAYcHSW1yJ8fCGH72nu+GvLUy6P3+OjiJA/NwNtV7fMVLfnWgJNRB7OA==" + "resolved" "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.5.1.tgz" + "version" "0.1.0-alpha.5.1" dependencies: "comlink" "^4.4.1"