Compare commits

..

No commits in common. "d3794d8d32ce21460e8dd6e049838053c76e8a27" and "7f03b5ed7685e04e8389b74c314fa9e50e43ca1f" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

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

View File

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