@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental 1.58.0 → 1.58.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 +8 -0
- package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package-lock.json +19 -19
- package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package.json +1 -1
- package/dist/package.json +1 -1
- package/package.json +3 -3
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.58.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.58.0...v1.58.1) (2026-02-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.58.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.57.0...v1.58.0) (2026-02-26)
|
|
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.
|
|
11
|
+
"@salesforce/agentforce-conversation-client": "^1.58.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.58.0",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.58.0.tgz",
|
|
4090
|
+
"integrity": "sha512-KBc6dhWcc0uuPcRCw3wExU+t2JPRTLRbGXrupaJ9PNS2R5DulkixC9olBCw2hSiDAjFiYGUSEXXGlriz5TDAYg==",
|
|
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.58.0",
|
|
4152
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.58.0.tgz",
|
|
4153
|
+
"integrity": "sha512-Ol3dtUfOt9bgkBKumaJmg9/wQ6MLpfni6GHX5Jmt5PVNk0tI6FiW/KXOkh/TyKKcwjy8zKNTFZfByrFNZK8Nyw==",
|
|
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.58.0",
|
|
4158
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.58.0.tgz",
|
|
4159
|
+
"integrity": "sha512-/aJSHXVGW6z+MvH9Gg5jlhbyI1k/xKKJyD7a3z/zkYoaSxTobc6U4AwBE4GyoXPVK9tBiJJxkTpYK0JEg9rjLg==",
|
|
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.58.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.58.0",
|
|
4177
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.58.0.tgz",
|
|
4178
|
+
"integrity": "sha512-788yGucCAHptSj9RPC3tXqtCN7NSqaZiN3HbRtpNJ6sjvxhTl9jvq666CQF8q6gZsRjhSfZcYbcfZ+L69YvRRw==",
|
|
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.58.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.58.0",
|
|
4195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.58.0.tgz",
|
|
4196
|
+
"integrity": "sha512-rbGDSGDrknRTaPWvWtbXF33Aju7gH6/2gG6IEmr0r89/UaSbicD2F9aFS4iz2z0zS1TlD8MDn+N5x/sErW8kkQ==",
|
|
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.58.0",
|
|
4201
4201
|
"axios": "^1.7.7",
|
|
4202
4202
|
"micromatch": "^4.0.8",
|
|
4203
4203
|
"path-to-regexp": "^8.3.0"
|
|
@@ -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.58.0",
|
|
19
19
|
"@salesforce/sdk-data": "^1.11.2",
|
|
20
20
|
"@salesforce/webapp-experimental": "*",
|
|
21
21
|
"@tailwindcss/vite": "^4.1.17",
|
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.58.
|
|
3
|
+
"version": "1.58.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.58.
|
|
30
|
+
"@salesforce/agentforce-conversation-client": "^1.58.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": "3ca21b4efdb09c459fac018f54284b3637fc02e7"
|
|
56
56
|
}
|