apcore-cli 0.10.2 → 0.10.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/CHANGELOG.md +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to apcore-cli (TypeScript SDK) will be documented in this fi
|
|
|
5
5
|
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
|
+
|
|
9
|
+
## [0.10.3] - 2026-07-07
|
|
10
|
+
update package dependency version for apcore-toolkit (0.10.0) and increment project patch version
|
|
11
|
+
|
|
8
12
|
## [0.10.2] - 2026-06-24
|
|
9
13
|
|
|
10
14
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apcore-cli",
|
|
3
|
-
"version": "0.10.
|
|
4
|
-
"description": "CLI wrapper for the apcore core SDK
|
|
3
|
+
"version": "0.10.3",
|
|
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",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"apcore-js": ">=0.25.0",
|
|
33
|
-
"apcore-toolkit": ">=0.
|
|
33
|
+
"apcore-toolkit": ">=0.10.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@sinclair/typebox": "^0.34.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
47
47
|
"@typescript-eslint/parser": "^8.59.0",
|
|
48
48
|
"@vitest/coverage-v8": "^2.0.0",
|
|
49
|
-
"apcore-toolkit": "^0.
|
|
49
|
+
"apcore-toolkit": "^0.10.0",
|
|
50
50
|
"apdev-js": "^0.2.4",
|
|
51
51
|
"eslint": "^10.2.1",
|
|
52
52
|
"tsup": "^8.0.0",
|