@pancakeswap/token-lists 0.0.10 → 0.0.12

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,29 +1,29 @@
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.12 build /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists
3
3
  > tsup
4
4
 
5
- CLI Building entry: {"index":"./src/index.ts","react":"./react/index.ts"}
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v6.7.0
8
- CLI Using tsup config: /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists/tsup.config.ts
9
- CLI Target: es6
10
- ESM Build start
11
- CJS Build start
5
+ CLI Building entry: {"index":"./src/index.ts","react":"./react/index.ts"}
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v6.7.0
8
+ CLI Using tsup config: /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists/tsup.config.ts
9
+ CLI Target: es6
10
+ ESM Build start
11
+ CJS Build start
12
12
  Entry module "dist/getTokenList-VM72I6KY.js" is using named and default exports together. Consumers of your bundle will have to use `chunk.default` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
13
- ESM dist/chunk-2L3ZO4UM.mjs 1.42 KB
14
- ESM dist/index.mjs 160.00 B
15
- ESM dist/chunk-COROHIJN.mjs 2.67 KB
16
- ESM dist/getTokenList-B3VE4CV2.mjs 13.41 KB
17
- ESM dist/react.mjs 8.43 KB
18
- ESM ⚡️ Build success in 888ms
19
- CJS dist/chunk-4TPCCB4K.js 1.49 KB
20
- CJS dist/index.js 815.00 B
21
- CJS dist/chunk-OGWZ2K32.js 2.83 KB
22
- CJS dist/getTokenList-VM72I6KY.js 13.76 KB
23
- CJS dist/react.js 9.13 KB
24
- CJS ⚡️ Build success in 891ms
25
- DTS Build start
26
- DTS ⚡️ Build success in 7262ms
27
- DTS dist/index.d.ts 1.68 KB
28
- DTS dist/react.d.ts 2.52 KB
29
- DTS dist/types-d6730d17.d.ts 1.03 KB
13
+ ESM dist/chunk-2L3ZO4UM.mjs 1.42 KB
14
+ ESM dist/index.mjs 160.00 B
15
+ ESM dist/chunk-COROHIJN.mjs 2.67 KB
16
+ ESM dist/getTokenList-B3VE4CV2.mjs 13.41 KB
17
+ ESM dist/react.mjs 8.43 KB
18
+ ESM ⚡️ Build success in 673ms
19
+ CJS dist/chunk-4TPCCB4K.js 1.49 KB
20
+ CJS dist/index.js 815.00 B
21
+ CJS dist/chunk-OGWZ2K32.js 2.83 KB
22
+ CJS dist/getTokenList-VM72I6KY.js 13.76 KB
23
+ CJS dist/react.js 9.13 KB
24
+ CJS ⚡️ Build success in 674ms
25
+ DTS Build start
26
+ DTS ⚡️ Build success in 7498ms
27
+ DTS dist/index.d.ts 1.68 KB
28
+ DTS dist/react.d.ts 2.52 KB
29
+ DTS dist/types-d6730d17.d.ts 1.03 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @pancakeswap/token-lists
2
2
 
3
+ ## 0.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f551e5e]
8
+ - @pancakeswap/swap-sdk-core@1.2.0
9
+
10
+ ## 0.0.11
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [610a24a]
15
+ - @pancakeswap/swap-sdk-core@1.1.0
16
+
3
17
  ## 0.0.10
4
18
 
5
19
  ### 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.12",
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.2.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.9"
26
26
  },
27
27
  "exports": {
28
28
  ".": {