@pancakeswap/token-lists 0.0.10 → 0.0.11

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.10 build /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists
2
+ > @pancakeswap/token-lists@0.0.11 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 @@ Entry module "dist/getTokenList-VM72I6KY.js" is using named and default exports
15
15
  ESM dist/chunk-COROHIJN.mjs 2.67 KB
16
16
  ESM dist/getTokenList-B3VE4CV2.mjs 13.41 KB
17
17
  ESM dist/react.mjs 8.43 KB
18
- ESM ⚡️ Build success in 888ms
18
+ ESM ⚡️ Build success in 731ms
19
19
  CJS dist/chunk-4TPCCB4K.js 1.49 KB
20
20
  CJS dist/index.js 815.00 B
21
21
  CJS dist/chunk-OGWZ2K32.js 2.83 KB
22
22
  CJS dist/getTokenList-VM72I6KY.js 13.76 KB
23
23
  CJS dist/react.js 9.13 KB
24
- CJS ⚡️ Build success in 891ms
24
+ CJS ⚡️ Build success in 733ms
25
25
  DTS Build start
26
- DTS ⚡️ Build success in 7262ms
26
+ DTS ⚡️ Build success in 6959ms
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,12 @@
1
1
  # @pancakeswap/token-lists
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [610a24a]
8
+ - @pancakeswap/swap-sdk-core@1.1.0
9
+
3
10
  ## 0.0.10
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pancakeswap/token-lists",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
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.0.1"
10
+ "@pancakeswap/swap-sdk-core": "1.1.0"
11
11
  },
12
12
  "peerDependencies": {
13
13
  "@reduxjs/toolkit": "^1.9.1",
@@ -22,7 +22,7 @@
22
22
  "localforage": "^1.10.0",
23
23
  "react": "^18.2.0",
24
24
  "tsup": "^6.7.0",
25
- "@pancakeswap/utils": "6.0.2"
25
+ "@pancakeswap/utils": "6.0.3"
26
26
  },
27
27
  "exports": {
28
28
  ".": {