@zoralabs/protocol-sdk 0.7.3-SPARKS.0 → 0.7.3
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 +16 -0
- package/CHANGELOG.md +9 -4
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/mints/mints-relay-example.d.ts +4 -4
- package/dist/mints/mints-relay-example.d.ts.map +1 -1
- package/package.json +10 -6
- package/src/create/1155-create-helper.test.ts +325 -0
- package/src/mint/mint-client.test.ts +263 -0
- package/src/mints/mints-contracts.test.ts +529 -0
- package/src/mints/mints-eth-unwrapper-and-caller.test.ts +467 -0
- package/src/mints/mints-eth-unwrapper-and-caller.ts +2 -2
- package/src/mints/mints-queries.test.ts +105 -0
- package/src/mints/mints-relay-example.ts +22 -13
- package/src/premint/premint-client.test.ts +290 -0
- package/src/premint/preminter.test.ts +866 -0
- package/test-integration/setup-test-contracts.ts +96 -0
- package/tsconfig.build.json +10 -0
- package/tsup.config.ts +12 -0
- package/yarn-error.log +0 -8602
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
$ yarn run tsup
|
|
2
|
+
$ /home/runner/work/zora-protocol-private/zora-protocol-private/node_modules/.bin/tsup
|
|
3
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
4
|
+
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
5
|
+
[34mCLI[39m tsup v7.3.0
|
|
6
|
+
[34mCLI[39m Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk/tsup.config.ts
|
|
7
|
+
[34mCLI[39m Target: es2021
|
|
8
|
+
[34mCLI[39m Cleaning output folder
|
|
9
|
+
[34mCJS[39m Build start
|
|
10
|
+
[34mESM[39m Build start
|
|
11
|
+
[32mESM[39m [1mdist/index.js [22m[32m111.58 KB[39m
|
|
12
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m249.54 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 180ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m118.42 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m249.74 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 186ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
# @zoralabs/protocol-sdk
|
|
2
2
|
|
|
3
|
-
## 0.7.3
|
|
3
|
+
## 0.7.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
- 898c84a7: [chore] Update dependencies and runtime scripts
|
|
8
|
+
|
|
9
|
+
This ensures jobs do not match binary names to make runs less ambigious and also that all deps are accounted for.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [898c84a7]
|
|
12
|
+
- Updated dependencies [0ec838a4]
|
|
13
|
+
- Updated dependencies [e0b5074d]
|
|
14
|
+
- @zoralabs/protocol-deployments@0.2.0
|
|
10
15
|
|
|
11
16
|
## 0.7.2
|
|
12
17
|
|
package/dist/index.cjs
CHANGED
|
@@ -2988,7 +2988,7 @@ var unwrapAndForwardEthPermitAndTypedDataDefinition = ({
|
|
|
2988
2988
|
tokenIds,
|
|
2989
2989
|
quantities,
|
|
2990
2990
|
safeTransferData: safeTransferData || makeCallWithEthSafeTransferData(callWithEth),
|
|
2991
|
-
to: import_protocol_deployments11.
|
|
2991
|
+
to: import_protocol_deployments11.mintsEthUnwrapperAndCallerAddress[chainId],
|
|
2992
2992
|
nonce
|
|
2993
2993
|
});
|
|
2994
2994
|
|