recoder-code 2.2.9 ā 2.3.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "recoder-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "š AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"production:check": "npm run lint && npm run typecheck && npm run security:audit",
|
|
35
35
|
"production:bundle": "npm run production:check && npm run build:production",
|
|
36
36
|
"production:deploy": "npm run production:bundle && npm publish --access public",
|
|
37
|
-
"postinstall": "node -e \"console.log('\\\\nš Recoder-Code v2.
|
|
37
|
+
"postinstall": "node -e \"console.log('\\\\nš Recoder-Code v2.3.0 installed!\\\\n\\\\nā
Quick Start: recoder-code\\\\nš” Get API key: https://openrouter.ai\\\\n')\"",
|
|
38
38
|
"prepare": "echo 'Package prepared for distribution'",
|
|
39
39
|
"prepublishOnly": "npm run prepare && npm run security:audit"
|
|
40
40
|
},
|