lina-router 0.4.31 → 0.4.32
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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lina-router",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.32",
|
|
4
4
|
"description": "Save 20-40% tokens. Route your AI coding tools to 40+ providers. Free models included.",
|
|
5
|
-
"bin":
|
|
5
|
+
"bin": {
|
|
6
|
+
"lina-router": "./bin/lina-router.js"
|
|
7
|
+
},
|
|
6
8
|
"scripts": {
|
|
7
9
|
"dev": "next dev --webpack --port 20128",
|
|
8
10
|
"build": "NODE_ENV=production next build --webpack",
|