@salesforce/agents 0.18.3-nga.2 → 0.18.3-nga.3

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/agent.js +1 -1
  2. package/package.json +1 -1
package/lib/agent.js CHANGED
@@ -365,7 +365,7 @@ topic escalation:
365
365
  content: agentScriptContent,
366
366
  },
367
367
  ],
368
- afScriptVersion: '1.0.0',
368
+ afScriptVersion: '1.0.1',
369
369
  };
370
370
  const headers = {
371
371
  '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.18.3-nga.2",
4
+ "version": "0.18.3-nga.3",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Salesforce",
7
7
  "main": "lib/index",