@salesforce/agentic-common 0.7.0 → 0.9.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 +15 -0
- package/package.json +9 -8
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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.9.0] - 2026-06-09
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
- **release**: auto-generate per-package CHANGELOG.md on publish ([#567](https://github.com/forcedotcom/agentic-dx/pull/567))
|
|
10
|
+
|
|
11
|
+
### Chores
|
|
12
|
+
- **deps-dev**: bump the eslint group across 1 directory with 2 updates ([#553](https://github.com/forcedotcom/agentic-dx/pull/553))
|
|
13
|
+
- **deps-dev**: bump the dev-dependencies group across 1 directory with 4 updates ([#536](https://github.com/forcedotcom/agentic-dx/pull/536))
|
|
14
|
+
- **deps-dev**: bump the vitest group across 1 directory with 3 updates ([#552](https://github.com/forcedotcom/agentic-dx/pull/552))
|
|
15
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/agentic-common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.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,20 +34,20 @@
|
|
|
33
34
|
},
|
|
34
35
|
"devDependencies": {
|
|
35
36
|
"@eslint/js": "^10.0.1",
|
|
36
|
-
"@types/node": "^22.19.
|
|
37
|
-
"@vitest/coverage-istanbul": "^4.1.
|
|
38
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
39
|
-
"eslint": "^10.4.
|
|
37
|
+
"@types/node": "^22.19.19",
|
|
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.
|
|
42
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
42
43
|
"eslint-plugin-import": "^2.32.0",
|
|
43
44
|
"eslint-plugin-n": "^18.0.1",
|
|
44
45
|
"globals": "^17.6.0",
|
|
45
|
-
"lint-staged": "^17.0.
|
|
46
|
+
"lint-staged": "^17.0.7",
|
|
46
47
|
"prettier": "^3.8.3",
|
|
47
48
|
"rimraf": "^6.1.3",
|
|
48
49
|
"typescript": "^6.0.3",
|
|
49
|
-
"typescript-eslint": "^8.
|
|
50
|
+
"typescript-eslint": "^8.60.1",
|
|
50
51
|
"vitest": "^4.1.7"
|
|
51
52
|
},
|
|
52
53
|
"engines": {
|