@salesforce/webapp-template-feature-react-chart-experimental 1.58.2 → 1.59.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-chart/CHANGELOG.md +10 -0
- package/dist/force-app/main/default/webapplications/feature-react-chart/package-lock.json +26 -26
- package/dist/force-app/main/default/webapplications/feature-react-chart/package.json +1 -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.59.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.59.0...v1.59.1) (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.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.58.2...v1.59.0) (2026-02-27)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.58.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.58.1...v1.58.2) (2026-02-26)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -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,12 +1,12 @@
|
|
|
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
11
|
"@salesforce/sdk-data": "^1.11.2",
|
|
12
12
|
"@salesforce/webapp-experimental": "*",
|
|
@@ -6069,19 +6069,19 @@
|
|
|
6069
6069
|
}
|
|
6070
6070
|
},
|
|
6071
6071
|
"node_modules/@salesforce/sdk-core": {
|
|
6072
|
-
"version": "1.58.
|
|
6073
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.58.
|
|
6074
|
-
"integrity": "sha512-
|
|
6072
|
+
"version": "1.58.2",
|
|
6073
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.58.2.tgz",
|
|
6074
|
+
"integrity": "sha512-vuFmmaWVeIzyrDEBMszbCempzJHCnoZFrljc5ZwFuMNl2j17WHa9aAhIAik46kL7Tj7etdzW9mY5UV6Q4yE2jg==",
|
|
6075
6075
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
6076
6076
|
},
|
|
6077
6077
|
"node_modules/@salesforce/sdk-data": {
|
|
6078
|
-
"version": "1.58.
|
|
6079
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.58.
|
|
6080
|
-
"integrity": "sha512-
|
|
6078
|
+
"version": "1.58.2",
|
|
6079
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.58.2.tgz",
|
|
6080
|
+
"integrity": "sha512-xShV/0u/zt2oVMj4fsQURm/GrnjF18VclGf1sOtVhcxuTxr+jlBWKQH5kYB9BiBSsaBWRqfD+G/ixV4KbedVUA==",
|
|
6081
6081
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6082
6082
|
"dependencies": {
|
|
6083
6083
|
"@conduit-client/salesforce-lightning-service-worker": "^3.7.0",
|
|
6084
|
-
"@salesforce/sdk-core": "^1.58.
|
|
6084
|
+
"@salesforce/sdk-core": "^1.58.2"
|
|
6085
6085
|
}
|
|
6086
6086
|
},
|
|
6087
6087
|
"node_modules/@salesforce/ts-types": {
|
|
@@ -6094,15 +6094,15 @@
|
|
|
6094
6094
|
}
|
|
6095
6095
|
},
|
|
6096
6096
|
"node_modules/@salesforce/vite-plugin-webapp-experimental": {
|
|
6097
|
-
"version": "1.58.
|
|
6098
|
-
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.58.
|
|
6099
|
-
"integrity": "sha512-
|
|
6097
|
+
"version": "1.58.2",
|
|
6098
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.58.2.tgz",
|
|
6099
|
+
"integrity": "sha512-LJ2Zng5ecp6QuOoTD/1VsYM+3kyXiuoGMLJ0bzlnkGemobdqNz+QAVFiaStgYI/uHkW1lKQJzR3jCfR8EHtfKA==",
|
|
6100
6100
|
"dev": true,
|
|
6101
6101
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6102
6102
|
"dependencies": {
|
|
6103
6103
|
"@babel/core": "^7.28.4",
|
|
6104
6104
|
"@babel/helper-plugin-utils": "^7.28.3",
|
|
6105
|
-
"@salesforce/webapp-experimental": "^1.58.
|
|
6105
|
+
"@salesforce/webapp-experimental": "^1.58.2"
|
|
6106
6106
|
},
|
|
6107
6107
|
"engines": {
|
|
6108
6108
|
"node": ">=20.0.0"
|
|
@@ -6112,13 +6112,13 @@
|
|
|
6112
6112
|
}
|
|
6113
6113
|
},
|
|
6114
6114
|
"node_modules/@salesforce/webapp-experimental": {
|
|
6115
|
-
"version": "1.58.
|
|
6116
|
-
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.58.
|
|
6117
|
-
"integrity": "sha512-
|
|
6115
|
+
"version": "1.58.2",
|
|
6116
|
+
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.58.2.tgz",
|
|
6117
|
+
"integrity": "sha512-fodHDcITqPo+4cPH8oG9I/sJMrhDOpaH8WmnctXBEeRyZNHOKC/4y5z+xfu+P3/ujAtSQZEPm3K0wH9Xy0MC8A==",
|
|
6118
6118
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6119
6119
|
"dependencies": {
|
|
6120
6120
|
"@salesforce/core": "^8.23.4",
|
|
6121
|
-
"@salesforce/sdk-data": "^1.58.
|
|
6121
|
+
"@salesforce/sdk-data": "^1.58.2",
|
|
6122
6122
|
"axios": "^1.7.7",
|
|
6123
6123
|
"micromatch": "^4.0.8",
|
|
6124
6124
|
"path-to-regexp": "^8.3.0"
|
|
@@ -6551,9 +6551,9 @@
|
|
|
6551
6551
|
}
|
|
6552
6552
|
},
|
|
6553
6553
|
"node_modules/@ts-morph/common/node_modules/brace-expansion": {
|
|
6554
|
-
"version": "5.0.
|
|
6555
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
6556
|
-
"integrity": "sha512-
|
|
6554
|
+
"version": "5.0.4",
|
|
6555
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
6556
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
6557
6557
|
"license": "MIT",
|
|
6558
6558
|
"dependencies": {
|
|
6559
6559
|
"balanced-match": "^4.0.2"
|
|
@@ -6975,9 +6975,9 @@
|
|
|
6975
6975
|
}
|
|
6976
6976
|
},
|
|
6977
6977
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
6978
|
-
"version": "5.0.
|
|
6979
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
6980
|
-
"integrity": "sha512-
|
|
6978
|
+
"version": "5.0.4",
|
|
6979
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
6980
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
6981
6981
|
"dev": true,
|
|
6982
6982
|
"license": "MIT",
|
|
6983
6983
|
"dependencies": {
|
|
@@ -7801,9 +7801,9 @@
|
|
|
7801
7801
|
}
|
|
7802
7802
|
},
|
|
7803
7803
|
"node_modules/axios": {
|
|
7804
|
-
"version": "1.13.
|
|
7805
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
7806
|
-
"integrity": "sha512-
|
|
7804
|
+
"version": "1.13.6",
|
|
7805
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
7806
|
+
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
7807
7807
|
"license": "MIT",
|
|
7808
7808
|
"dependencies": {
|
|
7809
7809
|
"follow-redirects": "^1.15.11",
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-template-feature-react-chart-experimental",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.1",
|
|
4
4
|
"description": "Chart feature with analytics chart components, agent skills, and rules (Recharts)",
|
|
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
|
"devDependencies": {
|
|
30
|
-
"@salesforce/webapp-experimental": "^1.
|
|
30
|
+
"@salesforce/webapp-experimental": "^1.59.1",
|
|
31
31
|
"@types/react": "^19.2.7",
|
|
32
32
|
"@types/react-dom": "^19.2.3",
|
|
33
33
|
"react-dom": "^19.2.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "740f822d2897cd524c245f3c9f94d6e4dae78d93"
|
|
55
55
|
}
|