@salesforce/pwa-kit-mcp 3.12.0-nightly-20250804080236 → 3.12.0-nightly-20250806080225
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/CHANGELOG.md +3 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|
- Add `create_new_sample_component` MCP tool. [#2651](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2651)
|
|
5
5
|
- Add `create_app_guidelines` MCP tool. [#2599](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2599)
|
|
6
6
|
- Add `run_site_test` MCP tool [#2645](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2645):
|
|
7
|
-
- Add `create_sample_storefront_page` MCP tool [#2899] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2899)
|
|
7
|
+
- Add `create_sample_storefront_page` MCP tool [#2899] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2899)
|
|
8
|
+
- fix `logMCPMessage` and add a test for this debugging util. [#2989] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2989)
|
|
9
|
+
- fix `run_site_test` accessibility tool response format. [#3003] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3003)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/pwa-kit-mcp",
|
|
3
|
-
"version": "3.12.0-nightly-
|
|
3
|
+
"version": "3.12.0-nightly-20250806080225",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "MCP server that helps you build Salesforce Commerce Cloud PWA Kit Composable Storefront",
|
|
6
6
|
"main": "dist/server/server.js",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/node": "^7.22.5",
|
|
55
55
|
"@playwright/test": "^1.49.0",
|
|
56
|
-
"@salesforce/pwa-kit-dev": "3.12.0-nightly-
|
|
56
|
+
"@salesforce/pwa-kit-dev": "3.12.0-nightly-20250806080225",
|
|
57
57
|
"cross-env": "^5.2.1",
|
|
58
|
-
"internal-lib-build": "3.12.0-nightly-
|
|
58
|
+
"internal-lib-build": "3.12.0-nightly-20250806080225",
|
|
59
59
|
"nodemon": "^2.0.22"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"directory": "dist"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "0a3b3c9a93bdc15cc314c253e9e4ef40ba695e61"
|
|
69
69
|
}
|