@pancakeswap/tokens 0.7.3 → 0.7.4
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 +9 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @pancakeswap/tokens@0.7.
|
|
2
|
+
> @pancakeswap/tokens@0.7.4 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
|
ESM dist/index.mjs 124.54 KB
|
|
14
|
-
ESM ⚡️ Build success in
|
|
14
|
+
ESM ⚡️ Build success in 817ms
|
|
15
15
|
CJS dist/index.js 134.46 KB
|
|
16
|
-
CJS ⚡️ Build success in
|
|
16
|
+
CJS ⚡️ Build success in 1185ms
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pancakeswap/tokens",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.4",
|
|
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/chains": "0.5.
|
|
12
|
-
"@pancakeswap/sdk": "5.8.
|
|
11
|
+
"@pancakeswap/chains": "0.5.2",
|
|
12
|
+
"@pancakeswap/sdk": "5.8.14",
|
|
13
13
|
"@pancakeswap/token-lists": "0.0.15"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"tsup": "^6.7.0",
|
|
17
|
-
"@pancakeswap/utils": "6.1.
|
|
17
|
+
"@pancakeswap/utils": "6.1.1"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|