@zoralabs/protocol-sdk 0.3.2 → 0.3.3-prerelease.0

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.
@@ -9,7 +9,7 @@ $ tsup
9
9
  ESM Build start
10
10
  CJS dist/index.cjs 35.89 KB
11
11
  CJS dist/index.cjs.map 65.52 KB
12
- CJS ⚡️ Build success in 25ms
12
+ CJS ⚡️ Build success in 22ms
13
13
  ESM dist/index.js 33.30 KB
14
14
  ESM dist/index.js.map 65.40 KB
15
- ESM ⚡️ Build success in 25ms
15
+ ESM ⚡️ Build success in 22ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.3.3-prerelease.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dba9bb0]
8
+ - Updated dependencies [4c4ae23]
9
+ - @zoralabs/protocol-deployments@0.0.7-prerelease.0
10
+
3
11
  ## 0.3.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.3-prerelease.0",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "lint": "prettier --check 'src/**/*.ts'"
16
16
  },
17
17
  "dependencies": {
18
- "@zoralabs/protocol-deployments": "*",
18
+ "@zoralabs/protocol-deployments": "0.0.7-prerelease.0",
19
19
  "abitype": "^0.8.7",
20
20
  "vite": "4.5.0"
21
21
  },