@pancakeswap/tokens 0.2.0 → 0.2.1

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/tokens@0.2.0 build /home/runner/work/pancake-frontend/pancake-frontend/packages/tokens
2
+ > @pancakeswap/tokens@0.2.1 build /home/runner/work/pancake-frontend/pancake-frontend/packages/tokens
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"./src/index.ts"}
@@ -10,7 +10,7 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 75.46 KB
14
- CJS ⚡️ Build success in 438ms
15
13
  ESM dist/index.mjs 71.18 KB
16
- ESM ⚡️ Build success in 439ms
14
+ ESM ⚡️ Build success in 597ms
15
+ CJS dist/index.js 75.46 KB
16
+ CJS ⚡️ Build success in 598ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pancakeswap/tokens
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3ba496cb1]
8
+ - @pancakeswap/sdk@5.2.1
9
+ - @pancakeswap/token-lists@0.0.8
10
+
3
11
  ## 0.2.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pancakeswap/tokens",
3
3
  "license": "MIT",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "description": "Tokens for pancakeswap",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
8
8
  "sideEffects": false,
9
9
  "types": "./dist/index.d.ts",
10
10
  "dependencies": {
11
- "@pancakeswap/sdk": "5.2.0",
11
+ "@pancakeswap/sdk": "5.2.1",
12
12
  "@pancakeswap/token-lists": "0.0.8"
13
13
  },
14
14
  "devDependencies": {