@salesforce/webapp-template-app-react-template-vibe-experimental 1.54.0 → 1.54.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 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.54.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.54.0...v1.54.1) (2026-02-25)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.54.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.53.2...v1.54.0) (2026-02-25)
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.53.2",
11
+ "@salesforce/agentforce-conversation-client": "^1.54.0",
12
12
  "@salesforce/sdk-data": "^1.11.2",
13
13
  "@salesforce/webapp-experimental": "*",
14
14
  "@tailwindcss/vite": "^4.1.17",
@@ -597,22 +597,22 @@
597
597
  }
598
598
  },
599
599
  "node_modules/@conduit-client/jwt-manager": {
600
- "version": "3.15.0",
601
- "resolved": "https://registry.npmjs.org/@conduit-client/jwt-manager/-/jwt-manager-3.15.0.tgz",
602
- "integrity": "sha512-ibpNyXS/jRvwJPFqhhsna/AZncBSGyg9a9C3ysi2IKR9A0VZupJk2F5B8luiBINFSgXk55j1Fd4pODMSxzskxw==",
600
+ "version": "3.15.1",
601
+ "resolved": "https://registry.npmjs.org/@conduit-client/jwt-manager/-/jwt-manager-3.15.1.tgz",
602
+ "integrity": "sha512-HBYkCVNE6O183hfkWmJAjXgQqY89XMzfqGB1Y8zWc2gvvACPupbbkAeUQfYsqsAgqsmSpsXguiHGzPLrmoFBGg==",
603
603
  "license": "SEE LICENSE IN LICENSE.txt",
604
604
  "dependencies": {
605
605
  "jwt-decode": "~3.1.2"
606
606
  }
607
607
  },
608
608
  "node_modules/@conduit-client/salesforce-lightning-service-worker": {
609
- "version": "3.15.0",
610
- "resolved": "https://registry.npmjs.org/@conduit-client/salesforce-lightning-service-worker/-/salesforce-lightning-service-worker-3.15.0.tgz",
611
- "integrity": "sha512-TPuJ8CMXdQGCQ5Ci+VSUBF64Hs3tuTBLafhi4H37LlI5JV0yugYVwVjsbZAvvM+Yj68Pd+HcYtNJlBjfOxI96w==",
609
+ "version": "3.15.1",
610
+ "resolved": "https://registry.npmjs.org/@conduit-client/salesforce-lightning-service-worker/-/salesforce-lightning-service-worker-3.15.1.tgz",
611
+ "integrity": "sha512-Xb7Au4gaDWr4r9O7y00xGXosfcK9r0EJTdMukKtHO2cYG6Nf23nxYx8DXLvxjQ7oYzVhT19ybbRwSy+GuRhWTQ==",
612
612
  "license": "SEE LICENSE IN LICENSE.txt",
613
613
  "dependencies": {
614
- "@conduit-client/service-fetch-network": "3.15.0",
615
- "@conduit-client/utils": "3.15.0",
614
+ "@conduit-client/service-fetch-network": "3.15.1",
615
+ "@conduit-client/utils": "3.15.1",
616
616
  "vite": "6.3.5"
617
617
  }
618
618
  },
@@ -1191,29 +1191,29 @@
1191
1191
  }
1192
1192
  },
1193
1193
  "node_modules/@conduit-client/service-fetch-network": {
1194
- "version": "3.15.0",
1195
- "resolved": "https://registry.npmjs.org/@conduit-client/service-fetch-network/-/service-fetch-network-3.15.0.tgz",
1196
- "integrity": "sha512-RJxPKCMRLL1Ru0F5OwYVn0elr3WxmCZvz+bpBAviEReIXcuQuyqjlyQKyqUQy9JUcFd+QsH7Y7Hyo+0i5gUfKA==",
1194
+ "version": "3.15.1",
1195
+ "resolved": "https://registry.npmjs.org/@conduit-client/service-fetch-network/-/service-fetch-network-3.15.1.tgz",
1196
+ "integrity": "sha512-6LpPpi9kjPk6Sm82YV0tkHtqW1vCO2yL9YDp4NzTz5M71zEhXooN4QmbMeOpKUfi0LTEfhJmRpDiUFX3TMcF/A==",
1197
1197
  "license": "SEE LICENSE IN LICENSE.txt",
1198
1198
  "dependencies": {
1199
- "@conduit-client/jwt-manager": "3.15.0",
1200
- "@conduit-client/service-retry": "3.15.0",
1201
- "@conduit-client/utils": "3.15.0"
1199
+ "@conduit-client/jwt-manager": "3.15.1",
1200
+ "@conduit-client/service-retry": "3.15.1",
1201
+ "@conduit-client/utils": "3.15.1"
1202
1202
  }
1203
1203
  },
1204
1204
  "node_modules/@conduit-client/service-retry": {
1205
- "version": "3.15.0",
1206
- "resolved": "https://registry.npmjs.org/@conduit-client/service-retry/-/service-retry-3.15.0.tgz",
1207
- "integrity": "sha512-Vf20kJMi2FJZzcgPYran9eKkHQw0mINSldghyxAsKfGS3WW82eRo1UMW+CfosEvtNt41jheXtxOebMBi5UCsjw==",
1205
+ "version": "3.15.1",
1206
+ "resolved": "https://registry.npmjs.org/@conduit-client/service-retry/-/service-retry-3.15.1.tgz",
1207
+ "integrity": "sha512-iG6w7qG/638+C38HIpb9/kkQbvXlQen4uUtK7wb/c4nMQUWWXXed8yishl1wa4OkJ844m7QUm2F7I+mcRT3s+A==",
1208
1208
  "license": "SEE LICENSE IN LICENSE.txt",
1209
1209
  "dependencies": {
1210
- "@conduit-client/utils": "3.15.0"
1210
+ "@conduit-client/utils": "3.15.1"
1211
1211
  }
1212
1212
  },
1213
1213
  "node_modules/@conduit-client/utils": {
1214
- "version": "3.15.0",
1215
- "resolved": "https://registry.npmjs.org/@conduit-client/utils/-/utils-3.15.0.tgz",
1216
- "integrity": "sha512-4YPL4okIhGxUbfwEfJW6kV3NTPvxEUsml4z2Ucevtzyay+7cXyOP4/pS+zkb+iHbTDvR60R5mqeobBkX5RKz2A==",
1214
+ "version": "3.15.1",
1215
+ "resolved": "https://registry.npmjs.org/@conduit-client/utils/-/utils-3.15.1.tgz",
1216
+ "integrity": "sha512-FMEPHNT/1PKNRIWLBX+bkuMgr4PP7DN9+qUTZdUWJp6apoao1S+iDXDyWR5iBvJMEzq1HUjoJhQ4ndTtlNJ6hg==",
1217
1217
  "license": "SEE LICENSE IN LICENSE.txt"
1218
1218
  },
1219
1219
  "node_modules/@csstools/color-helpers": {
@@ -6027,9 +6027,9 @@
6027
6027
  ]
6028
6028
  },
6029
6029
  "node_modules/@salesforce/agentforce-conversation-client": {
6030
- "version": "1.53.2",
6031
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.53.2.tgz",
6032
- "integrity": "sha512-XMFD95+6Mt3Zcc5ssQ55kfvvGsGcK2ng1DTJJL5NMfI0wTUzUEQ8VtoKC7M87UkwIcuZ4SwCuJ25qzzPWU044A==",
6030
+ "version": "1.54.0",
6031
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.54.0.tgz",
6032
+ "integrity": "sha512-JiU8+xTRGwdau6M464vgwcpqU2DwTyetVyAtN7kc9cN2Es/WE9tZbpGFJ2ggdMhiR/zT1m6BMRZKUFPWGwtNTg==",
6033
6033
  "license": "SEE LICENSE IN LICENSE.txt",
6034
6034
  "dependencies": {
6035
6035
  "@lightning-out/application": "2.1.1-rc.2"
@@ -6090,19 +6090,19 @@
6090
6090
  }
6091
6091
  },
6092
6092
  "node_modules/@salesforce/sdk-core": {
6093
- "version": "1.53.2",
6094
- "resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.53.2.tgz",
6095
- "integrity": "sha512-q4Wxa4zIC2/vpJYtu91RfYP+XR+SayN0ENRxMYp0H9X4GuHBdwS1wCrZX2bUKQqsTXNKlLuOBF+aUSR6xsHfPA==",
6093
+ "version": "1.54.0",
6094
+ "resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.54.0.tgz",
6095
+ "integrity": "sha512-zEEgNKIhlUQuNLAqqE+bjs14WG7iKO+Zzg5n9aEKBN1CO+duuhpx4eTR1u4rd+ZsX1RYuyG2F2YBrbEt5bX+rA==",
6096
6096
  "license": "SEE LICENSE IN LICENSE.txt"
6097
6097
  },
6098
6098
  "node_modules/@salesforce/sdk-data": {
6099
- "version": "1.53.2",
6100
- "resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.53.2.tgz",
6101
- "integrity": "sha512-OnPUqLxbTUS0ZzyCBBJpXiChbbwdu4rwAewm9t12WuRZYuWYiIKskAa9rlQxGfZCj/SuEjRAYC/JcBL1jx7Dng==",
6099
+ "version": "1.54.0",
6100
+ "resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.54.0.tgz",
6101
+ "integrity": "sha512-9Wk8pyRyLK+mB/wamQzn5fWO0ago2r9KwpOgqZ06eqAR+flPBG1w7R7UeiAApUBbZnJNeq6BkBzFtmF7+ZM/9w==",
6102
6102
  "license": "SEE LICENSE IN LICENSE.txt",
6103
6103
  "dependencies": {
6104
6104
  "@conduit-client/salesforce-lightning-service-worker": "^3.7.0",
6105
- "@salesforce/sdk-core": "^1.53.2"
6105
+ "@salesforce/sdk-core": "^1.54.0"
6106
6106
  }
6107
6107
  },
6108
6108
  "node_modules/@salesforce/ts-types": {
@@ -6115,15 +6115,15 @@
6115
6115
  }
6116
6116
  },
6117
6117
  "node_modules/@salesforce/vite-plugin-webapp-experimental": {
6118
- "version": "1.53.2",
6119
- "resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.53.2.tgz",
6120
- "integrity": "sha512-1usI5gywg45/R+OJcgISHM00ggIniJuwLpJ7I2eYtz//O/ZHP3+3vAzRZO+iZjV4mtqNjO7+cG0OvheIyd5IvA==",
6118
+ "version": "1.54.0",
6119
+ "resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.54.0.tgz",
6120
+ "integrity": "sha512-LbFV9sbm0DXNGNl/zRsy/5VBrkiCeSAQkhyjgAN1Tl4jh9pC79zJxdC6yzV0BdyumU4uMIFb1rrcHZVnjLKC5w==",
6121
6121
  "dev": true,
6122
6122
  "license": "SEE LICENSE IN LICENSE.txt",
6123
6123
  "dependencies": {
6124
6124
  "@babel/core": "^7.28.4",
6125
6125
  "@babel/helper-plugin-utils": "^7.28.3",
6126
- "@salesforce/webapp-experimental": "^1.53.2"
6126
+ "@salesforce/webapp-experimental": "^1.54.0"
6127
6127
  },
6128
6128
  "engines": {
6129
6129
  "node": ">=20.0.0"
@@ -6133,13 +6133,13 @@
6133
6133
  }
6134
6134
  },
6135
6135
  "node_modules/@salesforce/webapp-experimental": {
6136
- "version": "1.53.2",
6137
- "resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.53.2.tgz",
6138
- "integrity": "sha512-B6diQcMzxresuh4aud6Uw7Cr9dC89L3+pnxG4r0wbwCx5xRHeeyl6m6M4dUDFhR0y1D6p2/Jnhf3StoJ3u3thg==",
6136
+ "version": "1.54.0",
6137
+ "resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.54.0.tgz",
6138
+ "integrity": "sha512-C60kXy8MKUAbZ7YxRxO8wqqQTwOPB47bHxp9WeKXQm5DtkEudSooIsORM+D6Z+ZepvI6dTfjFJVvqq6M+9q09g==",
6139
6139
  "license": "SEE LICENSE IN LICENSE.txt",
6140
6140
  "dependencies": {
6141
6141
  "@salesforce/core": "^8.23.4",
6142
- "@salesforce/sdk-data": "^1.53.2",
6142
+ "@salesforce/sdk-data": "^1.54.0",
6143
6143
  "axios": "^1.7.7",
6144
6144
  "micromatch": "^4.0.8",
6145
6145
  "path-to-regexp": "^8.3.0"
@@ -6675,9 +6675,9 @@
6675
6675
  }
6676
6676
  },
6677
6677
  "node_modules/@ts-morph/common/node_modules/minimatch": {
6678
- "version": "10.2.3",
6679
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz",
6680
- "integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==",
6678
+ "version": "10.2.4",
6679
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
6680
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
6681
6681
  "license": "BlueOak-1.0.0",
6682
6682
  "dependencies": {
6683
6683
  "brace-expansion": "^5.0.2"
@@ -7037,9 +7037,9 @@
7037
7037
  }
7038
7038
  },
7039
7039
  "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
7040
- "version": "10.2.3",
7041
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz",
7042
- "integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==",
7040
+ "version": "10.2.4",
7041
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
7042
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
7043
7043
  "dev": true,
7044
7044
  "license": "BlueOak-1.0.0",
7045
7045
  "dependencies": {
@@ -11227,9 +11227,9 @@
11227
11227
  }
11228
11228
  },
11229
11229
  "node_modules/graphql-config/node_modules/minimatch": {
11230
- "version": "9.0.7",
11231
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
11232
- "integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
11230
+ "version": "9.0.8",
11231
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.8.tgz",
11232
+ "integrity": "sha512-reYkDYtj/b19TeqbNZCV4q9t+Yxylf/rYBsLb42SXJatTv4/ylq5lEiAmhA/IToxO7NI2UzNMghHoHuaqDkAjw==",
11233
11233
  "dev": true,
11234
11234
  "license": "ISC",
11235
11235
  "dependencies": {
@@ -13553,9 +13553,9 @@
13553
13553
  }
13554
13554
  },
13555
13555
  "node_modules/minimatch": {
13556
- "version": "3.1.4",
13557
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz",
13558
- "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==",
13556
+ "version": "3.1.5",
13557
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
13558
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
13559
13559
  "dev": true,
13560
13560
  "license": "ISC",
13561
13561
  "dependencies": {
@@ -14,7 +14,7 @@
14
14
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
15
15
  },
16
16
  "dependencies": {
17
- "@salesforce/agentforce-conversation-client": "^1.53.2",
17
+ "@salesforce/agentforce-conversation-client": "^1.54.0",
18
18
  "@salesforce/sdk-data": "^1.11.2",
19
19
  "@salesforce/webapp-experimental": "*",
20
20
  "@tailwindcss/vite": "^4.1.17",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.54.0",
3
+ "version": "1.54.1",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-app-react-template-vibe-experimental",
3
- "version": "1.54.0",
3
+ "version": "1.54.1",
4
4
  "description": "Vibe coding starter app template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -43,5 +43,5 @@
43
43
  }
44
44
  }
45
45
  },
46
- "gitHead": "b48827161c23db20c7e546a857fe8c9f5f560c20"
46
+ "gitHead": "6defeb0540e40000b92f0c88fc822cf8de1758b9"
47
47
  }