@lobehub/icons 1.42.0 → 1.43.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/es/Luma/style.d.ts +1 -1
- package/es/Luma/style.js +1 -1
- package/package.json +5 -4
package/es/Luma/style.d.ts
CHANGED
package/es/Luma/style.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/icons",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.43.0",
|
4
4
|
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
|
5
5
|
"keywords": [
|
6
6
|
"lobehub",
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"es"
|
28
28
|
],
|
29
29
|
"scripts": {
|
30
|
-
"build": "father build
|
31
|
-
"build:
|
30
|
+
"build": "father build",
|
31
|
+
"build:static": "tsx scripts/svgWorkflow/index.ts",
|
32
32
|
"build:watch": "father dev",
|
33
33
|
"ci": "npm run lint && npm run type-check",
|
34
34
|
"clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
|
@@ -43,7 +43,8 @@
|
|
43
43
|
"prepublishOnly": "npm run build",
|
44
44
|
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
|
45
45
|
"pull": "git pull",
|
46
|
-
"release": "semantic-release
|
46
|
+
"release": "semantic-release",
|
47
|
+
"release:static": "multi-semantic-release",
|
47
48
|
"setup": "dumi setup",
|
48
49
|
"start": "npm run dev",
|
49
50
|
"sync:md": "tsx scripts/readmeWorkflow/index.ts",
|