@meshagent/meshagent 0.25.0 → 0.25.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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.25.2]
2
+ - Stability
3
+
4
+ ## [0.25.1]
5
+ - Stability
6
+
1
7
  ## [0.25.0]
2
8
  - Added SQL query support with TableRef and typed params in the database client.
3
9
  - Added a SecretsClient on RoomClient (set/get/list/delete, including `for_identity` support).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent",
3
- "version": "0.25.0",
3
+ "version": "0.25.2",
4
4
  "description": "Meshagent Client",
5
5
  "homepage": "https://github.com/meshagent/meshagent-ts",
6
6
  "scripts": {