@yodlpay/tokenlists 0.8.35 → 0.8.36
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/dist/tokenlist-featured.json +723 -185
- package/dist/tokenlist-generated.json +673 -337
- package/dist/tokenlists.cjs.development.js +850 -426
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +850 -426
- package/dist/tokenlists.esm.js.map +1 -1
- package/dist/types.d.ts +4 -0
- package/package.json +3 -2
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yodlpay/tokenlists",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.36",
|
|
4
4
|
"description": "Tokenlist typings, schema and lists.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"test": "jest",
|
|
18
18
|
"typecheck": "tsc --noEmit -p ./tsconfig.json",
|
|
19
19
|
"update": "tsx scripts/update.ts",
|
|
20
|
-
"prepublishOnly": "npm run test && npm run build"
|
|
20
|
+
"prepublishOnly": "npm run test && npm run build",
|
|
21
|
+
"update-tokenlists-display-decimals": "tsx scripts/displayDecimals/index.ts"
|
|
21
22
|
},
|
|
22
23
|
"license": "MIT",
|
|
23
24
|
"publishConfig": {
|