apcore-cli 0.10.3 → 0.10.4

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
 
9
+ ## [0.10.4] - 2026-07-14
10
+
11
+ Patch release. Bumps the required `apcore-js` floor to `0.26.0` to align the ecosystem on the 0.26.0 governance layer (additive, no breaking changes). No code or API changes.
12
+
9
13
  ## [0.10.3] - 2026-07-07
10
14
  update package dependency version for apcore-toolkit (0.10.0) and increment project patch version
11
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apcore-cli",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "description": "CLI wrapper for the apcore core SDK — exposes apcore modules as CLI commands",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "node": ">=20.0.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "apcore-js": ">=0.25.0",
32
+ "apcore-js": ">=0.26.0",
33
33
  "apcore-toolkit": ">=0.10.0"
34
34
  },
35
35
  "dependencies": {