@audius/sdk 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.js +1 -1
- package/dist/core.js.map +1 -1
- package/dist/index.cjs.js +9 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +9 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/legacy.js +9 -6
- package/dist/legacy.js.map +1 -1
- package/dist/native-libs.js +9 -6
- package/dist/native-libs.js.map +1 -1
- package/dist/services/solana/padBNToUint8Array.d.ts +1 -1
- package/package.json +4 -4
- package/scripts/release.sh +13 -13
- package/src/services/schemaValidator/schemas/trackSchema.json +1 -1
- package/src/services/solana/padBNToUint8Array.ts +1 -1
package/dist/legacy.js
CHANGED
|
@@ -34277,9 +34277,9 @@ var formatProviders = function formatProviders(providers) {
|
|
|
34277
34277
|
};
|
|
34278
34278
|
|
|
34279
34279
|
var name = "@audius/sdk";
|
|
34280
|
-
var version = "1.0.
|
|
34280
|
+
var version = "1.0.17";
|
|
34281
34281
|
var audius = {
|
|
34282
|
-
releaseSHA: "
|
|
34282
|
+
releaseSHA: "9dc55f08221648a366e060d1f8ad53cd21a651a1"
|
|
34283
34283
|
};
|
|
34284
34284
|
var description = "";
|
|
34285
34285
|
var main = "dist/index.cjs.js";
|
|
@@ -34410,7 +34410,7 @@ var devDependencies = {
|
|
|
34410
34410
|
};
|
|
34411
34411
|
var repository = {
|
|
34412
34412
|
type: "git",
|
|
34413
|
-
url: "git+https://github.com/AudiusProject/audius-protocol/tree/
|
|
34413
|
+
url: "git+https://github.com/AudiusProject/audius-protocol/tree/main/libs"
|
|
34414
34414
|
};
|
|
34415
34415
|
var engines = {
|
|
34416
34416
|
node: ">=14.0.0"
|
|
@@ -34420,7 +34420,7 @@ var license = "Apache-2.0";
|
|
|
34420
34420
|
var bugs = {
|
|
34421
34421
|
url: "https://github.com/AudiusProject/audius-protocol/issues"
|
|
34422
34422
|
};
|
|
34423
|
-
var homepage = "https://github.com/AudiusProject/audius-protocol/tree/
|
|
34423
|
+
var homepage = "https://github.com/AudiusProject/audius-protocol/tree/main/libs";
|
|
34424
34424
|
var require$$0 = {
|
|
34425
34425
|
name: name,
|
|
34426
34426
|
version: version,
|
|
@@ -34450,7 +34450,7 @@ var version_1 = packageJson.version;
|
|
|
34450
34450
|
/**
|
|
34451
34451
|
* Converts a BN to a Uint8Array of length 8, in little endian notation.
|
|
34452
34452
|
* Useful for when Rust wants a u64 (8 * 8) represented as a byte array.
|
|
34453
|
-
* Ex: https://github.com/AudiusProject/audius-protocol/blob/
|
|
34453
|
+
* Ex: https://github.com/AudiusProject/audius-protocol/blob/main/solana-programs/reward-manager/program/src/processor.rs#L389
|
|
34454
34454
|
*/
|
|
34455
34455
|
var padBNToUint8Array = function padBNToUint8Array(bn) {
|
|
34456
34456
|
return bn.toArray('le', 8);
|
|
@@ -47616,7 +47616,10 @@ var definitions$2 = {
|
|
|
47616
47616
|
title: "CID"
|
|
47617
47617
|
},
|
|
47618
47618
|
PremiumConditions: {
|
|
47619
|
-
type:
|
|
47619
|
+
type: [
|
|
47620
|
+
"object",
|
|
47621
|
+
"null"
|
|
47622
|
+
],
|
|
47620
47623
|
additionalProperties: false,
|
|
47621
47624
|
properties: {
|
|
47622
47625
|
nft_collection: {
|