@pancakeswap/tokens 0.9.0 → 0.9.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @pancakeswap/tokens@0.9.
|
|
2
|
+
> @pancakeswap/tokens@0.9.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"}
|
|
@@ -11,6 +11,6 @@ CLI Cleaning output folder
|
|
|
11
11
|
ESM Build start
|
|
12
12
|
CJS Build start
|
|
13
13
|
CJS dist/index.js 136.40 KB
|
|
14
|
-
CJS ⚡️ Build success in
|
|
14
|
+
CJS ⚡️ Build success in 1889ms
|
|
15
15
|
ESM dist/index.mjs 126.24 KB
|
|
16
|
-
ESM ⚡️ Build success in
|
|
16
|
+
ESM ⚡️ Build success in 1889ms
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pancakeswap/tokens",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.1",
|
|
5
5
|
"description": "Tokens for pancakeswap",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@pancakeswap/chains": "0.9.0",
|
|
12
|
-
"@pancakeswap/sdk": "5.9.
|
|
13
|
-
"@pancakeswap/token-lists": "0.1.
|
|
12
|
+
"@pancakeswap/sdk": "5.9.2",
|
|
13
|
+
"@pancakeswap/token-lists": "0.1.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"tsup": "^6.7.0",
|