@salesforce/agentic-common 0.9.0 → 0.10.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/CHANGELOG.md +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to `@salesforce/agentic-common` are documented in this file.
|
|
4
4
|
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
5
5
|
|
|
6
|
+
## [0.10.0] - 2026-06-09
|
|
7
|
+
|
|
8
|
+
### Tests
|
|
9
|
+
- **agent-sdk**: parallel consumer-tool batch e2e (#559) ([#574](https://github.com/forcedotcom/agentic-dx/pull/574))
|
|
10
|
+
|
|
11
|
+
### Chores
|
|
12
|
+
- **deps**: bump dependencies across packages @W-22695116@ ([#577](https://github.com/forcedotcom/agentic-dx/pull/577))
|
|
13
|
+
- **deps-dev**: bump @types/node from 22.19.19 to 22.19.20 in the dev-dependencies group ([#568](https://github.com/forcedotcom/agentic-dx/pull/568))
|
|
14
|
+
|
|
6
15
|
## [0.9.0] - 2026-06-09
|
|
7
16
|
|
|
8
17
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/agentic-common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Shared primitives and common utilities for the Salesforce agentic DX packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@eslint/js": "^10.0.1",
|
|
37
|
-
"@types/node": "^22.19.
|
|
37
|
+
"@types/node": "^22.19.20",
|
|
38
38
|
"@vitest/coverage-istanbul": "^4.1.8",
|
|
39
39
|
"@vitest/eslint-plugin": "^1.6.19",
|
|
40
40
|
"eslint": "^10.4.1",
|
|
41
41
|
"eslint-config-prettier": "^10.1.8",
|
|
42
42
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
43
43
|
"eslint-plugin-import": "^2.32.0",
|
|
44
|
-
"eslint-plugin-n": "^18.0
|
|
44
|
+
"eslint-plugin-n": "^18.1.0",
|
|
45
45
|
"globals": "^17.6.0",
|
|
46
46
|
"lint-staged": "^17.0.7",
|
|
47
|
-
"prettier": "^3.8.
|
|
47
|
+
"prettier": "^3.8.4",
|
|
48
48
|
"rimraf": "^6.1.3",
|
|
49
49
|
"typescript": "^6.0.3",
|
|
50
|
-
"typescript-eslint": "^8.
|
|
51
|
-
"vitest": "^4.1.
|
|
50
|
+
"typescript-eslint": "^8.61.0",
|
|
51
|
+
"vitest": "^4.1.8"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=22.19.0"
|