Compare commits
No commits in common. "d3794d8d32ce21460e8dd6e049838053c76e8a27" and "7f03b5ed7685e04e8389b74c314fa9e50e43ca1f" have entirely different histories.
d3794d8d32
...
7f03b5ed76
@ -23,12 +23,6 @@ impl JsKuwoHeader {
|
||||
pub fn quality_id(&self) -> u32 {
|
||||
self.0.get_quality_id()
|
||||
}
|
||||
|
||||
/// Get resource id
|
||||
#[wasm_bindgen(getter, js_name=resourceId)]
|
||||
pub fn resource_id(&self) -> u32 {
|
||||
self.0.resource_id
|
||||
}
|
||||
}
|
||||
|
||||
/// Create a decipher instance for "BoDian Music".
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@unlock-music/crypto",
|
||||
"version": "0.0.0-alpha.17",
|
||||
"version": "0.0.0-alpha.16",
|
||||
"description": "Project Unlock Music: 加解密支持库",
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
|
Loading…
Reference in New Issue
Block a user