@23blocks/sdk 13.1.0 → 13.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/llms.txt +1 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 13.2.0 (2026-03-05)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **@23blocks/sdk:** rebuild with jarvis analytics service ([6fd200f](https://github.com/23blocks-OS/frontend-sdk/commit/6fd200f))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @23blocks/block-jarvis to 5.1.0
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Opus 4.6
14
+ - Juan Pelaez
15
+
1
16
  ## 13.1.0 (2026-03-05)
2
17
 
3
18
  ### 🚀 Features
package/llms.txt CHANGED
@@ -512,6 +512,7 @@ const [authHealth, crmHealth] = await Promise.all([
512
512
  - `users` - Jarvis user management
513
513
  - `mailTemplates` - AI email templates
514
514
  - `marvinChat` - Chat interface
515
+ - `analytics` - Dashboard analytics and reporting (overview, usage, costs, feedback, conversations, RAG, agents, trace)
515
516
 
516
517
  ### onboarding (block-onboarding)
517
518
  - `onboardings`, `flows` - Onboarding flow definitions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/sdk",
3
- "version": "13.1.0",
3
+ "version": "13.2.0",
4
4
  "description": "23blocks SDK - unified meta-package re-exporting all blocks and utilities",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",