@lobehub/icons 4.4.3 → 4.6.0

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/README.md CHANGED
@@ -32,6 +32,7 @@ Contributions, corrections & requests can be made on GitHub.
32
32
 
33
33
  ![](https://github.com/lobehub/lobe-icons/assets/17870709/7e2c56d2-d7ea-4cb8-842b-22de162d6486)
34
34
 
35
+
35
36
  </div>
36
37
 
37
38
  <details>
@@ -141,7 +141,7 @@ export var modelMappings = [{
141
141
  keywords: ['^glm-(.*)v', '/glm-(.*)v']
142
142
  }, {
143
143
  Icon: ZAI,
144
- keywords: ['^glm-4', '/glm-4']
144
+ keywords: ['^glm-5', '/glm-5', '/glm5', '^glm-4', '/glm-4', '/glm4']
145
145
  }, {
146
146
  Icon: ChatGLM,
147
147
  keywords: ['^glm-', '/glm-', 'chatglm']
@@ -264,7 +264,7 @@ export var modelMappings = [{
264
264
  keywords: ['^jina', '/jina']
265
265
  }, {
266
266
  Icon: Doubao,
267
- keywords: ['^ep-', 'doubao-', 'seedream', 'seededit']
267
+ keywords: ['^ep-', 'doubao-', 'seedream', 'seededit', 'seedance-']
268
268
  }, {
269
269
  Icon: Hunyuan,
270
270
  keywords: ['hunyuan']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "4.4.3",
3
+ "version": "4.6.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -39,9 +39,5 @@
39
39
  "antd": "^6.1.1",
40
40
  "react": "^19.0.0",
41
41
  "react-dom": "^19.0.0"
42
- },
43
- "packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
44
- "engines": {
45
- "node": ">=22.0.0"
46
42
  }
47
43
  }