@salesforce/webapp-template-app-react-template-b2x-experimental 1.48.2 → 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,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.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
|
+
|
|
14
|
+
## [1.48.3](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.48.2...v1.48.3) (2026-02-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.48.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.48.1...v1.48.2) (2026-02-23)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
@@ -4036,9 +4036,9 @@
|
|
|
4036
4036
|
}
|
|
4037
4037
|
},
|
|
4038
4038
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
4039
|
-
"version": "1.
|
|
4040
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.
|
|
4041
|
-
"integrity": "sha512-
|
|
4039
|
+
"version": "1.27.0",
|
|
4040
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.27.0.tgz",
|
|
4041
|
+
"integrity": "sha512-qOdO524oPMkUsOJTrsH9vz/HN3B5pKyW+9zIW51A9kDMVe7ON70drz1ouoyoyOcfzc+oxhkQ6jWmbyKnlWmYqA==",
|
|
4042
4042
|
"license": "MIT",
|
|
4043
4043
|
"dependencies": {
|
|
4044
4044
|
"@hono/node-server": "^1.19.9",
|
|
@@ -11458,9 +11458,9 @@
|
|
|
11458
11458
|
}
|
|
11459
11459
|
},
|
|
11460
11460
|
"node_modules/hono": {
|
|
11461
|
-
"version": "4.12.
|
|
11462
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
11463
|
-
"integrity": "sha512-
|
|
11461
|
+
"version": "4.12.2",
|
|
11462
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.2.tgz",
|
|
11463
|
+
"integrity": "sha512-gJnaDHXKDayjt8ue0n8Gs0A007yKXj4Xzb8+cNjZeYsSzzwKc0Lr+OZgYwVfB0pHfUs17EPoLvrOsEaJ9mj+Tg==",
|
|
11464
11464
|
"license": "MIT",
|
|
11465
11465
|
"engines": {
|
|
11466
11466
|
"node": ">=16.9.0"
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-template-app-react-template-b2x-experimental",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.49.0",
|
|
4
4
|
"description": "Base reference app template",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "a0e064a962e826b9b268bb7b3f48e0045d56b76a"
|
|
41
41
|
}
|