anbaric-services-client 1.23.2 → 1.24.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anbaric-services-client",
3
- "version": "1.23.2",
3
+ "version": "1.24.0",
4
4
  "description": "Client for the Anbaric additional-services agentic API: a light Agent whose property changes are generated by a hosted additional-services instance",
5
5
  "license": "MIT",
6
6
  "author": "chris@anbaric.ai",
@@ -8,7 +8,7 @@
8
8
  "main": "src/index.ts",
9
9
  "types": "src/index.ts",
10
10
  "dependencies": {
11
- "anbaric-tsapi": "^1.23.2"
11
+ "anbaric-tsapi": "^1.24.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/node": "^26.2.0",