chore: bump to 0.0.1-R4

(cherry picked from commit 2da37f984a8ed4ca369e2efecb2da5d71976c93e)
This commit is contained in:
Jixun 2021-12-20 17:42:09 +00:00 committed by MengYX
parent ac6336993e
commit f414f978b4
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
3 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -12,7 +12,7 @@
"dependencies": {
"@babel/preset-typescript": "^7.16.5",
"@jixun/qmc2-crypto": "^0.0.5-R4",
"@unlock-music-gh/joox-crypto": "^0.0.1-R3",
"@unlock-music/joox-crypto": "^0.0.1-R4",
"base64-js": "^1.5.1",
"browser-id3-writer": "^4.4.0",
"core-js": "^3.16.0",
@ -3486,10 +3486,10 @@
"integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==",
"dev": true
},
"node_modules/@unlock-music-gh/joox-crypto": {
"version": "0.0.1-R3",
"resolved": "https://registry.npmjs.org/@unlock-music-gh/joox-crypto/-/joox-crypto-0.0.1-R3.tgz",
"integrity": "sha512-zZRiDXKI5SxuBIcW/rsGL8jNvyWxtA5cNRfg69WcsZK2DqztY8M2q1kMe96MP1AyM+cKpNQ50jAKh77VdFv9rA==",
"node_modules/@unlock-music/joox-crypto": {
"version": "0.0.1-R4",
"resolved": "https://registry.npmjs.org/@unlock-music/joox-crypto/-/joox-crypto-0.0.1-R4.tgz",
"integrity": "sha512-5UScjXtH9J3mAy9sRBjNn5kkEuT7dHvH3YQYKRyOfF3EKxLkWsJP0Fuw/tZtylLPL5beI3qDBzyHf5mVrpdH4A==",
"dependencies": {
"crypto-js": "^4.1.1"
},
@ -23634,10 +23634,10 @@
"integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==",
"dev": true
},
"@unlock-music-gh/joox-crypto": {
"version": "0.0.1-R3",
"resolved": "https://registry.npmjs.org/@unlock-music-gh/joox-crypto/-/joox-crypto-0.0.1-R3.tgz",
"integrity": "sha512-zZRiDXKI5SxuBIcW/rsGL8jNvyWxtA5cNRfg69WcsZK2DqztY8M2q1kMe96MP1AyM+cKpNQ50jAKh77VdFv9rA==",
"@unlock-music/joox-crypto": {
"version": "0.0.1-R4",
"resolved": "https://registry.npmjs.org/@unlock-music/joox-crypto/-/joox-crypto-0.0.1-R4.tgz",
"integrity": "sha512-5UScjXtH9J3mAy9sRBjNn5kkEuT7dHvH3YQYKRyOfF3EKxLkWsJP0Fuw/tZtylLPL5beI3qDBzyHf5mVrpdH4A==",
"requires": {
"crypto-js": "^4.1.1"
}

View File

@ -22,7 +22,7 @@
"dependencies": {
"@babel/preset-typescript": "^7.16.5",
"@jixun/qmc2-crypto": "^0.0.5-R4",
"@unlock-music-gh/joox-crypto": "^0.0.1-R3",
"@unlock-music/joox-crypto": "^0.0.1-R4",
"base64-js": "^1.5.1",
"browser-id3-writer": "^4.4.0",
"core-js": "^3.16.0",

View File

@ -1,7 +1,7 @@
import { DecryptResult } from './entity';
import { AudioMimeType, GetArrayBuffer, SniffAudioExt } from './utils';
import jooxFactory from '@unlock-music-gh/joox-crypto';
import jooxFactory from '@unlock-music/joox-crypto';
import storage from '@/utils/storage';
import { MergeUint8Array } from '@/utils/MergeUint8Array';