@pancakeswap/token-lists 0.0.13 → 0.0.14

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/token-lists@0.0.13 build /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists
2
+ > @pancakeswap/token-lists@0.0.14 build /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"./src/index.ts","react":"./react/index.ts"}
@@ -15,15 +15,15 @@ CJS dist/index.js 815.00 B
15
15
  CJS dist/chunk-OGWZ2K32.js 2.83 KB
16
16
  CJS dist/getTokenList-A3DXVBCD.js 14.38 KB
17
17
  CJS dist/react.js 9.13 KB
18
- CJS ⚡️ Build success in 868ms
18
+ CJS ⚡️ Build success in 841ms
19
19
  ESM dist/chunk-2L3ZO4UM.mjs 1.42 KB
20
20
  ESM dist/index.mjs 160.00 B
21
21
  ESM dist/chunk-COROHIJN.mjs 2.67 KB
22
22
  ESM dist/getTokenList-PEH2JP67.mjs 14.03 KB
23
23
  ESM dist/react.mjs 8.43 KB
24
- ESM ⚡️ Build success in 872ms
24
+ ESM ⚡️ Build success in 841ms
25
25
  DTS Build start
26
- DTS ⚡️ Build success in 9684ms
26
+ DTS ⚡️ Build success in 9341ms
27
27
  DTS dist/index.d.ts 1.68 KB
28
28
  DTS dist/react.d.ts 2.52 KB
29
29
  DTS dist/types-d6730d17.d.ts 1.03 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pancakeswap/token-lists
2
2
 
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [176eb10]
8
+ - Updated dependencies [176eb10]
9
+ - @pancakeswap/swap-sdk-core@1.3.0
10
+
3
11
  ## 0.0.13
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pancakeswap/token-lists",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
7
7
  "dependencies": {
8
8
  "ajv": "^6.12.3",
9
9
  "lodash": "^4.17.21",
10
- "@pancakeswap/swap-sdk-core": "1.2.0"
10
+ "@pancakeswap/swap-sdk-core": "1.3.0"
11
11
  },
12
12
  "peerDependencies": {
13
13
  "@reduxjs/toolkit": "^1.9.1",