@audius/sdk 1.0.4 → 1.0.5

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/legacy.js CHANGED
@@ -75,7 +75,6 @@ var AudiusData__namespace = /*#__PURE__*/_interopNamespace(AudiusData);
75
75
  var anchor__default = /*#__PURE__*/_interopDefaultLegacy(anchor);
76
76
  var solanaWeb3__default = /*#__PURE__*/_interopDefaultLegacy(solanaWeb3);
77
77
  var splToken__default = /*#__PURE__*/_interopDefaultLegacy(splToken);
78
- var borsh__default = /*#__PURE__*/_interopDefaultLegacy(borsh);
79
78
  var BN__default = /*#__PURE__*/_interopDefaultLegacy(BN);
80
79
  var keccak256__default = /*#__PURE__*/_interopDefaultLegacy(keccak256);
81
80
  var secp256k1__default = /*#__PURE__*/_interopDefaultLegacy(secp256k1);
@@ -33508,9 +33507,9 @@ var formatProviders = function formatProviders(providers) {
33508
33507
  };
33509
33508
 
33510
33509
  var name = "@audius/sdk";
33511
- var version = "1.0.4";
33510
+ var version = "1.0.5";
33512
33511
  var audius = {
33513
- releaseSHA: "e6ca21697f2d23e30606d4f341f62fcacce560a6"
33512
+ releaseSHA: "cddbf59599ed672ba3047f94f910c983b2c45a1d"
33514
33513
  };
33515
33514
  var description = "";
33516
33515
  var main = "dist/index.cjs.js";
@@ -34253,7 +34252,7 @@ var createUserBankFrom = /*#__PURE__*/function () {
34253
34252
  instructionData = new CreateTokenAccountInstructionData({
34254
34253
  ethAddress: ethAddressArr
34255
34254
  });
34256
- serializedInstructionData = borsh__default["default"].serialize(createTokenAccountInstructionSchema, instructionData); // 0th index in the Rust instruction enum
34255
+ serializedInstructionData = borsh.serialize(createTokenAccountInstructionSchema, instructionData); // 0th index in the Rust instruction enum
34257
34256
 
34258
34257
  serializedInstructionEnum = Uint8Array.of.apply(Uint8Array, [0].concat(_toConsumableArray(serializedInstructionData))); // Create the account we aim to generate
34259
34258
 
@@ -34381,7 +34380,7 @@ function _getTokenAccountInfo() {
34381
34380
  // NOTE: Our version of spl-token omits the second argument
34382
34381
  // in the type definitions even though it's actually available,
34383
34382
  // so we suppress error until we can upgrade.
34384
- // @ts-ignore
34383
+ // @ts-expect-error
34385
34384
 
34386
34385
  _context2.next = 4;
34387
34386
  return token.getAccountInfo(tokenAccountAddressKey, 'processed');