@cotrrackpro-dev/sdk 0.1.3 → 0.1.6
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 +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@cotrackpro/sdk` are documented here.
|
|
4
4
|
|
|
5
|
+
## 0.1.6 - 2026-07-06
|
|
6
|
+
|
|
7
|
+
No SDK changes — version bumped in lockstep with the CLI's 0.1.6 streaks +
|
|
8
|
+
welcome-back pass so the preview packages republish together.
|
|
9
|
+
|
|
10
|
+
## 0.1.5 - 2026-07-06
|
|
11
|
+
|
|
12
|
+
No SDK changes — version bumped in lockstep with the CLI's 0.1.5 recognition pass
|
|
13
|
+
(auto-logged XP, badge-unlock moments, progress bars) so the preview packages
|
|
14
|
+
republish together.
|
|
15
|
+
|
|
16
|
+
## 0.1.4 - 2026-07-06
|
|
17
|
+
|
|
18
|
+
No SDK changes — version bumped in lockstep with the CLI's 0.1.4 "feel" pass
|
|
19
|
+
(colour/symbol system, success confirmations, richer spinner) so the preview
|
|
20
|
+
packages republish together.
|
|
21
|
+
|
|
5
22
|
## 0.1.3 - 2026-07-06
|
|
6
23
|
|
|
7
24
|
No SDK changes — version bumped in lockstep with the CLI's 0.1.3 output-layer pass
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotrrackpro-dev/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Typed TypeScript SDK for the CoTrackPro platform — transport, pluggable auth, typed API resources, and MCP/artifact bindings. Consumed by the CLI and every cotrackpro* repo.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|