@pancakeswap/token-lists 0.0.11 → 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.
- package/.turbo/turbo-build.log +25 -25
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
> @pancakeswap/token-lists@0.0.
|
|
2
|
+
> @pancakeswap/token-lists@0.0.12 build /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pancakeswap/token-lists",
|
|
3
|
-
"version": "0.0.
|
|
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.
|
|
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.
|
|
25
|
+
"@pancakeswap/utils": "6.0.9"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|