@salesforce/webapp-template-app-react-template-vibe-experimental 1.48.3 → 1.49.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.49.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.48.3...v1.49.0) (2026-02-23)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.48.3](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.48.2...v1.48.3) (2026-02-23)
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.48.2",
11
+ "@salesforce/agentforce-conversation-client": "^1.48.3",
12
12
  "@salesforce/sdk-data": "^1.11.2",
13
13
  "@salesforce/webapp-experimental": "*",
14
14
  "@tailwindcss/vite": "^4.1.17",
@@ -4043,9 +4043,9 @@
4043
4043
  "license": "SEE LICENSE IN LICENSE.txt"
4044
4044
  },
4045
4045
  "node_modules/@modelcontextprotocol/sdk": {
4046
- "version": "1.26.0",
4047
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.26.0.tgz",
4048
- "integrity": "sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==",
4046
+ "version": "1.27.0",
4047
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.27.0.tgz",
4048
+ "integrity": "sha512-qOdO524oPMkUsOJTrsH9vz/HN3B5pKyW+9zIW51A9kDMVe7ON70drz1ouoyoyOcfzc+oxhkQ6jWmbyKnlWmYqA==",
4049
4049
  "license": "MIT",
4050
4050
  "dependencies": {
4051
4051
  "@hono/node-server": "^1.19.9",
@@ -6062,9 +6062,9 @@
6062
6062
  ]
6063
6063
  },
6064
6064
  "node_modules/@salesforce/agentforce-conversation-client": {
6065
- "version": "1.48.2",
6066
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.48.2.tgz",
6067
- "integrity": "sha512-T3lPetDkqjWmP7pmDumn+rdKYUM/i3T/SP3o5+BonBhzO0CYqCZLo7Mp5We8DSUh8APyufeTymngv4sQt1qBAA==",
6065
+ "version": "1.48.3",
6066
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.48.3.tgz",
6067
+ "integrity": "sha512-O8ai4IEV68BgSyG/xTjWFhKaootu2j7t3+N32NJkxdVvQXNrQt5Su/TPVXXv5abfVE1e/qAH5VpRtbCnMhgCQA==",
6068
6068
  "license": "SEE LICENSE IN LICENSE.txt",
6069
6069
  "dependencies": {
6070
6070
  "@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.48.2",
17
+ "@salesforce/agentforce-conversation-client": "^1.48.3",
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.48.3",
3
+ "version": "1.49.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.48.3",
3
+ "version": "1.49.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": "912c3327fb1f14e06bfeb956d9e2296f0bcbb763"
46
+ "gitHead": "a0e064a962e826b9b268bb7b3f48e0045d56b76a"
47
47
  }