@salesforce/agentic-common 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +12 -11
package/CHANGELOG.md ADDED
@@ -0,0 +1,24 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@salesforce/agentic-common` are documented in this file.
4
+ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
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
+
15
+ ## [0.9.0] - 2026-06-09
16
+
17
+ ### Features
18
+ - **release**: auto-generate per-package CHANGELOG.md on publish ([#567](https://github.com/forcedotcom/agentic-dx/pull/567))
19
+
20
+ ### Chores
21
+ - **deps-dev**: bump the eslint group across 1 directory with 2 updates ([#553](https://github.com/forcedotcom/agentic-dx/pull/553))
22
+ - **deps-dev**: bump the dev-dependencies group across 1 directory with 4 updates ([#536](https://github.com/forcedotcom/agentic-dx/pull/536))
23
+ - **deps-dev**: bump the vitest group across 1 directory with 3 updates ([#552](https://github.com/forcedotcom/agentic-dx/pull/552))
24
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/agentic-common",
3
- "version": "0.8.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": {
@@ -26,6 +26,7 @@
26
26
  "dist",
27
27
  "!dist/**/*.map",
28
28
  "!dist/test",
29
+ "CHANGELOG.md",
29
30
  "LICENSE.txt"
30
31
  ],
31
32
  "dependencies": {
@@ -33,21 +34,21 @@
33
34
  },
34
35
  "devDependencies": {
35
36
  "@eslint/js": "^10.0.1",
36
- "@types/node": "^22.19.17",
37
- "@vitest/coverage-istanbul": "^4.1.7",
38
- "@vitest/eslint-plugin": "^1.6.17",
39
- "eslint": "^10.4.0",
37
+ "@types/node": "^22.19.20",
38
+ "@vitest/coverage-istanbul": "^4.1.8",
39
+ "@vitest/eslint-plugin": "^1.6.19",
40
+ "eslint": "^10.4.1",
40
41
  "eslint-config-prettier": "^10.1.8",
41
- "eslint-import-resolver-typescript": "^4.4.4",
42
+ "eslint-import-resolver-typescript": "^4.4.5",
42
43
  "eslint-plugin-import": "^2.32.0",
43
- "eslint-plugin-n": "^18.0.1",
44
+ "eslint-plugin-n": "^18.1.0",
44
45
  "globals": "^17.6.0",
45
- "lint-staged": "^17.0.5",
46
- "prettier": "^3.8.3",
46
+ "lint-staged": "^17.0.7",
47
+ "prettier": "^3.8.4",
47
48
  "rimraf": "^6.1.3",
48
49
  "typescript": "^6.0.3",
49
- "typescript-eslint": "^8.59.4",
50
- "vitest": "^4.1.7"
50
+ "typescript-eslint": "^8.61.0",
51
+ "vitest": "^4.1.8"
51
52
  },
52
53
  "engines": {
53
54
  "node": ">=22.19.0"