@zoralabs/protocol-deployments 0.1.5 → 0.1.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.
@@ -12,9 +12,9 @@ $ tsx scripts/bundle-configs.ts && yarn prettier
12
12
  $ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
13
13
  src/addresses.ts 248ms (unchanged)
14
14
  src/index.ts 6ms (unchanged)
15
- scripts/bundle-chainConfigs.ts 22ms (unchanged)
16
- scripts/bundle-configs.ts 45ms (unchanged)
17
- wagmi.config.ts 47ms (unchanged)
15
+ scripts/bundle-chainConfigs.ts 19ms (unchanged)
16
+ scripts/bundle-configs.ts 40ms (unchanged)
17
+ wagmi.config.ts 44ms (unchanged)
18
18
  CLI Building entry: src/index.ts
19
19
  CLI Using tsconfig: tsconfig.json
20
20
  CLI tsup v7.3.0
@@ -23,9 +23,9 @@ wagmi.config.ts 47ms (unchanged)
23
23
  CLI Cleaning output folder
24
24
  CJS Build start
25
25
  ESM Build start
26
- ESM dist/index.js 165.51 KB
27
- ESM dist/index.js.map 307.47 KB
28
- ESM ⚡️ Build success in 60ms
29
26
  CJS dist/index.cjs 168.25 KB
30
27
  CJS dist/index.cjs.map 307.97 KB
31
- CJS ⚡️ Build success in 61ms
28
+ CJS ⚡️ Build success in 58ms
29
+ ESM dist/index.js 165.51 KB
30
+ ESM dist/index.js.map 307.47 KB
31
+ ESM ⚡️ Build success in 57ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 9a16b81: Remove graphql-request from hard dependencies in protocol sdk
8
+
3
9
  ## 0.1.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",