@salesforce/webapp-template-app-react-template-b2e-experimental 1.45.0 → 1.45.1

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.45.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.45.0...v1.45.1) (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.45.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.44.0...v1.45.0) (2026-02-20)
7
15
 
8
16
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -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.44.0",
11
+ "@salesforce/agentforce-conversation-client": "^1.45.0",
12
12
  "@salesforce/sdk-data": "^1.11.2",
13
13
  "@salesforce/webapp-experimental": "*",
14
14
  "@tailwindcss/vite": "^4.1.17",
@@ -4120,9 +4120,9 @@
4120
4120
  ]
4121
4121
  },
4122
4122
  "node_modules/@salesforce/agentforce-conversation-client": {
4123
- "version": "1.44.0",
4124
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.44.0.tgz",
4125
- "integrity": "sha512-/LxCENmZt4ujkxb7xrmfPwwgo345tfXx8vVVglqS9K17DluqMoIA80v0Ejo6s8cw/S4LARUxwHNnk/Ll7dBg/A==",
4123
+ "version": "1.45.0",
4124
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.45.0.tgz",
4125
+ "integrity": "sha512-Rmjn1cuw+O419z4F46VYs3ydXm4oyaBhitJC1v0nOXx6F6eBvgbpK/MhOscylSo4say4ZUlNu6rLMao9yEKPUQ==",
4126
4126
  "license": "SEE LICENSE IN LICENSE.txt",
4127
4127
  "dependencies": {
4128
4128
  "@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.44.0",
17
+ "@salesforce/agentforce-conversation-client": "^1.45.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.45.0",
3
+ "version": "1.45.1",
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-app-react-template-b2e-experimental",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
4
4
  "description": "B2E template app (from BYO)",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -37,5 +37,5 @@
37
37
  }
38
38
  }
39
39
  },
40
- "gitHead": "7c993c5088a22672b43d457613fbbbbdfd46a755"
40
+ "gitHead": "091ae5ef0b936a7d51ca59a06c10ae4c301022c4"
41
41
  }