@salesforce/agents 0.25.0 → 0.25.2-tdx26.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.
@@ -170,7 +170,7 @@ class ScriptAgent extends agentBase_1.AgentBase {
170
170
  content: this.agentScriptContent,
171
171
  },
172
172
  ],
173
- afScriptVersion: '1.0.1',
173
+ afScriptVersion: '2.0.0',
174
174
  };
175
175
  const headers = {
176
176
  'x-client-name': 'afdx',
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.25.0",
4
+ "version": "0.25.2-tdx26.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Salesforce",
7
7
  "main": "lib/index",