@meshagent/meshagent-tailwind 0.39.1 → 0.39.2

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 +3 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## [0.39.2]
2
+ - Aligned NodeJS/TypeScript SDK package versions and intra-SDK dependency references to `0.39.1` (from `0.39.0`), including updates to the `meshagent-docs` TypeScript example package.
3
+
1
4
  ## [0.39.1]
2
5
  - Added `*Page` interfaces and new `Meshagent` TypeScript methods for paged listing (e.g., `getUsersInProjectPage`, `listMailboxesPage`, `listFeedsPage`, `listRoutesPage`, `listUniqueUsersWithGrantsPage`, `listOAuthClientsPage`, etc.) returning `{ items, total }`-style page payloads.
3
6
  - Updated existing list methods to accept `count`/`offset`/`filter` options and to default to paged fetching (default page-size behavior updated).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-tailwind",
3
- "version": "0.39.1",
3
+ "version": "0.39.2",
4
4
  "description": "Meshagent Tailwind Components",
5
5
  "homepage": "https://github.com/meshagent/meshagent-tailwind",
6
6
  "scripts": {
@@ -32,8 +32,8 @@
32
32
  "CHANGELOG.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@meshagent/meshagent": "^0.39.1",
36
- "@meshagent/meshagent-react": "^0.39.1",
35
+ "@meshagent/meshagent": "^0.39.2",
36
+ "@meshagent/meshagent-react": "^0.39.2",
37
37
  "@radix-ui/react-avatar": "^1.1.10",
38
38
  "@radix-ui/react-checkbox": "^1.3.2",
39
39
  "@radix-ui/react-dialog": "^1.1.14",