@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.
@@ -0,0 +1,16 @@
1
+ $ yarn run tsup
2
+ $ /home/runner/work/zora-protocol-private/zora-protocol-private/node_modules/.bin/tsup
3
+ CLI Building entry: src/index.ts
4
+ CLI Using tsconfig: tsconfig.build.json
5
+ CLI tsup v7.3.0
6
+ CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk/tsup.config.ts
7
+ CLI Target: es2021
8
+ CLI Cleaning output folder
9
+ CJS Build start
10
+ ESM Build start
11
+ ESM dist/index.js 111.58 KB
12
+ ESM dist/index.js.map 249.54 KB
13
+ ESM ⚡️ Build success in 180ms
14
+ CJS dist/index.cjs 118.42 KB
15
+ CJS dist/index.cjs.map 249.74 KB
16
+ CJS ⚡️ Build success in 186ms
package/CHANGELOG.md CHANGED
@@ -1,12 +1,17 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
- ## 0.7.3-SPARKS.0
3
+ ## 0.7.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [94f524b4]
8
- - Updated dependencies [fcf962f2]
9
- - @zoralabs/protocol-deployments@0.2.0-SPARKS.0
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.sparksEthUnwrapperAndCallerAddress[chainId],
2991
+ to: import_protocol_deployments11.mintsEthUnwrapperAndCallerAddress[chainId],
2992
2992
  nonce
2993
2993
  });
2994
2994