@pancakeswap/pools 4.0.4 → 4.0.5

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @pancakeswap/pools@4.0.4 build /home/runner/work/pancake-frontend/pancake-frontend/packages/pools
2
+ > @pancakeswap/pools@4.0.5 build /home/runner/work/pancake-frontend/pancake-frontend/packages/pools
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"./src/index.ts"}
@@ -12,7 +12,7 @@
12
12
  CJS Build start
13
13
  CJS dist/index.js 175.01 KB
14
14
  CJS dist/index.js.map 296.92 KB
15
- CJS ⚡️ Build success in 1375ms
15
+ CJS ⚡️ Build success in 1568ms
16
16
  ESM dist/index.mjs 167.31 KB
17
17
  ESM dist/index.mjs.map 296.92 KB
18
- ESM ⚡️ Build success in 1377ms
18
+ ESM ⚡️ Build success in 1570ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pancakeswap/pools
2
2
 
3
+ ## 4.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d0f9b28a9]
8
+ - @pancakeswap/tokens@0.3.1
9
+ - @pancakeswap/token-lists@0.0.8
10
+
3
11
  ## 4.0.4
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pancakeswap/pools",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "sideEffects": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "wagmi": "^1.3.10",
13
13
  "@pancakeswap/sdk": "5.3.0",
14
14
  "@pancakeswap/token-lists": "0.0.8",
15
- "@pancakeswap/tokens": "0.3.0"
15
+ "@pancakeswap/tokens": "0.3.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/lodash": "^4.14.168",
@@ -20,7 +20,7 @@
20
20
  "typescript": "^5.1.3",
21
21
  "vitest": "^0.27.2",
22
22
  "@pancakeswap/tsconfig": "0.0.0",
23
- "@pancakeswap/utils": "4.0.0"
23
+ "@pancakeswap/utils": "4.0.1"
24
24
  },
25
25
  "exports": {
26
26
  "./package.json": "./package.json",