mirror of https://github.com/iconify/api.git
chore: publish new minor version
This commit is contained in:
parent
8e35844326
commit
407792e2bc
|
|
@ -10,7 +10,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fastify/formbody": "^8.0.2",
|
||||
"@iconify/tools": "^5.0.0-beta.5",
|
||||
"@iconify/tools": "^5.0.0",
|
||||
"@iconify/types": "^2.0.0",
|
||||
"@iconify/utils": "^3.1.0",
|
||||
"dotenv": "^17.2.3",
|
||||
|
|
@ -656,9 +656,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@iconify/tools": {
|
||||
"version": "5.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-5.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-nYitsGOOCEleUKOGQ6BygnRDi5zVjgJyx1rr2OBJMbVBSy0WrbJ/Mtjh5vpnGdut/f4/OxpCWK+VmAhgmWWmyw==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-5.0.0.tgz",
|
||||
"integrity": "sha512-GY/FsuNdWA/FbkLqgQ8b1PHFkNvjMeSFWaVJdLldYGHBp0lZ64HJlcS0qzLfglacHTd8zYdfQjF74RxGqyGMgw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cyberalien/svg-utils": "^1.0.11",
|
||||
|
|
@ -3240,9 +3240,9 @@
|
|||
}
|
||||
},
|
||||
"@iconify/tools": {
|
||||
"version": "5.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-5.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-nYitsGOOCEleUKOGQ6BygnRDi5zVjgJyx1rr2OBJMbVBSy0WrbJ/Mtjh5vpnGdut/f4/OxpCWK+VmAhgmWWmyw==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-5.0.0.tgz",
|
||||
"integrity": "sha512-GY/FsuNdWA/FbkLqgQ8b1PHFkNvjMeSFWaVJdLldYGHBp0lZ64HJlcS0qzLfglacHTd8zYdfQjF74RxGqyGMgw==",
|
||||
"requires": {
|
||||
"@cyberalien/svg-utils": "^1.0.11",
|
||||
"@iconify/types": "^2.0.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Iconify API",
|
||||
"author": "Vjacheslav Trushkin",
|
||||
"license": "MIT",
|
||||
"version": "3.1.1",
|
||||
"version": "3.2.0",
|
||||
"type": "module",
|
||||
"bugs": "https://github.com/iconify/api/issues",
|
||||
"homepage": "https://github.com/iconify/api",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fastify/formbody": "^8.0.2",
|
||||
"@iconify/tools": "^5.0.0-beta.5",
|
||||
"@iconify/tools": "^5.0.0",
|
||||
"@iconify/types": "^2.0.0",
|
||||
"@iconify/utils": "^3.1.0",
|
||||
"dotenv": "^17.2.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue