Replace package 'thirty-two' with 'hi-base32' (#79)

This commit is contained in:
aronmal 2022-05-17 13:37:30 +02:00 committed by GitHub
parent 0c36f52c70
commit 94d23c7d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 914 additions and 1117 deletions

2025
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,8 +31,8 @@
"bulma": "^0.9.3",
"bulma-checkradio": "^2.1.2",
"bulma-switch": "^2.0.0",
"hi-base32": "^0.5.1",
"object-equals": "^0.3.0",
"thirty-two": "github:osztenkurden/thirty-two#master",
"v-clipboard": "^2.2.3",
"vue": "^2.6.14",
"vue-axios": "^3.4.0",

View File

@ -176,7 +176,7 @@
import Modal from '../../components/Modal'
import Form from './../../components/Form'
import OtpDisplayer from '../../components/OtpDisplayer'
import Base32 from "thirty-two"
import Base32 from "hi-base32"
export default {
data() {

View File

@ -110,7 +110,7 @@
import Modal from '../../components/Modal'
import Form from './../../components/Form'
import OtpDisplayer from '../../components/OtpDisplayer'
import Base32 from "thirty-two"
import Base32 from "hi-base32"
export default {
data() {