@meshagent/meshagent-tailwind 0.35.7 → 0.36.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/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.36.0]
|
|
2
|
+
- Added container config mounts and agent email/heartbeat settings with typed prompt content (text/file) to TypeScript service specs.
|
|
3
|
+
- Breaking: container API key provisioning was removed from container specs.
|
|
4
|
+
|
|
5
|
+
## [0.35.8]
|
|
6
|
+
- `ensureLogin` now uses the current page as the OAuth callback (no stored marker/URL), strips OAuth query params on return, and refreshes the current user profile when already logged in.
|
|
7
|
+
- JavaScript/TypeScript storage download examples now use storage upload and decode bytes, and the docs example build ignores generated JS artifacts alongside TypeScript sources.
|
|
8
|
+
|
|
1
9
|
## [0.35.7]
|
|
2
10
|
- Added container build lifecycle and image management in the TS SDK (start/build returning build IDs, list/cancel/delete builds, build logs, load/save/push/delete images) plus exec stderr streams and stricter status decoding.
|
|
3
11
|
- Breaking: container build APIs now return build IDs and `stop` defaults to non-forced.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshagent/meshagent-tailwind",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.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.
|
|
34
|
-
"@meshagent/meshagent-react": "^0.
|
|
33
|
+
"@meshagent/meshagent": "^0.36.0",
|
|
34
|
+
"@meshagent/meshagent-react": "^0.36.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",
|