@salesforce/sfdx-agent-chat-generations 0.25.0 → 0.27.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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to `@salesforce/sfdx-agent-chat-generations` are documented in this file. Format follows
4
4
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
+ ## [0.27.0] - 2026-09-01
7
+
8
+ _No changes — released alongside dependent packages._
9
+
10
+ ## [0.26.0] - 2026-09-01
11
+
12
+ ### Chores
13
+ - **deps-dev**: bump typescript-eslint from 8.67.0 to 8.68.0 in the dev-dependencies group across 1 directory ([#777](https://github.com/forcedotcom/agentic-dx/pull/777))
14
+ - **deps-dev**: bump eslint from 10.8.1 to 10.9.1 in the eslint group ([#778](https://github.com/forcedotcom/agentic-dx/pull/778))
15
+
6
16
  ## [0.25.0] - 2026-08-28
7
17
 
8
18
  _No changes — released alongside dependent packages._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sfdx-agent-chat-generations",
3
- "version": "0.25.0",
3
+ "version": "0.27.0",
4
4
  "description": "Temporary GovCloud chat/generations fallback for @salesforce/sfdx-agent-harness-mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -32,17 +32,17 @@
32
32
  "eventsource-parser": "^3.1.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@salesforce/sfdx-agent-sdk": "0.60.0",
36
- "@salesforce/sfdx-agent-harness-mastra": "0.59.0"
35
+ "@salesforce/sfdx-agent-sdk": "0.62.0",
36
+ "@salesforce/sfdx-agent-harness-mastra": "0.61.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@eslint/js": "^10.0.1",
40
- "@salesforce/sfdx-agent-sdk": "0.60.0",
41
- "@salesforce/sfdx-agent-harness-mastra": "0.59.0",
40
+ "@salesforce/sfdx-agent-sdk": "0.62.0",
41
+ "@salesforce/sfdx-agent-harness-mastra": "0.61.0",
42
42
  "@types/node": "^22.20.1",
43
43
  "@vitest/coverage-istanbul": "^4.1.10",
44
44
  "@vitest/eslint-plugin": "^1.6.27",
45
- "eslint": "^10.8.1",
45
+ "eslint": "^10.9.1",
46
46
  "eslint-config-prettier": "^10.1.8",
47
47
  "eslint-import-resolver-typescript": "^4.4.5",
48
48
  "eslint-plugin-import": "^2.32.0",
@@ -53,7 +53,7 @@
53
53
  "rimraf": "^6.1.3",
54
54
  "tsx": "^4.23.12",
55
55
  "typescript": "^7.0.2",
56
- "typescript-eslint": "^8.67.0",
56
+ "typescript-eslint": "^8.68.0",
57
57
  "vitest": "^4.1.8"
58
58
  },
59
59
  "engines": {