@salesforce/webapp-template-app-react-template-vibe-experimental 1.45.0 → 1.46.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,22 @@
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.46.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.45.1...v1.46.0) (2026-02-20)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.45.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.45.0...v1.45.1) (2026-02-20)
15
+
16
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.45.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.44.0...v1.45.0) (2026-02-20)
7
23
 
8
24
  **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.1",
12
12
  "@salesforce/sdk-data": "^1.11.2",
13
13
  "@salesforce/webapp-experimental": "*",
14
14
  "@tailwindcss/vite": "^4.1.17",
@@ -5663,9 +5663,9 @@
5663
5663
  ]
5664
5664
  },
5665
5665
  "node_modules/@salesforce/agentforce-conversation-client": {
5666
- "version": "1.44.0",
5667
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.44.0.tgz",
5668
- "integrity": "sha512-/LxCENmZt4ujkxb7xrmfPwwgo345tfXx8vVVglqS9K17DluqMoIA80v0Ejo6s8cw/S4LARUxwHNnk/Ll7dBg/A==",
5666
+ "version": "1.45.1",
5667
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.45.1.tgz",
5668
+ "integrity": "sha512-GVbekEQFbYjkbEhREUDrA33Ad9czYdOo6iGwvBONM3Meu/Y7B2bOOXfB470o2UimDHOza60ydIMgy22l9ATwjg==",
5669
5669
  "license": "SEE LICENSE IN LICENSE.txt",
5670
5670
  "dependencies": {
5671
5671
  "@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.1",
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.46.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-app-react-template-vibe-experimental",
3
- "version": "1.45.0",
3
+ "version": "1.46.0",
4
4
  "description": "Vibe coding starter app template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -43,5 +43,5 @@
43
43
  }
44
44
  }
45
45
  },
46
- "gitHead": "7c993c5088a22672b43d457613fbbbbdfd46a755"
46
+ "gitHead": "7db371e83587f8839da91d796914c22287862278"
47
47
  }