@salesforce/templates 66.9.2 → 66.9.3
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/lib/templates/project/agent/README.md +12 -2
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package-lock.json +121 -121
- package/lib/templates/project/reactinternalapp/CHANGELOG.md +48 -0
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package-lock.json +124 -124
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package.json +3 -3
- package/lib/templates/project/reactinternalapp/package.json +1 -1
- package/lib/templates/project/standard/README.md +51 -11
- package/lib/templates/uiBundles/reactbasic/package-lock.json +124 -124
- package/lib/templates/uiBundles/reactbasic/package.json +3 -3
- package/package.json +3 -3
|
@@ -30,11 +30,21 @@ But you can further configure it by editing the `sfdx-project.json` file. See [S
|
|
|
30
30
|
|
|
31
31
|
## Enable Skills in Agentforce Vibes to Vibe Code Agents
|
|
32
32
|
|
|
33
|
-
To vibe code agents using Agentforce Vibes, first open the Agentforce Vibes panel. Click the **Manage
|
|
33
|
+
To vibe code agents using Agentforce Vibes, first open the Agentforce Vibes panel. Click the **Manage Skills, Rules, Workflows, and Hookss** icon, then the **Skills** tab, and ensure these skills are enabled:
|
|
34
|
+
|
|
35
|
+
- `developing-agentforce`
|
|
36
|
+
- `observing-agentforce`
|
|
37
|
+
- `testing-agentforce`
|
|
38
|
+
|
|
39
|
+
That's it!
|
|
34
40
|
|
|
35
41
|
### Use Other AI Tools
|
|
36
42
|
|
|
37
|
-
If you prefer to use other AI tools, such as Claude Code or Cursor, copy
|
|
43
|
+
If you prefer to use other AI tools, such as Claude Code or Cursor, copy these skills from the `sf-skills` GitHub repository to the appropriate directory in this DX project. Check your AI tool's documentation for the specific location and how to enable the skills.
|
|
44
|
+
|
|
45
|
+
- [`developing-agentforce`](https://github.com/forcedotcom/sf-skills/tree/main/skills/developing-agentforce)
|
|
46
|
+
- [`observing-agentforce`](https://github.com/forcedotcom/sf-skills/tree/main/skills/observing-agentforce)
|
|
47
|
+
- [`testing-agentforce`](https://github.com/forcedotcom/sf-skills/tree/main/skills/testing-agentforce)
|
|
38
48
|
|
|
39
49
|
## Vibe Code the Sample Agent
|
|
40
50
|
|
|
@@ -992,9 +992,9 @@
|
|
|
992
992
|
"license": "MIT"
|
|
993
993
|
},
|
|
994
994
|
"node_modules/@dotenvx/dotenvx": {
|
|
995
|
-
"version": "1.71.
|
|
996
|
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.71.
|
|
997
|
-
"integrity": "sha512-
|
|
995
|
+
"version": "1.71.2",
|
|
996
|
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.71.2.tgz",
|
|
997
|
+
"integrity": "sha512-Xj9T3Wr+Bo4ILKf9PZJBYJ4SJiZGC/pqIdzOMbX9jgAFb0oGuKkusLleYHN/N6zanZixNvmuMVWYR1T3YJuVTA==",
|
|
998
998
|
"license": "BSD-3-Clause",
|
|
999
999
|
"dependencies": {
|
|
1000
1000
|
"commander": "^11.1.0",
|
|
@@ -9915,9 +9915,9 @@
|
|
|
9915
9915
|
"license": "MIT"
|
|
9916
9916
|
},
|
|
9917
9917
|
"node_modules/@repeaterjs/repeater": {
|
|
9918
|
-
"version": "3.0
|
|
9919
|
-
"resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.
|
|
9920
|
-
"integrity": "sha512-
|
|
9918
|
+
"version": "3.1.0",
|
|
9919
|
+
"resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.1.0.tgz",
|
|
9920
|
+
"integrity": "sha512-TaoVksZRSx2KWYYpyLQtMQXXeS98VsgZImzW65xmiVgbYhXLk+aEsmzPLirqVuE4/XuUapH2iMtxUzaBNDzdSQ==",
|
|
9921
9921
|
"dev": true,
|
|
9922
9922
|
"license": "MIT"
|
|
9923
9923
|
},
|
|
@@ -10323,9 +10323,9 @@
|
|
|
10323
10323
|
}
|
|
10324
10324
|
},
|
|
10325
10325
|
"node_modules/@salesforce/core/node_modules/semver": {
|
|
10326
|
-
"version": "7.8.
|
|
10327
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
10328
|
-
"integrity": "sha512-
|
|
10326
|
+
"version": "7.8.3",
|
|
10327
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.3.tgz",
|
|
10328
|
+
"integrity": "sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==",
|
|
10329
10329
|
"license": "ISC",
|
|
10330
10330
|
"bin": {
|
|
10331
10331
|
"semver": "bin/semver.js"
|
|
@@ -10335,9 +10335,9 @@
|
|
|
10335
10335
|
}
|
|
10336
10336
|
},
|
|
10337
10337
|
"node_modules/@salesforce/jsonrpc": {
|
|
10338
|
-
"version": "10.6.
|
|
10339
|
-
"resolved": "https://registry.npmjs.org/@salesforce/jsonrpc/-/jsonrpc-10.6.
|
|
10340
|
-
"integrity": "sha512-
|
|
10338
|
+
"version": "10.6.5",
|
|
10339
|
+
"resolved": "https://registry.npmjs.org/@salesforce/jsonrpc/-/jsonrpc-10.6.5.tgz",
|
|
10340
|
+
"integrity": "sha512-k/1KyyiUZH6p/DWo/3YYwNq40cxCUewg7Jb6QZAxob3cwPaN01OuHCirQgXqBL50Tog4r0xsOVaM6c3sFZLcXA==",
|
|
10341
10341
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
10342
10342
|
},
|
|
10343
10343
|
"node_modules/@salesforce/kit": {
|
|
@@ -10350,9 +10350,9 @@
|
|
|
10350
10350
|
}
|
|
10351
10351
|
},
|
|
10352
10352
|
"node_modules/@salesforce/platform-sdk": {
|
|
10353
|
-
"version": "10.6.
|
|
10354
|
-
"resolved": "https://registry.npmjs.org/@salesforce/platform-sdk/-/platform-sdk-10.6.
|
|
10355
|
-
"integrity": "sha512-
|
|
10353
|
+
"version": "10.6.5",
|
|
10354
|
+
"resolved": "https://registry.npmjs.org/@salesforce/platform-sdk/-/platform-sdk-10.6.5.tgz",
|
|
10355
|
+
"integrity": "sha512-QAOygOFmeqA/pYNyFHFt6z6L4VjdW4G1EJAdJEeKCgtFY0hV2TZWMqLKEFI6OV8EEokrg2VwSOHelT9m2Bygmw==",
|
|
10356
10356
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
10357
10357
|
"dependencies": {
|
|
10358
10358
|
"@conduit-client/command-http-cache-control": "3.19.6",
|
|
@@ -10364,7 +10364,7 @@
|
|
|
10364
10364
|
"@conduit-client/service-pubsub": "3.19.6",
|
|
10365
10365
|
"@conduit-client/service-retry": "3.19.6",
|
|
10366
10366
|
"@conduit-client/utils": "3.19.6",
|
|
10367
|
-
"@salesforce/jsonrpc": "^10.6.
|
|
10367
|
+
"@salesforce/jsonrpc": "^10.6.5"
|
|
10368
10368
|
},
|
|
10369
10369
|
"peerDependencies": {
|
|
10370
10370
|
"o11y": ">=260.0.0",
|
|
@@ -10381,13 +10381,13 @@
|
|
|
10381
10381
|
}
|
|
10382
10382
|
},
|
|
10383
10383
|
"node_modules/@salesforce/ui-bundle": {
|
|
10384
|
-
"version": "10.6.
|
|
10385
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ui-bundle/-/ui-bundle-10.6.
|
|
10386
|
-
"integrity": "sha512-
|
|
10384
|
+
"version": "10.6.5",
|
|
10385
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ui-bundle/-/ui-bundle-10.6.5.tgz",
|
|
10386
|
+
"integrity": "sha512-z/yQYbaXfOC20asKSEltHDs6G13sNi7sgGSG43aoyWGL1pIU2Ok0cmKLX/R5vcFBhLyLx0bGMvqhyEAZIioSBQ==",
|
|
10387
10387
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
10388
10388
|
"dependencies": {
|
|
10389
10389
|
"@salesforce/core": "^8.23.4",
|
|
10390
|
-
"@salesforce/platform-sdk": "^10.6.
|
|
10390
|
+
"@salesforce/platform-sdk": "^10.6.5",
|
|
10391
10391
|
"micromatch": "^4.0.8",
|
|
10392
10392
|
"path-to-regexp": "^8.3.0"
|
|
10393
10393
|
},
|
|
@@ -10396,9 +10396,9 @@
|
|
|
10396
10396
|
}
|
|
10397
10397
|
},
|
|
10398
10398
|
"node_modules/@salesforce/ui-design-mode": {
|
|
10399
|
-
"version": "10.6.
|
|
10400
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ui-design-mode/-/ui-design-mode-10.6.
|
|
10401
|
-
"integrity": "sha512-
|
|
10399
|
+
"version": "10.6.5",
|
|
10400
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ui-design-mode/-/ui-design-mode-10.6.5.tgz",
|
|
10401
|
+
"integrity": "sha512-xfJVlqu6NUVPHgEUVGalsMarHFmAZnZoOS6zW+KT+rgwkOhAUj7aUQBwrSbXrxacVfBw8JAhL36H0h58Bm/ROQ==",
|
|
10402
10402
|
"dev": true,
|
|
10403
10403
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
10404
10404
|
"dependencies": {
|
|
@@ -10430,15 +10430,15 @@
|
|
|
10430
10430
|
}
|
|
10431
10431
|
},
|
|
10432
10432
|
"node_modules/@salesforce/vite-plugin-ui-bundle": {
|
|
10433
|
-
"version": "10.6.
|
|
10434
|
-
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-ui-bundle/-/vite-plugin-ui-bundle-10.6.
|
|
10435
|
-
"integrity": "sha512-
|
|
10433
|
+
"version": "10.6.5",
|
|
10434
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-ui-bundle/-/vite-plugin-ui-bundle-10.6.5.tgz",
|
|
10435
|
+
"integrity": "sha512-dkDzt1BAAhCUykcsnFWgRS8nkV7e8m9XW8pjqXo1/gZYJCMXEoqs31ktO0ynPgBLJvdrdcerT8Scl9lIxHGJ7g==",
|
|
10436
10436
|
"dev": true,
|
|
10437
10437
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
10438
10438
|
"dependencies": {
|
|
10439
10439
|
"@babel/core": "^7.28.4",
|
|
10440
|
-
"@salesforce/ui-bundle": "^10.6.
|
|
10441
|
-
"@salesforce/ui-design-mode": "^10.6.
|
|
10440
|
+
"@salesforce/ui-bundle": "^10.6.5",
|
|
10441
|
+
"@salesforce/ui-design-mode": "^10.6.5"
|
|
10442
10442
|
},
|
|
10443
10443
|
"engines": {
|
|
10444
10444
|
"node": ">=20.0.0"
|
|
@@ -11198,17 +11198,17 @@
|
|
|
11198
11198
|
}
|
|
11199
11199
|
},
|
|
11200
11200
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
11201
|
-
"version": "8.
|
|
11202
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
11203
|
-
"integrity": "sha512-
|
|
11201
|
+
"version": "8.61.0",
|
|
11202
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.0.tgz",
|
|
11203
|
+
"integrity": "sha512-bFNvl9ZczlVb+wR2Akszf3gHfKVj/8WanXaGJ3UstTA7brNKg0cNdk6X1Psu5V7MZ2oQtzZKOEzIUehaoxbDGw==",
|
|
11204
11204
|
"dev": true,
|
|
11205
11205
|
"license": "MIT",
|
|
11206
11206
|
"dependencies": {
|
|
11207
11207
|
"@eslint-community/regexpp": "^4.12.2",
|
|
11208
|
-
"@typescript-eslint/scope-manager": "8.
|
|
11209
|
-
"@typescript-eslint/type-utils": "8.
|
|
11210
|
-
"@typescript-eslint/utils": "8.
|
|
11211
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
11208
|
+
"@typescript-eslint/scope-manager": "8.61.0",
|
|
11209
|
+
"@typescript-eslint/type-utils": "8.61.0",
|
|
11210
|
+
"@typescript-eslint/utils": "8.61.0",
|
|
11211
|
+
"@typescript-eslint/visitor-keys": "8.61.0",
|
|
11212
11212
|
"ignore": "^7.0.5",
|
|
11213
11213
|
"natural-compare": "^1.4.0",
|
|
11214
11214
|
"ts-api-utils": "^2.5.0"
|
|
@@ -11221,7 +11221,7 @@
|
|
|
11221
11221
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11222
11222
|
},
|
|
11223
11223
|
"peerDependencies": {
|
|
11224
|
-
"@typescript-eslint/parser": "^8.
|
|
11224
|
+
"@typescript-eslint/parser": "^8.61.0",
|
|
11225
11225
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
11226
11226
|
"typescript": ">=4.8.4 <6.1.0"
|
|
11227
11227
|
}
|
|
@@ -11237,16 +11237,16 @@
|
|
|
11237
11237
|
}
|
|
11238
11238
|
},
|
|
11239
11239
|
"node_modules/@typescript-eslint/parser": {
|
|
11240
|
-
"version": "8.
|
|
11241
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
11242
|
-
"integrity": "sha512-
|
|
11240
|
+
"version": "8.61.0",
|
|
11241
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.61.0.tgz",
|
|
11242
|
+
"integrity": "sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==",
|
|
11243
11243
|
"dev": true,
|
|
11244
11244
|
"license": "MIT",
|
|
11245
11245
|
"dependencies": {
|
|
11246
|
-
"@typescript-eslint/scope-manager": "8.
|
|
11247
|
-
"@typescript-eslint/types": "8.
|
|
11248
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
11249
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
11246
|
+
"@typescript-eslint/scope-manager": "8.61.0",
|
|
11247
|
+
"@typescript-eslint/types": "8.61.0",
|
|
11248
|
+
"@typescript-eslint/typescript-estree": "8.61.0",
|
|
11249
|
+
"@typescript-eslint/visitor-keys": "8.61.0",
|
|
11250
11250
|
"debug": "^4.4.3"
|
|
11251
11251
|
},
|
|
11252
11252
|
"engines": {
|
|
@@ -11262,14 +11262,14 @@
|
|
|
11262
11262
|
}
|
|
11263
11263
|
},
|
|
11264
11264
|
"node_modules/@typescript-eslint/project-service": {
|
|
11265
|
-
"version": "8.
|
|
11266
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
11267
|
-
"integrity": "sha512-
|
|
11265
|
+
"version": "8.61.0",
|
|
11266
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.0.tgz",
|
|
11267
|
+
"integrity": "sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==",
|
|
11268
11268
|
"dev": true,
|
|
11269
11269
|
"license": "MIT",
|
|
11270
11270
|
"dependencies": {
|
|
11271
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
11272
|
-
"@typescript-eslint/types": "^8.
|
|
11271
|
+
"@typescript-eslint/tsconfig-utils": "^8.61.0",
|
|
11272
|
+
"@typescript-eslint/types": "^8.61.0",
|
|
11273
11273
|
"debug": "^4.4.3"
|
|
11274
11274
|
},
|
|
11275
11275
|
"engines": {
|
|
@@ -11284,14 +11284,14 @@
|
|
|
11284
11284
|
}
|
|
11285
11285
|
},
|
|
11286
11286
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
11287
|
-
"version": "8.
|
|
11288
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
11289
|
-
"integrity": "sha512-
|
|
11287
|
+
"version": "8.61.0",
|
|
11288
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.0.tgz",
|
|
11289
|
+
"integrity": "sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==",
|
|
11290
11290
|
"dev": true,
|
|
11291
11291
|
"license": "MIT",
|
|
11292
11292
|
"dependencies": {
|
|
11293
|
-
"@typescript-eslint/types": "8.
|
|
11294
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
11293
|
+
"@typescript-eslint/types": "8.61.0",
|
|
11294
|
+
"@typescript-eslint/visitor-keys": "8.61.0"
|
|
11295
11295
|
},
|
|
11296
11296
|
"engines": {
|
|
11297
11297
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -11302,9 +11302,9 @@
|
|
|
11302
11302
|
}
|
|
11303
11303
|
},
|
|
11304
11304
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
11305
|
-
"version": "8.
|
|
11306
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
11307
|
-
"integrity": "sha512-
|
|
11305
|
+
"version": "8.61.0",
|
|
11306
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.0.tgz",
|
|
11307
|
+
"integrity": "sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ==",
|
|
11308
11308
|
"dev": true,
|
|
11309
11309
|
"license": "MIT",
|
|
11310
11310
|
"engines": {
|
|
@@ -11319,15 +11319,15 @@
|
|
|
11319
11319
|
}
|
|
11320
11320
|
},
|
|
11321
11321
|
"node_modules/@typescript-eslint/type-utils": {
|
|
11322
|
-
"version": "8.
|
|
11323
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
11324
|
-
"integrity": "sha512-
|
|
11322
|
+
"version": "8.61.0",
|
|
11323
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.61.0.tgz",
|
|
11324
|
+
"integrity": "sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A==",
|
|
11325
11325
|
"dev": true,
|
|
11326
11326
|
"license": "MIT",
|
|
11327
11327
|
"dependencies": {
|
|
11328
|
-
"@typescript-eslint/types": "8.
|
|
11329
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
11330
|
-
"@typescript-eslint/utils": "8.
|
|
11328
|
+
"@typescript-eslint/types": "8.61.0",
|
|
11329
|
+
"@typescript-eslint/typescript-estree": "8.61.0",
|
|
11330
|
+
"@typescript-eslint/utils": "8.61.0",
|
|
11331
11331
|
"debug": "^4.4.3",
|
|
11332
11332
|
"ts-api-utils": "^2.5.0"
|
|
11333
11333
|
},
|
|
@@ -11344,9 +11344,9 @@
|
|
|
11344
11344
|
}
|
|
11345
11345
|
},
|
|
11346
11346
|
"node_modules/@typescript-eslint/types": {
|
|
11347
|
-
"version": "8.
|
|
11348
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
11349
|
-
"integrity": "sha512-
|
|
11347
|
+
"version": "8.61.0",
|
|
11348
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.0.tgz",
|
|
11349
|
+
"integrity": "sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==",
|
|
11350
11350
|
"dev": true,
|
|
11351
11351
|
"license": "MIT",
|
|
11352
11352
|
"engines": {
|
|
@@ -11358,16 +11358,16 @@
|
|
|
11358
11358
|
}
|
|
11359
11359
|
},
|
|
11360
11360
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
11361
|
-
"version": "8.
|
|
11362
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
11363
|
-
"integrity": "sha512-
|
|
11361
|
+
"version": "8.61.0",
|
|
11362
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.0.tgz",
|
|
11363
|
+
"integrity": "sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA==",
|
|
11364
11364
|
"dev": true,
|
|
11365
11365
|
"license": "MIT",
|
|
11366
11366
|
"dependencies": {
|
|
11367
|
-
"@typescript-eslint/project-service": "8.
|
|
11368
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
11369
|
-
"@typescript-eslint/types": "8.
|
|
11370
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
11367
|
+
"@typescript-eslint/project-service": "8.61.0",
|
|
11368
|
+
"@typescript-eslint/tsconfig-utils": "8.61.0",
|
|
11369
|
+
"@typescript-eslint/types": "8.61.0",
|
|
11370
|
+
"@typescript-eslint/visitor-keys": "8.61.0",
|
|
11371
11371
|
"debug": "^4.4.3",
|
|
11372
11372
|
"minimatch": "^10.2.2",
|
|
11373
11373
|
"semver": "^7.7.3",
|
|
@@ -11425,9 +11425,9 @@
|
|
|
11425
11425
|
}
|
|
11426
11426
|
},
|
|
11427
11427
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
11428
|
-
"version": "7.8.
|
|
11429
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
11430
|
-
"integrity": "sha512-
|
|
11428
|
+
"version": "7.8.3",
|
|
11429
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.3.tgz",
|
|
11430
|
+
"integrity": "sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==",
|
|
11431
11431
|
"dev": true,
|
|
11432
11432
|
"license": "ISC",
|
|
11433
11433
|
"bin": {
|
|
@@ -11438,16 +11438,16 @@
|
|
|
11438
11438
|
}
|
|
11439
11439
|
},
|
|
11440
11440
|
"node_modules/@typescript-eslint/utils": {
|
|
11441
|
-
"version": "8.
|
|
11442
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
11443
|
-
"integrity": "sha512-
|
|
11441
|
+
"version": "8.61.0",
|
|
11442
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.0.tgz",
|
|
11443
|
+
"integrity": "sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA==",
|
|
11444
11444
|
"dev": true,
|
|
11445
11445
|
"license": "MIT",
|
|
11446
11446
|
"dependencies": {
|
|
11447
11447
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
11448
|
-
"@typescript-eslint/scope-manager": "8.
|
|
11449
|
-
"@typescript-eslint/types": "8.
|
|
11450
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
11448
|
+
"@typescript-eslint/scope-manager": "8.61.0",
|
|
11449
|
+
"@typescript-eslint/types": "8.61.0",
|
|
11450
|
+
"@typescript-eslint/typescript-estree": "8.61.0"
|
|
11451
11451
|
},
|
|
11452
11452
|
"engines": {
|
|
11453
11453
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -11462,13 +11462,13 @@
|
|
|
11462
11462
|
}
|
|
11463
11463
|
},
|
|
11464
11464
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
11465
|
-
"version": "8.
|
|
11466
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
11467
|
-
"integrity": "sha512-
|
|
11465
|
+
"version": "8.61.0",
|
|
11466
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.0.tgz",
|
|
11467
|
+
"integrity": "sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==",
|
|
11468
11468
|
"dev": true,
|
|
11469
11469
|
"license": "MIT",
|
|
11470
11470
|
"dependencies": {
|
|
11471
|
-
"@typescript-eslint/types": "8.
|
|
11471
|
+
"@typescript-eslint/types": "8.61.0",
|
|
11472
11472
|
"eslint-visitor-keys": "^5.0.0"
|
|
11473
11473
|
},
|
|
11474
11474
|
"engines": {
|
|
@@ -12278,9 +12278,9 @@
|
|
|
12278
12278
|
}
|
|
12279
12279
|
},
|
|
12280
12280
|
"node_modules/baseline-browser-mapping": {
|
|
12281
|
-
"version": "2.10.
|
|
12282
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.
|
|
12283
|
-
"integrity": "sha512-
|
|
12281
|
+
"version": "2.10.35",
|
|
12282
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.35.tgz",
|
|
12283
|
+
"integrity": "sha512-honAfLBde0HAFLdNyBEfuuENkF6zR+ozxqxa/2zJKHBe1qzLqyTSeRKpdPEHAP03rlDGyQOPnCSxnVpVqQo9Mg==",
|
|
12284
12284
|
"license": "Apache-2.0",
|
|
12285
12285
|
"bin": {
|
|
12286
12286
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -13092,9 +13092,9 @@
|
|
|
13092
13092
|
}
|
|
13093
13093
|
},
|
|
13094
13094
|
"node_modules/cosmiconfig": {
|
|
13095
|
-
"version": "9.0.
|
|
13096
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.
|
|
13097
|
-
"integrity": "sha512-
|
|
13095
|
+
"version": "9.0.2",
|
|
13096
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.2.tgz",
|
|
13097
|
+
"integrity": "sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==",
|
|
13098
13098
|
"license": "MIT",
|
|
13099
13099
|
"dependencies": {
|
|
13100
13100
|
"env-paths": "^2.2.1",
|
|
@@ -13686,9 +13686,9 @@
|
|
|
13686
13686
|
"license": "MIT"
|
|
13687
13687
|
},
|
|
13688
13688
|
"node_modules/electron-to-chromium": {
|
|
13689
|
-
"version": "1.5.
|
|
13690
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
13691
|
-
"integrity": "sha512-
|
|
13689
|
+
"version": "1.5.370",
|
|
13690
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.370.tgz",
|
|
13691
|
+
"integrity": "sha512-D5tSHJReAb/Kf3Hu9F/GO4lJuSWzEWHwvQ/kKSUP7pimNgvxkSKj+gUQhHpKKACwrin7rS3byU7IxreF56rl5g==",
|
|
13692
13692
|
"license": "ISC"
|
|
13693
13693
|
},
|
|
13694
13694
|
"node_modules/emoji-regex": {
|
|
@@ -15195,9 +15195,9 @@
|
|
|
15195
15195
|
"license": "ISC"
|
|
15196
15196
|
},
|
|
15197
15197
|
"node_modules/graphql": {
|
|
15198
|
-
"version": "16.14.
|
|
15199
|
-
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.
|
|
15200
|
-
"integrity": "sha512-
|
|
15198
|
+
"version": "16.14.2",
|
|
15199
|
+
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.2.tgz",
|
|
15200
|
+
"integrity": "sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==",
|
|
15201
15201
|
"license": "MIT",
|
|
15202
15202
|
"engines": {
|
|
15203
15203
|
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
@@ -15635,9 +15635,9 @@
|
|
|
15635
15635
|
}
|
|
15636
15636
|
},
|
|
15637
15637
|
"node_modules/hono": {
|
|
15638
|
-
"version": "4.12.
|
|
15639
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
15640
|
-
"integrity": "sha512-
|
|
15638
|
+
"version": "4.12.25",
|
|
15639
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz",
|
|
15640
|
+
"integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==",
|
|
15641
15641
|
"license": "MIT",
|
|
15642
15642
|
"engines": {
|
|
15643
15643
|
"node": ">=16.9.0"
|
|
@@ -16892,9 +16892,9 @@
|
|
|
16892
16892
|
}
|
|
16893
16893
|
},
|
|
16894
16894
|
"node_modules/jsonwebtoken/node_modules/semver": {
|
|
16895
|
-
"version": "7.8.
|
|
16896
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
16897
|
-
"integrity": "sha512-
|
|
16895
|
+
"version": "7.8.3",
|
|
16896
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.3.tgz",
|
|
16897
|
+
"integrity": "sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==",
|
|
16898
16898
|
"license": "ISC",
|
|
16899
16899
|
"bin": {
|
|
16900
16900
|
"semver": "bin/semver.js"
|
|
@@ -19015,9 +19015,9 @@
|
|
|
19015
19015
|
}
|
|
19016
19016
|
},
|
|
19017
19017
|
"node_modules/postcss-selector-parser": {
|
|
19018
|
-
"version": "7.1.
|
|
19019
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.
|
|
19020
|
-
"integrity": "sha512-
|
|
19018
|
+
"version": "7.1.2",
|
|
19019
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.2.tgz",
|
|
19020
|
+
"integrity": "sha512-Wjvt4scRFouioIInHf51IFNP4ltJ2EngJM+cZPGiqbKetBfmP3vpdPV8ID2S6JS6/jdo74N8+aEYH9lQr2C6sA==",
|
|
19021
19021
|
"license": "MIT",
|
|
19022
19022
|
"dependencies": {
|
|
19023
19023
|
"cssesc": "^3.0.0",
|
|
@@ -19050,9 +19050,9 @@
|
|
|
19050
19050
|
}
|
|
19051
19051
|
},
|
|
19052
19052
|
"node_modules/prettier": {
|
|
19053
|
-
"version": "3.8.
|
|
19054
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
19055
|
-
"integrity": "sha512-
|
|
19053
|
+
"version": "3.8.4",
|
|
19054
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz",
|
|
19055
|
+
"integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==",
|
|
19056
19056
|
"dev": true,
|
|
19057
19057
|
"license": "MIT",
|
|
19058
19058
|
"peer": true,
|
|
@@ -20989,14 +20989,14 @@
|
|
|
20989
20989
|
}
|
|
20990
20990
|
},
|
|
20991
20991
|
"node_modules/side-channel": {
|
|
20992
|
-
"version": "1.1.
|
|
20993
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.
|
|
20994
|
-
"integrity": "sha512-
|
|
20992
|
+
"version": "1.1.1",
|
|
20993
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
|
|
20994
|
+
"integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
|
|
20995
20995
|
"license": "MIT",
|
|
20996
20996
|
"dependencies": {
|
|
20997
20997
|
"es-errors": "^1.3.0",
|
|
20998
|
-
"object-inspect": "^1.13.
|
|
20999
|
-
"side-channel-list": "^1.0.
|
|
20998
|
+
"object-inspect": "^1.13.4",
|
|
20999
|
+
"side-channel-list": "^1.0.1",
|
|
21000
21000
|
"side-channel-map": "^1.0.1",
|
|
21001
21001
|
"side-channel-weakmap": "^1.0.2"
|
|
21002
21002
|
},
|
|
@@ -22071,16 +22071,16 @@
|
|
|
22071
22071
|
}
|
|
22072
22072
|
},
|
|
22073
22073
|
"node_modules/typescript-eslint": {
|
|
22074
|
-
"version": "8.
|
|
22075
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
22076
|
-
"integrity": "sha512-
|
|
22074
|
+
"version": "8.61.0",
|
|
22075
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.61.0.tgz",
|
|
22076
|
+
"integrity": "sha512-8y31Rd0eGTrDKqhy6vT0HtzhN+YLjQizwX3aA3hPXP/ynSfnrBXcQY5IzsP9/DM7+klX4IUncZZjkchP0z+rUw==",
|
|
22077
22077
|
"dev": true,
|
|
22078
22078
|
"license": "MIT",
|
|
22079
22079
|
"dependencies": {
|
|
22080
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
22081
|
-
"@typescript-eslint/parser": "8.
|
|
22082
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
22083
|
-
"@typescript-eslint/utils": "8.
|
|
22080
|
+
"@typescript-eslint/eslint-plugin": "8.61.0",
|
|
22081
|
+
"@typescript-eslint/parser": "8.61.0",
|
|
22082
|
+
"@typescript-eslint/typescript-estree": "8.61.0",
|
|
22083
|
+
"@typescript-eslint/utils": "8.61.0"
|
|
22084
22084
|
},
|
|
22085
22085
|
"engines": {
|
|
22086
22086
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3,6 +3,54 @@
|
|
|
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
|
+
## [10.6.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.5.1...v10.6.0) (2026-06-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [10.5.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.5.0...v10.5.1) (2026-06-04)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [10.5.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.4.1...v10.5.0) (2026-06-03)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [10.4.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.4.0...v10.4.1) (2026-06-03)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [10.4.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.3.0...v10.4.0) (2026-06-02)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [10.3.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.2.2...v10.3.0) (2026-06-02)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
6
54
|
## [10.2.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.2.1...v10.2.2) (2026-06-01)
|
|
7
55
|
|
|
8
56
|
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|