@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental 1.41.0 → 1.42.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.
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.42.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.41.0...v1.42.0) (2026-02-20)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.41.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.40.0...v1.41.0) (2026-02-20)
7
15
 
8
16
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -5,7 +5,6 @@ import { resolve } from 'path';
5
5
  import tailwindcss from '@tailwindcss/vite';
6
6
  import salesforce from '@salesforce/vite-plugin-webapp-experimental';
7
7
  import codegen from 'vite-plugin-graphql-codegen';
8
-
9
8
  export default defineConfig(function (_a) {
10
9
  var mode = _a.mode;
11
10
  return {
@@ -8,7 +8,7 @@
8
8
  "name": "base-react-app",
9
9
  "version": "1.0.0",
10
10
  "dependencies": {
11
- "@salesforce/agentforce-conversation-client": "^1.40.0",
11
+ "@salesforce/agentforce-conversation-client": "^1.41.0",
12
12
  "@salesforce/sdk-data": "^1.11.2",
13
13
  "@salesforce/webapp-experimental": "*",
14
14
  "@tailwindcss/vite": "^4.1.17",
@@ -3486,9 +3486,9 @@
3486
3486
  ]
3487
3487
  },
3488
3488
  "node_modules/@salesforce/agentforce-conversation-client": {
3489
- "version": "1.40.0",
3490
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.40.0.tgz",
3491
- "integrity": "sha512-4owDGdXFwS1WC+xegSxlVa8IlV/cJ9fs/cjCXJvtWnng+AaE9vQ2FgLXwBPAQWPt6q5DUvaH2eaho+k0JQp5IQ==",
3489
+ "version": "1.41.0",
3490
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.41.0.tgz",
3491
+ "integrity": "sha512-NtYhRIAHJpDmBlslWYKRBfr0Y+2zr1pAXkMAogiptkxiHZN3DbfPDU1lBCkSdEwxsxJF/5kSn56Y11yYgs0YzQ==",
3492
3492
  "license": "SEE LICENSE IN LICENSE.txt",
3493
3493
  "dependencies": {
3494
3494
  "@lightning-out/application": "2.1.1-rc.2"
@@ -14,7 +14,7 @@
14
14
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
15
15
  },
16
16
  "dependencies": {
17
- "@salesforce/agentforce-conversation-client": "^1.40.0",
17
+ "@salesforce/agentforce-conversation-client": "^1.41.0",
18
18
  "@salesforce/sdk-data": "^1.11.2",
19
19
  "@salesforce/webapp-experimental": "*",
20
20
  "@tailwindcss/vite": "^4.1.17",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.41.0",
3
+ "version": "1.42.0",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental",
3
- "version": "1.41.0",
3
+ "version": "1.42.0",
4
4
  "description": "Embedded Agentforce conversation client feature for web applications",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -29,7 +29,7 @@
29
29
  "watch": "npx tsx ../../cli/src/index.ts watch-patches packages/template/feature/feature-react-agentforce-conversation-client packages/template/base-app/base-react-app packages/template/feature/feature-react-agentforce-conversation-client/dist"
30
30
  },
31
31
  "dependencies": {
32
- "@salesforce/agentforce-conversation-client": "^1.41.0"
32
+ "@salesforce/agentforce-conversation-client": "^1.42.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/react": "^19.2.7",
@@ -48,5 +48,5 @@
48
48
  }
49
49
  }
50
50
  },
51
- "gitHead": "8c3ab0e185b482b2331a3e8401fa7d49c751c647"
51
+ "gitHead": "5bb3d5e71e337e5eacad83240b8e344fdfd1d6c7"
52
52
  }