@meshagent/meshagent-tailwind 0.33.3 → 0.35.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 (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.35.0]
2
+ - TypeScript client adds managed secret models with project/room CRUD using base64 payloads, plus external OAuth registration CRUD for project and room scopes; legacy secret helpers now resolve managed secret data.
3
+ - Memory client expanded with typed entities/relationships/datasets and operations for inspect/query/upsert/ingest/recall/delete/optimize, including decoding of row-encoded results and binary values.
4
+ - Base64 helpers now work across Node and browser runtimes for secret and memory payloads.
5
+
6
+ ## [0.34.0]
7
+ - Stability
8
+
1
9
  ## [0.33.3]
2
10
  - Stability
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-tailwind",
3
- "version": "0.33.3",
3
+ "version": "0.35.0",
4
4
  "description": "Meshagent Tailwind Components",
5
5
  "homepage": "https://github.com/meshagent/meshagent-tailwind",
6
6
  "scripts": {
@@ -30,8 +30,8 @@
30
30
  "CHANGELOG.md"
31
31
  ],
32
32
  "dependencies": {
33
- "@meshagent/meshagent": "^0.33.3",
34
- "@meshagent/meshagent-react": "^0.33.3",
33
+ "@meshagent/meshagent": "^0.35.0",
34
+ "@meshagent/meshagent-react": "^0.35.0",
35
35
  "@radix-ui/react-avatar": "^1.1.10",
36
36
  "@radix-ui/react-checkbox": "^1.3.2",
37
37
  "@radix-ui/react-dialog": "^1.1.14",