chore: version bump to 0.1.0-alpha.5 (#55)

* chore: version bump to 0.1.0-alpha.5

* fix: version bump for tlsn-js@alpha.5.1

* fix: add type for redux-thunk
This commit is contained in:
tsukino
2024-04-09 12:08:42 -04:00
committed by GitHub
parent a42bb2eabd
commit 763335b0b1
7 changed files with 25 additions and 21 deletions

18
package-lock.json generated
View File

@@ -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"
}

View File

@@ -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",

8
pnpm-lock.yaml generated
View File

@@ -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

View File

@@ -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);

View File

@@ -40,7 +40,10 @@ export const setRequests = (requests: RequestLog[]): Action<RequestLog[]> => ({
});
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',

View File

@@ -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';

View File

@@ -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"