@salesforce/webapp-template-feature-react-chart-experimental 1.60.1 → 1.61.0
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/package-lock.json +61 -44
- package/dist/force-app/main/default/webapplications/feature-react-chart/vite.config.ts +2 -1
- package/dist/package.json +1 -1
- package/package.json +3 -3
- package/src/force-app/main/default/webapplications/feature-react-chart/vite.config.ts +2 -1
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.61.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.60.2...v1.61.0) (2026-03-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.60.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.60.1...v1.60.2) (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.60.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.60.0...v1.60.1) (2026-02-27)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
@@ -6069,19 +6069,19 @@
|
|
|
6069
6069
|
}
|
|
6070
6070
|
},
|
|
6071
6071
|
"node_modules/@salesforce/sdk-core": {
|
|
6072
|
-
"version": "1.60.
|
|
6073
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.60.
|
|
6074
|
-
"integrity": "sha512-
|
|
6072
|
+
"version": "1.60.2",
|
|
6073
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.60.2.tgz",
|
|
6074
|
+
"integrity": "sha512-XZJYBxJwHPbahfyL86FI2ChYT7is+ZoiM1M4lTNZtt9me7j9AhMTVf7kpIbAX6ye1/ROEaLlAz9TAdCQMll2Rg==",
|
|
6075
6075
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
6076
6076
|
},
|
|
6077
6077
|
"node_modules/@salesforce/sdk-data": {
|
|
6078
|
-
"version": "1.60.
|
|
6079
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.60.
|
|
6080
|
-
"integrity": "sha512-
|
|
6078
|
+
"version": "1.60.2",
|
|
6079
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.60.2.tgz",
|
|
6080
|
+
"integrity": "sha512-q4frWaRD2J3yOT81NPuq/qck8W3JfzdOmRrBvM8/aQ6RwPlxkJXwhq1PR3PgdmKWX5n49VksmxorZA23ttbdjA==",
|
|
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.60.
|
|
6084
|
+
"@salesforce/sdk-core": "^1.60.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.60.
|
|
6098
|
-
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.60.
|
|
6099
|
-
"integrity": "sha512
|
|
6097
|
+
"version": "1.60.2",
|
|
6098
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.60.2.tgz",
|
|
6099
|
+
"integrity": "sha512-/woKAsjTLIjrVWNCRy5PQS+I84RbBDdIvX84X0YEBF6mKrD5oQPTOw9U6ERxsVQGwux3K3vNwHyof2HmdHMIZg==",
|
|
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.60.
|
|
6105
|
+
"@salesforce/webapp-experimental": "^1.60.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.60.
|
|
6116
|
-
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.60.
|
|
6117
|
-
"integrity": "sha512-
|
|
6115
|
+
"version": "1.60.2",
|
|
6116
|
+
"resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.60.2.tgz",
|
|
6117
|
+
"integrity": "sha512-n96PoDAVdFt1G9fJezcor0r/WMnS8UktvqBsOEetp/v9NxhZISUJo5fQUgl3mW876FnILaCyV1muxkKKXuH7/A==",
|
|
6118
6118
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6119
6119
|
"dependencies": {
|
|
6120
6120
|
"@salesforce/core": "^8.23.4",
|
|
6121
|
-
"@salesforce/sdk-data": "^1.60.
|
|
6121
|
+
"@salesforce/sdk-data": "^1.60.2",
|
|
6122
6122
|
"axios": "^1.7.7",
|
|
6123
6123
|
"micromatch": "^4.0.8",
|
|
6124
6124
|
"path-to-regexp": "^8.3.0"
|
|
@@ -6725,9 +6725,9 @@
|
|
|
6725
6725
|
"license": "MIT"
|
|
6726
6726
|
},
|
|
6727
6727
|
"node_modules/@types/node": {
|
|
6728
|
-
"version": "24.
|
|
6729
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
6730
|
-
"integrity": "sha512-
|
|
6728
|
+
"version": "24.11.0",
|
|
6729
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.11.0.tgz",
|
|
6730
|
+
"integrity": "sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==",
|
|
6731
6731
|
"devOptional": true,
|
|
6732
6732
|
"license": "MIT",
|
|
6733
6733
|
"dependencies": {
|
|
@@ -8176,9 +8176,9 @@
|
|
|
8176
8176
|
}
|
|
8177
8177
|
},
|
|
8178
8178
|
"node_modules/caniuse-lite": {
|
|
8179
|
-
"version": "1.0.
|
|
8180
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
8181
|
-
"integrity": "sha512-
|
|
8179
|
+
"version": "1.0.30001775",
|
|
8180
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001775.tgz",
|
|
8181
|
+
"integrity": "sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==",
|
|
8182
8182
|
"funding": [
|
|
8183
8183
|
{
|
|
8184
8184
|
"type": "opencollective",
|
|
@@ -8348,14 +8348,14 @@
|
|
|
8348
8348
|
}
|
|
8349
8349
|
},
|
|
8350
8350
|
"node_modules/cli-truncate": {
|
|
8351
|
-
"version": "5.
|
|
8352
|
-
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.
|
|
8353
|
-
"integrity": "sha512-
|
|
8351
|
+
"version": "5.2.0",
|
|
8352
|
+
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.2.0.tgz",
|
|
8353
|
+
"integrity": "sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==",
|
|
8354
8354
|
"dev": true,
|
|
8355
8355
|
"license": "MIT",
|
|
8356
8356
|
"dependencies": {
|
|
8357
|
-
"slice-ansi": "^
|
|
8358
|
-
"string-width": "^8.
|
|
8357
|
+
"slice-ansi": "^8.0.0",
|
|
8358
|
+
"string-width": "^8.2.0"
|
|
8359
8359
|
},
|
|
8360
8360
|
"engines": {
|
|
8361
8361
|
"node": ">=20"
|
|
@@ -9076,9 +9076,9 @@
|
|
|
9076
9076
|
"license": "MIT"
|
|
9077
9077
|
},
|
|
9078
9078
|
"node_modules/dedent": {
|
|
9079
|
-
"version": "1.7.
|
|
9080
|
-
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.
|
|
9081
|
-
"integrity": "sha512-
|
|
9079
|
+
"version": "1.7.2",
|
|
9080
|
+
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.2.tgz",
|
|
9081
|
+
"integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==",
|
|
9082
9082
|
"license": "MIT",
|
|
9083
9083
|
"peerDependencies": {
|
|
9084
9084
|
"babel-plugin-macros": "^3.1.0"
|
|
@@ -9423,9 +9423,9 @@
|
|
|
9423
9423
|
}
|
|
9424
9424
|
},
|
|
9425
9425
|
"node_modules/enhanced-resolve": {
|
|
9426
|
-
"version": "5.
|
|
9427
|
-
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.
|
|
9428
|
-
"integrity": "sha512
|
|
9426
|
+
"version": "5.20.0",
|
|
9427
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz",
|
|
9428
|
+
"integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==",
|
|
9429
9429
|
"license": "MIT",
|
|
9430
9430
|
"dependencies": {
|
|
9431
9431
|
"graceful-fs": "^4.2.4",
|
|
@@ -13361,6 +13361,23 @@
|
|
|
13361
13361
|
"dev": true,
|
|
13362
13362
|
"license": "MIT"
|
|
13363
13363
|
},
|
|
13364
|
+
"node_modules/log-update/node_modules/slice-ansi": {
|
|
13365
|
+
"version": "7.1.2",
|
|
13366
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
|
|
13367
|
+
"integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
|
|
13368
|
+
"dev": true,
|
|
13369
|
+
"license": "MIT",
|
|
13370
|
+
"dependencies": {
|
|
13371
|
+
"ansi-styles": "^6.2.1",
|
|
13372
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
13373
|
+
},
|
|
13374
|
+
"engines": {
|
|
13375
|
+
"node": ">=18"
|
|
13376
|
+
},
|
|
13377
|
+
"funding": {
|
|
13378
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
13379
|
+
}
|
|
13380
|
+
},
|
|
13364
13381
|
"node_modules/log-update/node_modules/string-width": {
|
|
13365
13382
|
"version": "7.2.0",
|
|
13366
13383
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -15041,9 +15058,9 @@
|
|
|
15041
15058
|
"license": "MIT"
|
|
15042
15059
|
},
|
|
15043
15060
|
"node_modules/pump": {
|
|
15044
|
-
"version": "3.0.
|
|
15045
|
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.
|
|
15046
|
-
"integrity": "sha512-
|
|
15061
|
+
"version": "3.0.4",
|
|
15062
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
15063
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
15047
15064
|
"license": "MIT",
|
|
15048
15065
|
"dependencies": {
|
|
15049
15066
|
"end-of-stream": "^1.1.0",
|
|
@@ -15885,9 +15902,9 @@
|
|
|
15885
15902
|
"license": "MIT"
|
|
15886
15903
|
},
|
|
15887
15904
|
"node_modules/sax": {
|
|
15888
|
-
"version": "1.
|
|
15889
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
15890
|
-
"integrity": "sha512-
|
|
15905
|
+
"version": "1.5.0",
|
|
15906
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz",
|
|
15907
|
+
"integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==",
|
|
15891
15908
|
"license": "BlueOak-1.0.0",
|
|
15892
15909
|
"engines": {
|
|
15893
15910
|
"node": ">=11.0.0"
|
|
@@ -16548,17 +16565,17 @@
|
|
|
16548
16565
|
}
|
|
16549
16566
|
},
|
|
16550
16567
|
"node_modules/slice-ansi": {
|
|
16551
|
-
"version": "
|
|
16552
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-
|
|
16553
|
-
"integrity": "sha512-
|
|
16568
|
+
"version": "8.0.0",
|
|
16569
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-8.0.0.tgz",
|
|
16570
|
+
"integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==",
|
|
16554
16571
|
"dev": true,
|
|
16555
16572
|
"license": "MIT",
|
|
16556
16573
|
"dependencies": {
|
|
16557
|
-
"ansi-styles": "^6.2.
|
|
16558
|
-
"is-fullwidth-code-point": "^5.
|
|
16574
|
+
"ansi-styles": "^6.2.3",
|
|
16575
|
+
"is-fullwidth-code-point": "^5.1.0"
|
|
16559
16576
|
},
|
|
16560
16577
|
"engines": {
|
|
16561
|
-
"node": ">=
|
|
16578
|
+
"node": ">=20"
|
|
16562
16579
|
},
|
|
16563
16580
|
"funding": {
|
|
16564
16581
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { PluginOption } from "vite";
|
|
1
2
|
import { defineConfig } from "vite";
|
|
2
3
|
import react from "@vitejs/plugin-react";
|
|
3
4
|
import path from "path";
|
|
@@ -7,7 +8,7 @@ import salesforce from "@salesforce/vite-plugin-webapp-experimental";
|
|
|
7
8
|
|
|
8
9
|
export default defineConfig(({ mode }) => {
|
|
9
10
|
return {
|
|
10
|
-
plugins: [tailwindcss(), react(), salesforce()],
|
|
11
|
+
plugins: [tailwindcss(), react(), salesforce()] as PluginOption[],
|
|
11
12
|
|
|
12
13
|
build: {
|
|
13
14
|
outDir: resolve(__dirname, "dist"),
|
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.61.0",
|
|
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.61.0",
|
|
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": "07b4d7294c9f02c91b55788e157094db22168873"
|
|
55
55
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { PluginOption } from "vite";
|
|
1
2
|
import { defineConfig } from "vite";
|
|
2
3
|
import react from "@vitejs/plugin-react";
|
|
3
4
|
import path from "path";
|
|
@@ -7,7 +8,7 @@ import salesforce from "@salesforce/vite-plugin-webapp-experimental";
|
|
|
7
8
|
|
|
8
9
|
export default defineConfig(({ mode }) => {
|
|
9
10
|
return {
|
|
10
|
-
plugins: [tailwindcss(), react(), salesforce()],
|
|
11
|
+
plugins: [tailwindcss(), react(), salesforce()] as PluginOption[],
|
|
11
12
|
|
|
12
13
|
build: {
|
|
13
14
|
outDir: resolve(__dirname, "dist"),
|