@zoralabs/protocol-sdk 0.7.5 → 0.7.6
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/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +8 -0
- package/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @zoralabs/protocol-sdk@0.7.
|
|
2
|
+
> @zoralabs/protocol-sdk@0.7.6 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk
|
|
3
3
|
> pnpm tsup
|
|
4
4
|
|
|
5
5
|
CLI Building entry: src/index.ts
|
|
@@ -10,9 +10,9 @@ CLI Target: es2021
|
|
|
10
10
|
CLI Cleaning output folder
|
|
11
11
|
CJS Build start
|
|
12
12
|
ESM Build start
|
|
13
|
-
ESM dist/index.js 178.86 KB
|
|
14
|
-
ESM dist/index.js.map 364.87 KB
|
|
15
|
-
ESM ⚡️ Build success in 299ms
|
|
16
13
|
CJS dist/index.cjs 184.43 KB
|
|
17
14
|
CJS dist/index.cjs.map 366.90 KB
|
|
18
|
-
CJS ⚡️ Build success in
|
|
15
|
+
CJS ⚡️ Build success in 300ms
|
|
16
|
+
ESM dist/index.js 178.86 KB
|
|
17
|
+
ESM dist/index.js.map 364.87 KB
|
|
18
|
+
ESM ⚡️ Build success in 341ms
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -4899,7 +4899,7 @@ function isArweaveURL(url) {
|
|
|
4899
4899
|
return url && typeof url === "string" ? url.startsWith("ar://") : false;
|
|
4900
4900
|
}
|
|
4901
4901
|
|
|
4902
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
4902
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/bytes.js
|
|
4903
4903
|
var empty = new Uint8Array(0);
|
|
4904
4904
|
function equals(aa, bb) {
|
|
4905
4905
|
if (aa === bb)
|
|
@@ -4925,7 +4925,7 @@ function coerce4(o) {
|
|
|
4925
4925
|
throw new Error("Unknown type, must be binary type");
|
|
4926
4926
|
}
|
|
4927
4927
|
|
|
4928
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
4928
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/vendor/base-x.js
|
|
4929
4929
|
function base2(ALPHABET, name) {
|
|
4930
4930
|
if (ALPHABET.length >= 255) {
|
|
4931
4931
|
throw new TypeError("Alphabet too long");
|
|
@@ -5061,7 +5061,7 @@ var src = base2;
|
|
|
5061
5061
|
var _brrp__multiformats_scope_baseX = src;
|
|
5062
5062
|
var base_x_default = _brrp__multiformats_scope_baseX;
|
|
5063
5063
|
|
|
5064
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
5064
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/bases/base.js
|
|
5065
5065
|
var Encoder = class {
|
|
5066
5066
|
constructor(name, prefix, baseEncode) {
|
|
5067
5067
|
__publicField(this, "name");
|
|
@@ -5232,7 +5232,7 @@ function rfc4648({ name, prefix, bitsPerChar, alphabet }) {
|
|
|
5232
5232
|
});
|
|
5233
5233
|
}
|
|
5234
5234
|
|
|
5235
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
5235
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/bases/base32.js
|
|
5236
5236
|
var base32 = rfc4648({
|
|
5237
5237
|
prefix: "b",
|
|
5238
5238
|
name: "base32",
|
|
@@ -5288,7 +5288,7 @@ var base32z = rfc4648({
|
|
|
5288
5288
|
bitsPerChar: 5
|
|
5289
5289
|
});
|
|
5290
5290
|
|
|
5291
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
5291
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/bases/base58.js
|
|
5292
5292
|
var base58btc = baseX({
|
|
5293
5293
|
name: "base58btc",
|
|
5294
5294
|
prefix: "z",
|
|
@@ -5300,7 +5300,7 @@ var base58flickr = baseX({
|
|
|
5300
5300
|
alphabet: "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"
|
|
5301
5301
|
});
|
|
5302
5302
|
|
|
5303
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
5303
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/vendor/varint.js
|
|
5304
5304
|
var encode_1 = encode2;
|
|
5305
5305
|
var MSB = 128;
|
|
5306
5306
|
var REST = 127;
|
|
@@ -5359,7 +5359,7 @@ var varint = {
|
|
|
5359
5359
|
var _brrp_varint = varint;
|
|
5360
5360
|
var varint_default = _brrp_varint;
|
|
5361
5361
|
|
|
5362
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
5362
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/varint.js
|
|
5363
5363
|
function decode3(data, offset = 0) {
|
|
5364
5364
|
const code = varint_default.decode(data, offset);
|
|
5365
5365
|
return [code, varint_default.decode.bytes];
|
|
@@ -5372,7 +5372,7 @@ function encodingLength(int) {
|
|
|
5372
5372
|
return varint_default.encodingLength(int);
|
|
5373
5373
|
}
|
|
5374
5374
|
|
|
5375
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
5375
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/hashes/digest.js
|
|
5376
5376
|
function create(code, digest) {
|
|
5377
5377
|
const size = digest.byteLength;
|
|
5378
5378
|
const sizeOffset = encodingLength(code);
|
|
@@ -5417,7 +5417,7 @@ var Digest = class {
|
|
|
5417
5417
|
}
|
|
5418
5418
|
};
|
|
5419
5419
|
|
|
5420
|
-
// ../../node_modules/.pnpm/multiformats@13.2.
|
|
5420
|
+
// ../../node_modules/.pnpm/multiformats@13.2.1/node_modules/multiformats/dist/src/cid.js
|
|
5421
5421
|
function format(link, base3) {
|
|
5422
5422
|
const { bytes, version } = link;
|
|
5423
5423
|
switch (version) {
|