@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/index.esm.js
CHANGED
|
@@ -34232,9 +34232,9 @@ var formatProviders = function formatProviders(providers) {
|
|
|
34232
34232
|
};
|
|
34233
34233
|
|
|
34234
34234
|
var name = "@audius/sdk";
|
|
34235
|
-
var version = "1.0.
|
|
34235
|
+
var version = "1.0.17";
|
|
34236
34236
|
var audius = {
|
|
34237
|
-
releaseSHA: "
|
|
34237
|
+
releaseSHA: "9dc55f08221648a366e060d1f8ad53cd21a651a1"
|
|
34238
34238
|
};
|
|
34239
34239
|
var description = "";
|
|
34240
34240
|
var main = "dist/index.cjs.js";
|
|
@@ -34365,7 +34365,7 @@ var devDependencies = {
|
|
|
34365
34365
|
};
|
|
34366
34366
|
var repository = {
|
|
34367
34367
|
type: "git",
|
|
34368
|
-
url: "git+https://github.com/AudiusProject/audius-protocol/tree/
|
|
34368
|
+
url: "git+https://github.com/AudiusProject/audius-protocol/tree/main/libs"
|
|
34369
34369
|
};
|
|
34370
34370
|
var engines = {
|
|
34371
34371
|
node: ">=14.0.0"
|
|
@@ -34375,7 +34375,7 @@ var license = "Apache-2.0";
|
|
|
34375
34375
|
var bugs = {
|
|
34376
34376
|
url: "https://github.com/AudiusProject/audius-protocol/issues"
|
|
34377
34377
|
};
|
|
34378
|
-
var homepage = "https://github.com/AudiusProject/audius-protocol/tree/
|
|
34378
|
+
var homepage = "https://github.com/AudiusProject/audius-protocol/tree/main/libs";
|
|
34379
34379
|
var require$$0 = {
|
|
34380
34380
|
name: name,
|
|
34381
34381
|
version: version,
|
|
@@ -34405,7 +34405,7 @@ var version_1 = packageJson.version;
|
|
|
34405
34405
|
/**
|
|
34406
34406
|
* Converts a BN to a Uint8Array of length 8, in little endian notation.
|
|
34407
34407
|
* Useful for when Rust wants a u64 (8 * 8) represented as a byte array.
|
|
34408
|
-
* Ex: https://github.com/AudiusProject/audius-protocol/blob/
|
|
34408
|
+
* Ex: https://github.com/AudiusProject/audius-protocol/blob/main/solana-programs/reward-manager/program/src/processor.rs#L389
|
|
34409
34409
|
*/
|
|
34410
34410
|
var padBNToUint8Array = function padBNToUint8Array(bn) {
|
|
34411
34411
|
return bn.toArray('le', 8);
|
|
@@ -47571,7 +47571,10 @@ var definitions$2 = {
|
|
|
47571
47571
|
title: "CID"
|
|
47572
47572
|
},
|
|
47573
47573
|
PremiumConditions: {
|
|
47574
|
-
type:
|
|
47574
|
+
type: [
|
|
47575
|
+
"object",
|
|
47576
|
+
"null"
|
|
47577
|
+
],
|
|
47575
47578
|
additionalProperties: false,
|
|
47576
47579
|
properties: {
|
|
47577
47580
|
nft_collection: {
|