@salesforce/webapp-template-app-react-template-b2x-experimental 1.63.0 → 1.64.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/.a4drules/skills/feature-graphql-graphql-data-access/SKILL.md +1 -1
- package/dist/.a4drules/skills/feature-micro-frontend-micro-frontend/SKILL.md +1 -1
- package/dist/.a4drules/skills/feature-react-agentforce-conversation-client-embedded-agent/SKILL.md +1 -1
- package/dist/.a4drules/skills/feature-react-chart-analytics-charts/SKILL.md +1 -1
- package/dist/CHANGELOG.md +8 -0
- package/dist/force-app/main/default/webapplications/appreacttemplateb2x/package-lock.json +46 -46
- package/dist/force-app/main/default/webapplications/appreacttemplateb2x/package.json +3 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: graphql-data-access
|
|
2
|
+
name: feature-graphql-graphql-data-access
|
|
3
3
|
description: Add or modify Salesforce GraphQL data access code. Use when the user asks to fetch, query, or mutate Salesforce data, or add a GraphQL operation for an object like Account, Contact, or Opportunity.
|
|
4
4
|
---
|
|
5
5
|
|
package/dist/.a4drules/skills/feature-react-agentforce-conversation-client-embedded-agent/SKILL.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: embedded-agent
|
|
2
|
+
name: feature-react-agentforce-conversation-client-embedded-agent
|
|
3
3
|
description: Embed an Agentforce conversation client (chat UI) into a React web application. Use when the user wants to add an employee agent, a chat client, chatbot, chat widget, chat component, conversation client, or conversational interface to their React app. Also applies when the user asks to embed or integrate any Salesforce agent — including employee agent, travel agent, HR agent, service agent, or any custom-named agent — or mentions Agentforce, Agentforce widget, Agentforce chat, or agent chat.
|
|
4
4
|
---
|
|
5
5
|
|
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.64.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.63.0...v1.64.0) (2026-03-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.63.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.62.2...v1.63.0) (2026-03-03)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"name": "base-react-app",
|
|
9
9
|
"version": "1.59.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@salesforce/sdk-data": "^1.
|
|
12
|
-
"@salesforce/webapp-experimental": "^1.
|
|
11
|
+
"@salesforce/sdk-data": "^1.64.0",
|
|
12
|
+
"@salesforce/webapp-experimental": "^1.64.0",
|
|
13
13
|
"@tailwindcss/vite": "^4.1.17",
|
|
14
14
|
"@tanstack/react-form": "^1.28.3",
|
|
15
15
|
"class-variance-authority": "^0.7.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
34
34
|
"@graphql-tools/utils": "^11.0.0",
|
|
35
35
|
"@playwright/test": "^1.49.0",
|
|
36
|
-
"@salesforce/vite-plugin-webapp-experimental": "^1.
|
|
36
|
+
"@salesforce/vite-plugin-webapp-experimental": "^1.64.0",
|
|
37
37
|
"@testing-library/jest-dom": "^6.6.3",
|
|
38
38
|
"@testing-library/react": "^16.1.0",
|
|
39
39
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -2078,31 +2078,31 @@
|
|
|
2078
2078
|
"license": "MIT"
|
|
2079
2079
|
},
|
|
2080
2080
|
"node_modules/@floating-ui/core": {
|
|
2081
|
-
"version": "1.7.
|
|
2082
|
-
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.
|
|
2083
|
-
"integrity": "sha512-
|
|
2081
|
+
"version": "1.7.5",
|
|
2082
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
|
|
2083
|
+
"integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
|
|
2084
2084
|
"license": "MIT",
|
|
2085
2085
|
"dependencies": {
|
|
2086
|
-
"@floating-ui/utils": "^0.2.
|
|
2086
|
+
"@floating-ui/utils": "^0.2.11"
|
|
2087
2087
|
}
|
|
2088
2088
|
},
|
|
2089
2089
|
"node_modules/@floating-ui/dom": {
|
|
2090
|
-
"version": "1.7.
|
|
2091
|
-
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.
|
|
2092
|
-
"integrity": "sha512-
|
|
2090
|
+
"version": "1.7.6",
|
|
2091
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
|
|
2092
|
+
"integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
|
|
2093
2093
|
"license": "MIT",
|
|
2094
2094
|
"dependencies": {
|
|
2095
|
-
"@floating-ui/core": "^1.7.
|
|
2096
|
-
"@floating-ui/utils": "^0.2.
|
|
2095
|
+
"@floating-ui/core": "^1.7.5",
|
|
2096
|
+
"@floating-ui/utils": "^0.2.11"
|
|
2097
2097
|
}
|
|
2098
2098
|
},
|
|
2099
2099
|
"node_modules/@floating-ui/react-dom": {
|
|
2100
|
-
"version": "2.1.
|
|
2101
|
-
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.
|
|
2102
|
-
"integrity": "sha512-
|
|
2100
|
+
"version": "2.1.8",
|
|
2101
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.8.tgz",
|
|
2102
|
+
"integrity": "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==",
|
|
2103
2103
|
"license": "MIT",
|
|
2104
2104
|
"dependencies": {
|
|
2105
|
-
"@floating-ui/dom": "^1.7.
|
|
2105
|
+
"@floating-ui/dom": "^1.7.6"
|
|
2106
2106
|
},
|
|
2107
2107
|
"peerDependencies": {
|
|
2108
2108
|
"react": ">=16.8.0",
|
|
@@ -2110,9 +2110,9 @@
|
|
|
2110
2110
|
}
|
|
2111
2111
|
},
|
|
2112
2112
|
"node_modules/@floating-ui/utils": {
|
|
2113
|
-
"version": "0.2.
|
|
2114
|
-
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.
|
|
2115
|
-
"integrity": "sha512-
|
|
2113
|
+
"version": "0.2.11",
|
|
2114
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz",
|
|
2115
|
+
"integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
|
|
2116
2116
|
"license": "MIT"
|
|
2117
2117
|
},
|
|
2118
2118
|
"node_modules/@graphql-codegen/add": {
|
|
@@ -3117,9 +3117,9 @@
|
|
|
3117
3117
|
}
|
|
3118
3118
|
},
|
|
3119
3119
|
"node_modules/@hono/node-server": {
|
|
3120
|
-
"version": "1.19.
|
|
3121
|
-
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.
|
|
3122
|
-
"integrity": "sha512-
|
|
3120
|
+
"version": "1.19.10",
|
|
3121
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.10.tgz",
|
|
3122
|
+
"integrity": "sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==",
|
|
3123
3123
|
"license": "MIT",
|
|
3124
3124
|
"engines": {
|
|
3125
3125
|
"node": ">=18.14.1"
|
|
@@ -6071,19 +6071,19 @@
|
|
|
6071
6071
|
}
|
|
6072
6072
|
},
|
|
6073
6073
|
"node_modules/@salesforce/sdk-core": {
|
|
6074
|
-
"version": "1.
|
|
6075
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.
|
|
6076
|
-
"integrity": "sha512-
|
|
6074
|
+
"version": "1.64.0",
|
|
6075
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.64.0.tgz",
|
|
6076
|
+
"integrity": "sha512-f3liX7/HaNYo/Qi7wpZG0vNFdKekshmJZYrMV3A0Bn/vefLNQToEBpU/sWqqJcyGyxYXCkttUvNmmMCXnBuJsA==",
|
|
6077
6077
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
6078
6078
|
},
|
|
6079
6079
|
"node_modules/@salesforce/sdk-data": {
|
|
6080
|
-
"version": "1.
|
|
6081
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.
|
|
6082
|
-
"integrity": "sha512-
|
|
6080
|
+
"version": "1.64.0",
|
|
6081
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.64.0.tgz",
|
|
6082
|
+
"integrity": "sha512-2kO9WxniddrOLYapY2YdmeB8tXsFXHBhko1Fo5TEzAXLnr7D3qERpsJpSTycsQmHJk/GHit4e93VtV0RIfaJ5A==",
|
|
6083
6083
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6084
6084
|
"dependencies": {
|
|
6085
6085
|
"@conduit-client/salesforce-lightning-service-worker": "^3.7.0",
|
|
6086
|
-
"@salesforce/sdk-core": "^1.
|
|
6086
|
+
"@salesforce/sdk-core": "^1.64.0"
|
|
6087
6087
|
}
|
|
6088
6088
|
},
|
|
6089
6089
|
"node_modules/@salesforce/ts-types": {
|
|
@@ -6096,15 +6096,15 @@
|
|
|
6096
6096
|
}
|
|
6097
6097
|
},
|
|
6098
6098
|
"node_modules/@salesforce/vite-plugin-webapp-experimental": {
|
|
6099
|
-
"version": "1.
|
|
6100
|
-
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.
|
|
6101
|
-
"integrity": "sha512-
|
|
6099
|
+
"version": "1.64.0",
|
|
6100
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.64.0.tgz",
|
|
6101
|
+
"integrity": "sha512-BR3sQdYrC3owDwlOESbO8hERhgfmtv0art7J3ONV1Hz36+vNI8EOU5j8d6jBMNtBgJb3I3pz9PXfDN+9RcP/1g==",
|
|
6102
6102
|
"dev": true,
|
|
6103
6103
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6104
6104
|
"dependencies": {
|
|
6105
6105
|
"@babel/core": "^7.28.4",
|
|
6106
6106
|
"@babel/helper-plugin-utils": "^7.28.3",
|
|
6107
|
-
"@salesforce/webapp-experimental": "^1.
|
|
6107
|
+
"@salesforce/webapp-experimental": "^1.64.0"
|
|
6108
6108
|
},
|
|
6109
6109
|
"engines": {
|
|
6110
6110
|
"node": ">=20.0.0"
|
|
@@ -6114,13 +6114,13 @@
|
|
|
6114
6114
|
}
|
|
6115
6115
|
},
|
|
6116
6116
|
"node_modules/@salesforce/webapp-experimental": {
|
|
6117
|
-
"version": "1.
|
|
6118
|
-
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.
|
|
6119
|
-
"integrity": "sha512-
|
|
6117
|
+
"version": "1.64.0",
|
|
6118
|
+
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.64.0.tgz",
|
|
6119
|
+
"integrity": "sha512-thc2TVaO1/tw/Gj5uE8KkHQpqlLzf9c9cg+ppgaX+fOsZL37UVHi6LKVCGZ1/MCImg2Hp69MrROuKORdSq9Stg==",
|
|
6120
6120
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6121
6121
|
"dependencies": {
|
|
6122
6122
|
"@salesforce/core": "^8.23.4",
|
|
6123
|
-
"@salesforce/sdk-data": "^1.
|
|
6123
|
+
"@salesforce/sdk-data": "^1.64.0",
|
|
6124
6124
|
"axios": "^1.7.7",
|
|
6125
6125
|
"micromatch": "^4.0.8",
|
|
6126
6126
|
"path-to-regexp": "^8.3.0"
|
|
@@ -8206,9 +8206,9 @@
|
|
|
8206
8206
|
}
|
|
8207
8207
|
},
|
|
8208
8208
|
"node_modules/caniuse-lite": {
|
|
8209
|
-
"version": "1.0.
|
|
8210
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
8211
|
-
"integrity": "sha512-
|
|
8209
|
+
"version": "1.0.30001776",
|
|
8210
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001776.tgz",
|
|
8211
|
+
"integrity": "sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==",
|
|
8212
8212
|
"funding": [
|
|
8213
8213
|
{
|
|
8214
8214
|
"type": "opencollective",
|
|
@@ -9287,9 +9287,9 @@
|
|
|
9287
9287
|
"license": "MIT"
|
|
9288
9288
|
},
|
|
9289
9289
|
"node_modules/electron-to-chromium": {
|
|
9290
|
-
"version": "1.5.
|
|
9291
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
9292
|
-
"integrity": "sha512-
|
|
9290
|
+
"version": "1.5.307",
|
|
9291
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.307.tgz",
|
|
9292
|
+
"integrity": "sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==",
|
|
9293
9293
|
"license": "ISC"
|
|
9294
9294
|
},
|
|
9295
9295
|
"node_modules/emoji-regex": {
|
|
@@ -11441,9 +11441,9 @@
|
|
|
11441
11441
|
}
|
|
11442
11442
|
},
|
|
11443
11443
|
"node_modules/hono": {
|
|
11444
|
-
"version": "4.12.
|
|
11445
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
11446
|
-
"integrity": "sha512-
|
|
11444
|
+
"version": "4.12.4",
|
|
11445
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.4.tgz",
|
|
11446
|
+
"integrity": "sha512-ooiZW1Xy8rQ4oELQ++otI2T9DsKpV0M6c6cO6JGx4RTfav9poFFLlet9UMXHZnoM1yG0HWGlQLswBGX3RZmHtg==",
|
|
11447
11447
|
"license": "MIT",
|
|
11448
11448
|
"engines": {
|
|
11449
11449
|
"node": ">=16.9.0"
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@salesforce/sdk-data": "^1.
|
|
19
|
-
"@salesforce/webapp-experimental": "^1.
|
|
18
|
+
"@salesforce/sdk-data": "^1.64.0",
|
|
19
|
+
"@salesforce/webapp-experimental": "^1.64.0",
|
|
20
20
|
"@tailwindcss/vite": "^4.1.17",
|
|
21
21
|
"@tanstack/react-form": "^1.28.3",
|
|
22
22
|
"class-variance-authority": "^0.7.1",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
41
41
|
"@graphql-tools/utils": "^11.0.0",
|
|
42
42
|
"@playwright/test": "^1.49.0",
|
|
43
|
-
"@salesforce/vite-plugin-webapp-experimental": "^1.
|
|
43
|
+
"@salesforce/vite-plugin-webapp-experimental": "^1.64.0",
|
|
44
44
|
"@testing-library/jest-dom": "^6.6.3",
|
|
45
45
|
"@testing-library/react": "^16.1.0",
|
|
46
46
|
"@testing-library/user-event": "^14.5.2",
|
package/dist/package.json
CHANGED