@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental 1.35.0 → 1.35.2

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,25 @@
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.35.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.35.1...v1.35.2) (2026-02-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * adding template tests in ci @W-20919457 ([#114](https://github.com/salesforce-experience-platform-emu/webapps/issues/114)) ([ebd3d5a](https://github.com/salesforce-experience-platform-emu/webapps/commit/ebd3d5a5d1d84d7ae69b216de82da4a09edb6cb8))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.35.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.35.0...v1.35.1) (2026-02-18)
18
+
19
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.35.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.34.0...v1.35.0) (2026-02-18)
7
26
 
8
27
  **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.34.0",
11
+ "@salesforce/agentforce-conversation-client": "^1.35.1",
12
12
  "@salesforce/webapp-experimental": "*",
13
13
  "@tailwindcss/vite": "^4.1.17",
14
14
  "react": "^19.2.0",
@@ -1863,9 +1863,9 @@
1863
1863
  ]
1864
1864
  },
1865
1865
  "node_modules/@salesforce/agentforce-conversation-client": {
1866
- "version": "1.34.0",
1867
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.34.0.tgz",
1868
- "integrity": "sha512-inG1hogQnU1VndHaWhouEdrcp4Lef0X7WRdEdJ684s2njgKrS/H+E2dfG4zVrRRYBJOxWJoor7c7E/Mt+YBmnw==",
1866
+ "version": "1.35.1",
1867
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.35.1.tgz",
1868
+ "integrity": "sha512-QZq2SHnnZrWE6StbWcvYNE+lBIh8RKXzG7QUe25T2F4dSr5TBHWuE3GZrbw7U9gqEtIx6panHSbVf0v7Dxo1zA==",
1869
1869
  "license": "SEE LICENSE IN LICENSE.txt",
1870
1870
  "dependencies": {
1871
1871
  "@lightning-out/application": "2.1.1-rc.2"
@@ -12,7 +12,7 @@
12
12
  "test": "vitest"
13
13
  },
14
14
  "dependencies": {
15
- "@salesforce/agentforce-conversation-client": "^1.34.0",
15
+ "@salesforce/agentforce-conversation-client": "^1.35.1",
16
16
  "@salesforce/webapp-experimental": "*",
17
17
  "@tailwindcss/vite": "^4.1.17",
18
18
  "react": "^19.2.0",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.35.0",
3
+ "version": "1.35.2",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
@@ -11,6 +11,7 @@
11
11
  "clean": "echo 'No clean required for base-sfdx-project'",
12
12
  "lint": "eslint **/{aura,lwc}/**/*.js",
13
13
  "test": "npm run test:unit",
14
+ "test:coverage": "npm run test",
14
15
  "test:unit": "sfdx-lwc-jest -- --passWithNoTests",
15
16
  "test:unit:watch": "sfdx-lwc-jest --watch",
16
17
  "test:unit:debug": "sfdx-lwc-jest --debug",
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.35.0",
3
+ "version": "1.35.2",
4
4
  "description": "Embedded Agentforce conversation client feature for web applications",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -25,11 +25,14 @@
25
25
  },
26
26
  "scripts": {
27
27
  "clean": "rm -rf dist",
28
+ "build": "npx tsx ../../cli/src/index.ts apply-patches packages/template/feature/feature-react-agentforce-conversation-client packages/template/base-app/base-react-app packages/template/feature/feature-react-agentforce-conversation-client/dist --reset",
29
+ "test": "npm run build && cd dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client && npm ci && npm run build",
30
+ "test:coverage": "npm run test",
28
31
  "dev": "cd dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client && npm install && npm run dev",
29
32
  "watch": "npx tsx ../../cli/src/index.ts watch-patches packages/template/feature/feature-react-agentforce-conversation-client packages/template/base-app/base-react-app packages/template/feature/feature-react-agentforce-conversation-client/dist"
30
33
  },
31
34
  "dependencies": {
32
- "@salesforce/agentforce-conversation-client": "^1.35.0"
35
+ "@salesforce/agentforce-conversation-client": "^1.35.2"
33
36
  },
34
37
  "devDependencies": {
35
38
  "@types/react": "^19.2.7",
@@ -48,5 +51,5 @@
48
51
  }
49
52
  }
50
53
  },
51
- "gitHead": "f5a09f495da596b527afbc72f4d82ea03816a21f"
54
+ "gitHead": "b76cec0816888528ccb040ecb91964fe45b9e843"
52
55
  }