@salesforce/webapp-template-app-react-template-vibe-experimental 1.58.2 → 1.59.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 +24 -0
- package/dist/force-app/main/default/webapplications/appreacttemplatevibe/CHANGELOG.md +10 -0
- package/dist/force-app/main/default/webapplications/appreacttemplatevibe/package-lock.json +30 -30
- package/dist/force-app/main/default/webapplications/appreacttemplatevibe/package.json +2 -2
- package/dist/package.json +1 -1
- package/package.json +2 -2
package/dist/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.59.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.59.1...v1.59.2) (2026-02-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.59.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.59.0...v1.59.1) (2026-02-27)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.59.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.58.2...v1.59.0) (2026-02-27)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [1.58.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.58.1...v1.58.2) (2026-02-26)
|
|
7
31
|
|
|
8
32
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [1.59.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.58.2...v1.59.0) (2026-02-27)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- auto bump base react app versions and fix issue with base webapplication json ([#175](https://github.com/salesforce-experience-platform-emu/webapps/issues/175)) ([048b5a8](https://github.com/salesforce-experience-platform-emu/webapps/commit/048b5a8449c899fc923aeebc3c76bc5bf1c5e0d4))
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "base-react-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "base-react-app",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.59.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@salesforce/agentforce-conversation-client": "^1.
|
|
11
|
+
"@salesforce/agentforce-conversation-client": "^1.59.1",
|
|
12
12
|
"@salesforce/sdk-data": "^1.11.2",
|
|
13
13
|
"@salesforce/webapp-experimental": "*",
|
|
14
14
|
"@tailwindcss/vite": "^4.1.17",
|
|
@@ -6027,9 +6027,9 @@
|
|
|
6027
6027
|
]
|
|
6028
6028
|
},
|
|
6029
6029
|
"node_modules/@salesforce/agentforce-conversation-client": {
|
|
6030
|
-
"version": "1.
|
|
6031
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.
|
|
6032
|
-
"integrity": "sha512
|
|
6030
|
+
"version": "1.59.1",
|
|
6031
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.59.1.tgz",
|
|
6032
|
+
"integrity": "sha512-v129BxV+LGPfW3U/jMmbBB7Qd5MNbCJCA7Qt61naRjNxF4gk/ZF8N8Qwa2BZpsyfk1AY4uS/KyQpWY5k0rCo4A==",
|
|
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.
|
|
6094
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.
|
|
6095
|
-
"integrity": "sha512-
|
|
6093
|
+
"version": "1.59.1",
|
|
6094
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.59.1.tgz",
|
|
6095
|
+
"integrity": "sha512-trEn+yi+2s/2Mf172a0m0gFPsISMyqJKYq8R5/VSoH3VWPGW7WOHmSzYJhhj8/JVNb52iOMg5TXMjgd5aTi+3g==",
|
|
6096
6096
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
6097
6097
|
},
|
|
6098
6098
|
"node_modules/@salesforce/sdk-data": {
|
|
6099
|
-
"version": "1.
|
|
6100
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.
|
|
6101
|
-
"integrity": "sha512-
|
|
6099
|
+
"version": "1.59.1",
|
|
6100
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.59.1.tgz",
|
|
6101
|
+
"integrity": "sha512-5/GEjazn115maQFHjGvbS56hDIJyR1+LezROpPkrDs1AvrtGqWoJgIYWol+98hrAM7F/Ukx1B5q/kl0ToEsbGQ==",
|
|
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.
|
|
6105
|
+
"@salesforce/sdk-core": "^1.59.1"
|
|
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.
|
|
6119
|
-
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.
|
|
6120
|
-
"integrity": "sha512-
|
|
6118
|
+
"version": "1.59.1",
|
|
6119
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.59.1.tgz",
|
|
6120
|
+
"integrity": "sha512-WuiEIH9WEUwCOs/KsF2bEqYdh4rBSO9Mvt3vKjK5nyM9q2bEJdSjJBonYY7889qMFWW1i+OpN4pKcf1TU6v87w==",
|
|
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.
|
|
6126
|
+
"@salesforce/webapp-experimental": "^1.59.1"
|
|
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.
|
|
6137
|
-
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.
|
|
6138
|
-
"integrity": "sha512-
|
|
6136
|
+
"version": "1.59.1",
|
|
6137
|
+
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.59.1.tgz",
|
|
6138
|
+
"integrity": "sha512-8xWICuXa9XIa+v1svKOzh655lcYmtTuvUGEsMecfxbC+nXWZx36JdJ55pjEwOCuWMcHtdaE4nEsXXIZF+SkAbg==",
|
|
6139
6139
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6140
6140
|
"dependencies": {
|
|
6141
6141
|
"@salesforce/core": "^8.23.4",
|
|
6142
|
-
"@salesforce/sdk-data": "^1.
|
|
6142
|
+
"@salesforce/sdk-data": "^1.59.1",
|
|
6143
6143
|
"axios": "^1.7.7",
|
|
6144
6144
|
"micromatch": "^4.0.8",
|
|
6145
6145
|
"path-to-regexp": "^8.3.0"
|
|
@@ -6663,9 +6663,9 @@
|
|
|
6663
6663
|
}
|
|
6664
6664
|
},
|
|
6665
6665
|
"node_modules/@ts-morph/common/node_modules/brace-expansion": {
|
|
6666
|
-
"version": "5.0.
|
|
6667
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
6668
|
-
"integrity": "sha512-
|
|
6666
|
+
"version": "5.0.4",
|
|
6667
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
6668
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
6669
6669
|
"license": "MIT",
|
|
6670
6670
|
"dependencies": {
|
|
6671
6671
|
"balanced-match": "^4.0.2"
|
|
@@ -7024,9 +7024,9 @@
|
|
|
7024
7024
|
}
|
|
7025
7025
|
},
|
|
7026
7026
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
7027
|
-
"version": "5.0.
|
|
7028
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
7029
|
-
"integrity": "sha512-
|
|
7027
|
+
"version": "5.0.4",
|
|
7028
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
7029
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
7030
7030
|
"dev": true,
|
|
7031
7031
|
"license": "MIT",
|
|
7032
7032
|
"dependencies": {
|
|
@@ -7850,9 +7850,9 @@
|
|
|
7850
7850
|
}
|
|
7851
7851
|
},
|
|
7852
7852
|
"node_modules/axios": {
|
|
7853
|
-
"version": "1.13.
|
|
7854
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
7855
|
-
"integrity": "sha512-
|
|
7853
|
+
"version": "1.13.6",
|
|
7854
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
7855
|
+
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
7856
7856
|
"license": "MIT",
|
|
7857
7857
|
"dependencies": {
|
|
7858
7858
|
"follow-redirects": "^1.15.11",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "base-react-app",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.59.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite",
|
|
@@ -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.59.1",
|
|
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-app-react-template-vibe-experimental",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.2",
|
|
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": "
|
|
46
|
+
"gitHead": "5849f406134bb483a92ba8baea1726c8374e008d"
|
|
47
47
|
}
|