Compare commits

...

1 Commits

Author SHA1 Message Date
tsukino
9890604391 fix: bump version to alpha.5.2 (#56) 2024-04-09 12:50:45 -04:00
4 changed files with 16 additions and 16 deletions

14
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"tailwindcss": "^3.3.3",
"tlsn-js": "0.1.0-alpha.5.1"
"tlsn-js": "0.1.0-alpha.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
@@ -12957,9 +12957,9 @@
"dev": true
},
"node_modules/tlsn-js": {
"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==",
"version": "0.1.0-alpha.5.2",
"resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.5.2.tgz",
"integrity": "sha512-5QEAzjOPLrw7TN5nRYphUbVBihZ2ufIQ+BcKnTw+0MejqZHo9pUcjHGkrkt9EfhdkC2zsWWKbDZXlAPxwaPtOQ==",
"dependencies": {
"comlink": "^4.4.1"
},
@@ -22906,9 +22906,9 @@
"dev": true
},
"tlsn-js": {
"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==",
"version": "0.1.0-alpha.5.2",
"resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.5.2.tgz",
"integrity": "sha512-5QEAzjOPLrw7TN5nRYphUbVBihZ2ufIQ+BcKnTw+0MejqZHo9pUcjHGkrkt9EfhdkC2zsWWKbDZXlAPxwaPtOQ==",
"requires": {
"comlink": "^4.4.1"
}

View File

@@ -36,7 +36,7 @@
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"tailwindcss": "^3.3.3",
"tlsn-js": "0.1.0-alpha.5.1"
"tlsn-js": "0.1.0-alpha.5.2"
},
"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.5.1
version: 0.1.0-alpha.5.1
specifier: 0.1.0-alpha.5.2
version: 0.1.0-alpha.5.2
devDependencies:
'@babel/core':
@@ -7971,8 +7971,8 @@ packages:
resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==}
dev: true
/tlsn-js@0.1.0-alpha.5.1:
resolution: {integrity: sha512-hXwUmmxS/7n0nsZs+8V7N+05xo+QtWAAYcHSW1yJ8fCGH72nu+GvLUy6P3+OjiJA/NwNtV7fMVLfnWgJNRB7OA==}
/tlsn-js@0.1.0-alpha.5.2:
resolution: {integrity: sha512-5QEAzjOPLrw7TN5nRYphUbVBihZ2ufIQ+BcKnTw+0MejqZHo9pUcjHGkrkt9EfhdkC2zsWWKbDZXlAPxwaPtOQ==}
engines: {node: '>= 16.20.2'}
dependencies:
comlink: 4.4.1

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.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"
"tlsn-js@0.1.0-alpha.5.2":
"integrity" "sha512-5QEAzjOPLrw7TN5nRYphUbVBihZ2ufIQ+BcKnTw+0MejqZHo9pUcjHGkrkt9EfhdkC2zsWWKbDZXlAPxwaPtOQ=="
"resolved" "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.5.2.tgz"
"version" "0.1.0-alpha.5.2"
dependencies:
"comlink" "^4.4.1"