@cotrrackpro-dev/sdk 0.1.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
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
+
22
+ ## 0.1.3 - 2026-07-06
23
+
24
+ No SDK changes — version bumped in lockstep with the CLI's 0.1.3 output-layer pass
25
+ (aligned tables for human output + a `--json` shorthand) so the preview packages
26
+ republish together.
27
+
5
28
  ## 0.1.2 - 2026-07-06
6
29
 
7
30
  No SDK changes — version bumped in lockstep with the CLI's 0.1.2 legibility pass
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cotrrackpro-dev/sdk",
3
- "version": "0.1.2",
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",