@merlean/analyzer 3.0.1 → 3.2.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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ npx @merlean/analyzer ./my-project --name "My App"
|
|
|
58
58
|
After analysis, add the widget to your site:
|
|
59
59
|
|
|
60
60
|
```html
|
|
61
|
-
<script src="https://
|
|
61
|
+
<script src="https://merlean-backend.fly.dev/bot.js" data-site-id="YOUR_SITE_ID"></script>
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
## Platform Support
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@merlean/analyzer",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "AI-powered codebase analyzer - generates site maps for AI assistant integration",
|
|
5
5
|
"keywords": ["ai", "bot", "analyzer", "claude", "anthropic", "widget", "merlean"],
|
|
6
6
|
"author": "zmaren",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"bin/"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@merlean/analyzer-darwin-arm64": "3.0
|
|
25
|
-
"@merlean/analyzer-darwin-x64": "3.0
|
|
26
|
-
"@merlean/analyzer-linux-x64": "3.0
|
|
27
|
-
"@merlean/analyzer-win32-x64": "3.0
|
|
24
|
+
"@merlean/analyzer-darwin-arm64": "3.2.0",
|
|
25
|
+
"@merlean/analyzer-darwin-x64": "3.2.0",
|
|
26
|
+
"@merlean/analyzer-linux-x64": "3.2.0",
|
|
27
|
+
"@merlean/analyzer-win32-x64": "3.2.0"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=18.0.0"
|