@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental 1.60.2 → 1.61.1
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 +16 -0
- package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package-lock.json +65 -48
- package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package.json +1 -1
- package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/vite.config.ts +2 -1
- package/dist/package.json +1 -1
- package/package.json +3 -3
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.61.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.61.0...v1.61.1) (2026-03-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.61.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.60.2...v1.61.0) (2026-03-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.60.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.60.1...v1.60.2) (2026-02-27)
|
|
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.59.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@salesforce/agentforce-conversation-client": "^1.
|
|
11
|
+
"@salesforce/agentforce-conversation-client": "^1.61.0",
|
|
12
12
|
"@salesforce/sdk-data": "^1.11.2",
|
|
13
13
|
"@salesforce/webapp-experimental": "*",
|
|
14
14
|
"@tailwindcss/vite": "^4.1.17",
|
|
@@ -4085,9 +4085,9 @@
|
|
|
4085
4085
|
]
|
|
4086
4086
|
},
|
|
4087
4087
|
"node_modules/@salesforce/agentforce-conversation-client": {
|
|
4088
|
-
"version": "1.
|
|
4089
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.
|
|
4090
|
-
"integrity": "sha512-
|
|
4088
|
+
"version": "1.61.0",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.61.0.tgz",
|
|
4090
|
+
"integrity": "sha512-7lGdHfGP6fYcHlh1zEXm4gyO4s2te41gHCh/gkhJD5k7bZ6wU+b+NLccR66RT/OwSqmzMVCoFmA9yJEebgURIg==",
|
|
4091
4091
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4092
4092
|
"dependencies": {
|
|
4093
4093
|
"@lightning-out/application": "2.1.1-rc.2"
|
|
@@ -4148,19 +4148,19 @@
|
|
|
4148
4148
|
}
|
|
4149
4149
|
},
|
|
4150
4150
|
"node_modules/@salesforce/sdk-core": {
|
|
4151
|
-
"version": "1.
|
|
4152
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.
|
|
4153
|
-
"integrity": "sha512-
|
|
4151
|
+
"version": "1.61.0",
|
|
4152
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.61.0.tgz",
|
|
4153
|
+
"integrity": "sha512-Hm5mIjHlqhcl6/bbF4YEYhM89DQG4gmnk0IRvBNu7lYo/p3rRRNwuR8SULebu6eIaoD18BL1YrWVkS+qXlftOw==",
|
|
4154
4154
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
4155
4155
|
},
|
|
4156
4156
|
"node_modules/@salesforce/sdk-data": {
|
|
4157
|
-
"version": "1.
|
|
4158
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.
|
|
4159
|
-
"integrity": "sha512-
|
|
4157
|
+
"version": "1.61.0",
|
|
4158
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.61.0.tgz",
|
|
4159
|
+
"integrity": "sha512-4o6H2YOnCakeH5tVb9zIdG2CMKiRZowRvJrD8v1wAARVsp21YLnei6KYdraE3Bx7t1SLh42EYVOhFiBcmTFzcQ==",
|
|
4160
4160
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4161
4161
|
"dependencies": {
|
|
4162
4162
|
"@conduit-client/salesforce-lightning-service-worker": "^3.7.0",
|
|
4163
|
-
"@salesforce/sdk-core": "^1.
|
|
4163
|
+
"@salesforce/sdk-core": "^1.61.0"
|
|
4164
4164
|
}
|
|
4165
4165
|
},
|
|
4166
4166
|
"node_modules/@salesforce/ts-types": {
|
|
@@ -4173,15 +4173,15 @@
|
|
|
4173
4173
|
}
|
|
4174
4174
|
},
|
|
4175
4175
|
"node_modules/@salesforce/vite-plugin-webapp-experimental": {
|
|
4176
|
-
"version": "1.
|
|
4177
|
-
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.
|
|
4178
|
-
"integrity": "sha512-
|
|
4176
|
+
"version": "1.61.0",
|
|
4177
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.61.0.tgz",
|
|
4178
|
+
"integrity": "sha512-51lKFmnGD5MkMPkTf6tmn5JieGGCSSyZ/xn/YoSBmAGMvIeGDwsVG0/AmNez/+zCgzNtPCZCyKpFj9Ky5PXT7w==",
|
|
4179
4179
|
"dev": true,
|
|
4180
4180
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4181
4181
|
"dependencies": {
|
|
4182
4182
|
"@babel/core": "^7.28.4",
|
|
4183
4183
|
"@babel/helper-plugin-utils": "^7.28.3",
|
|
4184
|
-
"@salesforce/webapp-experimental": "^1.
|
|
4184
|
+
"@salesforce/webapp-experimental": "^1.61.0"
|
|
4185
4185
|
},
|
|
4186
4186
|
"engines": {
|
|
4187
4187
|
"node": ">=20.0.0"
|
|
@@ -4191,13 +4191,13 @@
|
|
|
4191
4191
|
}
|
|
4192
4192
|
},
|
|
4193
4193
|
"node_modules/@salesforce/webapp-experimental": {
|
|
4194
|
-
"version": "1.
|
|
4195
|
-
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.
|
|
4196
|
-
"integrity": "sha512-
|
|
4194
|
+
"version": "1.61.0",
|
|
4195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.61.0.tgz",
|
|
4196
|
+
"integrity": "sha512-m7SI2w/3UnSkPdmLYimPpbDI1d2wmYSrjsC2WCFG8Qo4SvEs+BGsPInh8Vxs32XKjiesaMV689RcWOA7dy/FWw==",
|
|
4197
4197
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4198
4198
|
"dependencies": {
|
|
4199
4199
|
"@salesforce/core": "^8.23.4",
|
|
4200
|
-
"@salesforce/sdk-data": "^1.
|
|
4200
|
+
"@salesforce/sdk-data": "^1.61.0",
|
|
4201
4201
|
"axios": "^1.7.7",
|
|
4202
4202
|
"micromatch": "^4.0.8",
|
|
4203
4203
|
"path-to-regexp": "^8.3.0"
|
|
@@ -4676,9 +4676,9 @@
|
|
|
4676
4676
|
"license": "MIT"
|
|
4677
4677
|
},
|
|
4678
4678
|
"node_modules/@types/node": {
|
|
4679
|
-
"version": "24.
|
|
4680
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
4681
|
-
"integrity": "sha512-
|
|
4679
|
+
"version": "24.11.0",
|
|
4680
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.11.0.tgz",
|
|
4681
|
+
"integrity": "sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==",
|
|
4682
4682
|
"devOptional": true,
|
|
4683
4683
|
"license": "MIT",
|
|
4684
4684
|
"dependencies": {
|
|
@@ -5996,9 +5996,9 @@
|
|
|
5996
5996
|
}
|
|
5997
5997
|
},
|
|
5998
5998
|
"node_modules/caniuse-lite": {
|
|
5999
|
-
"version": "1.0.
|
|
6000
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
6001
|
-
"integrity": "sha512-
|
|
5999
|
+
"version": "1.0.30001775",
|
|
6000
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001775.tgz",
|
|
6001
|
+
"integrity": "sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==",
|
|
6002
6002
|
"dev": true,
|
|
6003
6003
|
"funding": [
|
|
6004
6004
|
{
|
|
@@ -6146,14 +6146,14 @@
|
|
|
6146
6146
|
}
|
|
6147
6147
|
},
|
|
6148
6148
|
"node_modules/cli-truncate": {
|
|
6149
|
-
"version": "5.
|
|
6150
|
-
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.
|
|
6151
|
-
"integrity": "sha512-
|
|
6149
|
+
"version": "5.2.0",
|
|
6150
|
+
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.2.0.tgz",
|
|
6151
|
+
"integrity": "sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==",
|
|
6152
6152
|
"dev": true,
|
|
6153
6153
|
"license": "MIT",
|
|
6154
6154
|
"dependencies": {
|
|
6155
|
-
"slice-ansi": "^
|
|
6156
|
-
"string-width": "^8.
|
|
6155
|
+
"slice-ansi": "^8.0.0",
|
|
6156
|
+
"string-width": "^8.2.0"
|
|
6157
6157
|
},
|
|
6158
6158
|
"engines": {
|
|
6159
6159
|
"node": ">=20"
|
|
@@ -6897,9 +6897,9 @@
|
|
|
6897
6897
|
}
|
|
6898
6898
|
},
|
|
6899
6899
|
"node_modules/enhanced-resolve": {
|
|
6900
|
-
"version": "5.
|
|
6901
|
-
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.
|
|
6902
|
-
"integrity": "sha512
|
|
6900
|
+
"version": "5.20.0",
|
|
6901
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz",
|
|
6902
|
+
"integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==",
|
|
6903
6903
|
"license": "MIT",
|
|
6904
6904
|
"dependencies": {
|
|
6905
6905
|
"graceful-fs": "^4.2.4",
|
|
@@ -7781,9 +7781,9 @@
|
|
|
7781
7781
|
}
|
|
7782
7782
|
},
|
|
7783
7783
|
"node_modules/flatted": {
|
|
7784
|
-
"version": "3.3.
|
|
7785
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.
|
|
7786
|
-
"integrity": "sha512-
|
|
7784
|
+
"version": "3.3.4",
|
|
7785
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.4.tgz",
|
|
7786
|
+
"integrity": "sha512-3+mMldrTAPdta5kjX2G2J7iX4zxtnwpdA8Tr2ZSjkyPSanvbZAcy6flmtnXbEybHrDcU9641lxrMfFuUxVz9vA==",
|
|
7787
7787
|
"dev": true,
|
|
7788
7788
|
"license": "ISC"
|
|
7789
7789
|
},
|
|
@@ -10386,6 +10386,23 @@
|
|
|
10386
10386
|
"dev": true,
|
|
10387
10387
|
"license": "MIT"
|
|
10388
10388
|
},
|
|
10389
|
+
"node_modules/log-update/node_modules/slice-ansi": {
|
|
10390
|
+
"version": "7.1.2",
|
|
10391
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
|
|
10392
|
+
"integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
|
|
10393
|
+
"dev": true,
|
|
10394
|
+
"license": "MIT",
|
|
10395
|
+
"dependencies": {
|
|
10396
|
+
"ansi-styles": "^6.2.1",
|
|
10397
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
10398
|
+
},
|
|
10399
|
+
"engines": {
|
|
10400
|
+
"node": ">=18"
|
|
10401
|
+
},
|
|
10402
|
+
"funding": {
|
|
10403
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
10404
|
+
}
|
|
10405
|
+
},
|
|
10389
10406
|
"node_modules/log-update/node_modules/string-width": {
|
|
10390
10407
|
"version": "7.2.0",
|
|
10391
10408
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -11698,9 +11715,9 @@
|
|
|
11698
11715
|
"license": "MIT"
|
|
11699
11716
|
},
|
|
11700
11717
|
"node_modules/pump": {
|
|
11701
|
-
"version": "3.0.
|
|
11702
|
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.
|
|
11703
|
-
"integrity": "sha512-
|
|
11718
|
+
"version": "3.0.4",
|
|
11719
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
11720
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
11704
11721
|
"license": "MIT",
|
|
11705
11722
|
"dependencies": {
|
|
11706
11723
|
"end-of-stream": "^1.1.0",
|
|
@@ -12247,9 +12264,9 @@
|
|
|
12247
12264
|
"license": "MIT"
|
|
12248
12265
|
},
|
|
12249
12266
|
"node_modules/sax": {
|
|
12250
|
-
"version": "1.
|
|
12251
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
12252
|
-
"integrity": "sha512-
|
|
12267
|
+
"version": "1.5.0",
|
|
12268
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz",
|
|
12269
|
+
"integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==",
|
|
12253
12270
|
"license": "BlueOak-1.0.0",
|
|
12254
12271
|
"engines": {
|
|
12255
12272
|
"node": ">=11.0.0"
|
|
@@ -12638,17 +12655,17 @@
|
|
|
12638
12655
|
}
|
|
12639
12656
|
},
|
|
12640
12657
|
"node_modules/slice-ansi": {
|
|
12641
|
-
"version": "
|
|
12642
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-
|
|
12643
|
-
"integrity": "sha512-
|
|
12658
|
+
"version": "8.0.0",
|
|
12659
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-8.0.0.tgz",
|
|
12660
|
+
"integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==",
|
|
12644
12661
|
"dev": true,
|
|
12645
12662
|
"license": "MIT",
|
|
12646
12663
|
"dependencies": {
|
|
12647
|
-
"ansi-styles": "^6.2.
|
|
12648
|
-
"is-fullwidth-code-point": "^5.
|
|
12664
|
+
"ansi-styles": "^6.2.3",
|
|
12665
|
+
"is-fullwidth-code-point": "^5.1.0"
|
|
12649
12666
|
},
|
|
12650
12667
|
"engines": {
|
|
12651
|
-
"node": ">=
|
|
12668
|
+
"node": ">=20"
|
|
12652
12669
|
},
|
|
12653
12670
|
"funding": {
|
|
12654
12671
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@salesforce/agentforce-conversation-client": "^1.
|
|
18
|
+
"@salesforce/agentforce-conversation-client": "^1.61.0",
|
|
19
19
|
"@salesforce/sdk-data": "^1.11.2",
|
|
20
20
|
"@salesforce/webapp-experimental": "*",
|
|
21
21
|
"@tailwindcss/vite": "^4.1.17",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { PluginOption } from 'vite';
|
|
1
2
|
import { defineConfig } from 'vite';
|
|
2
3
|
import react from '@vitejs/plugin-react';
|
|
3
4
|
import path from 'path';
|
|
@@ -26,7 +27,7 @@ export default defineConfig(({ mode }) => {
|
|
|
26
27
|
// Fail build if codegen errors
|
|
27
28
|
throwOnBuild: true,
|
|
28
29
|
}),
|
|
29
|
-
],
|
|
30
|
+
] as PluginOption[],
|
|
30
31
|
|
|
31
32
|
// Build configuration for MPA
|
|
32
33
|
build: {
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.1",
|
|
4
4
|
"description": "Embedded Agentforce conversation client feature for web applications",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"clean": "rm -rf dist"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@salesforce/agentforce-conversation-client": "^1.
|
|
30
|
+
"@salesforce/agentforce-conversation-client": "^1.61.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/react": "^19.2.7",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "74f2289f311e488569b6e9616a34604b2154802e"
|
|
56
56
|
}
|