@salesforce/agents 0.14.7 → 0.14.8

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/lib/agentTest.js +1 -1
  2. package/package.json +3 -3
package/lib/agentTest.js CHANGED
@@ -281,7 +281,7 @@ const convertToMetadata = (spec) => ({
281
281
  name: 'topic_sequence_match',
282
282
  },
283
283
  {
284
- expectedValue: `[${(tc.expectedActions ?? []).map((v) => `"${v}"`).join(',')}]`,
284
+ expectedValue: `[${(tc.expectedActions ?? []).map((v) => `'${v}'`).join(',')}]`,
285
285
  name: 'action_sequence_match',
286
286
  },
287
287
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/agents",
3
3
  "description": "Client side APIs for working with Salesforce agents",
4
- "version": "0.14.7",
4
+ "version": "0.14.8",
5
5
  "license": "BSD-3-Clause",
6
6
  "author": "Salesforce",
7
7
  "main": "lib/index",
@@ -21,11 +21,11 @@
21
21
  "devDependencies": {
22
22
  "@salesforce/cli-plugins-testkit": "^5.3.39",
23
23
  "@salesforce/dev-scripts": "^10.2.11",
24
- "esbuild": "^0.25.2",
24
+ "esbuild": "^0.25.3",
25
25
  "ts-morph": "^24.0.0",
26
26
  "ts-node": "^10.9.2",
27
27
  "ts-patch": "^3.3.0",
28
- "typedoc": "^0.28.2",
28
+ "typedoc": "^0.28.3",
29
29
  "typescript": "^5.8.3"
30
30
  },
31
31
  "engines": {