@cotrrackpro-dev/sdk 0.1.1 → 0.1.2

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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `@cotrackpro/sdk` are documented here.
4
4
 
5
+ ## 0.1.2 - 2026-07-06
6
+
7
+ No SDK changes — version bumped in lockstep with the CLI's 0.1.2 legibility pass
8
+ (a new `cotrackpro glossary` command + per-command help examples) so the preview
9
+ packages republish together.
10
+
5
11
  ## 0.1.1 - 2026-07-06
6
12
 
7
13
  ### diagram
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cotrrackpro-dev/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",