@pancakeswap/token-lists 0.0.6 → 0.0.8

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,23 +1,29 @@
1
- warning package.json: No license field
2
- $ tsup
1
+
2
+ > @pancakeswap/token-lists@0.0.8 build /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists
3
+ > tsup
4
+
3
5
  CLI Building entry: {"index":"./src/index.ts","react":"./react/index.ts"}
4
6
  CLI Using tsconfig: tsconfig.json
5
- CLI tsup v6.6.3
7
+ CLI tsup v6.7.0
6
8
  CLI Using tsup config: /home/runner/work/pancake-frontend/pancake-frontend/packages/token-lists/tsup.config.ts
7
9
  CLI Target: es6
8
10
  ESM Build start
9
11
  CJS Build start
10
- ESM dist/index.mjs 239.00 B
11
- ESM dist/react.mjs 8.44 KB
12
- ESM dist/chunk-YBVZDUCZ.mjs 1.92 KB
13
- ESM dist/getTokenList-2FAKUE6D.mjs 13.43 KB
12
+ Entry module "dist/getTokenList-YNKBKHZ3.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.
14
13
  ESM dist/chunk-2L3ZO4UM.mjs 1.42 KB
15
- ESM ⚡️ Build success in 81ms
16
- CJS dist/index.js 3.11 KB
17
- CJS dist/react.js 27.98 KB
18
- CJS ⚡️ Build success in 80ms
14
+ ESM dist/index.mjs 160.00 B
15
+ ESM dist/chunk-COROHIJN.mjs 2.67 KB
16
+ ESM dist/getTokenList-2FAKUE6D.mjs 13.40 KB
17
+ ESM dist/react.mjs 8.29 KB
18
+ ESM ⚡️ Build success in 996ms
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-YNKBKHZ3.js 13.76 KB
23
+ CJS dist/react.js 8.97 KB
24
+ CJS ⚡️ Build success in 1012ms
19
25
  DTS Build start
20
- DTS ⚡️ Build success in 16627ms
21
- DTS dist/index.d.ts 1.51 KB
26
+ DTS ⚡️ Build success in 5666ms
27
+ DTS dist/index.d.ts 1.68 KB
22
28
  DTS dist/react.d.ts 2.50 KB
23
- DTS dist/types-d752b62d.d.ts 1.02 KB
29
+ DTS dist/types-d6730d17.d.ts 1.03 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @pancakeswap/token-lists
2
2
 
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - e31475e6b: chore: Bump up jotai
8
+
9
+ ## 0.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [b5dbd2921]
14
+ - @pancakeswap/swap-sdk-core@1.0.0
15
+
3
16
  ## 0.0.6
4
17
 
5
18
  ### Patch Changes