@pancakeswap/tokens 0.1.1 → 0.1.3

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.
@@ -0,0 +1,16 @@
1
+
2
+ > @pancakeswap/tokens@0.1.3 build /home/runner/work/pancake-frontend/pancake-frontend/packages/tokens
3
+ > tsup
4
+
5
+ CLI Building entry: {"index":"./src/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/tokens/tsup.config.ts
9
+ CLI Target: node14
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ ESM dist/index.mjs 64.81 KB
14
+ ESM ⚡️ Build success in 399ms
15
+ CJS dist/index.js 68.42 KB
16
+ CJS ⚡️ Build success in 400ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @pancakeswap/tokens
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [938aa75f5]
8
+ - @pancakeswap/sdk@5.0.0
9
+ - @pancakeswap/token-lists@0.0.7
10
+
11
+ ## 0.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [b5dbd2921]
16
+ - @pancakeswap/sdk@4.0.0
17
+ - @pancakeswap/token-lists@0.0.7
18
+
3
19
  ## 0.1.1
4
20
 
5
21
  ### Patch Changes