@agentmanifest/cli 0.1.7 → 0.1.8

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 +7 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,10 +5,16 @@ All notable changes to the AMP CLI will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [0.1.7] - 2026-02-16
8
+ ## [0.1.8] - 2026-02-16
9
9
 
10
10
  ### Fixed
11
11
  - Fixed `amp --version` command to read version dynamically from package.json instead of hardcoded value
12
+ - Fixed CommonJS compatibility for version reading
13
+
14
+ ## [0.1.7] - 2026-02-16
15
+
16
+ ### Note
17
+ - Version exists in git but had npm registry issues, republished as 0.1.8
12
18
 
13
19
  ## [0.1.6] - 2026-02-16
14
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentmanifest/cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "CLI tool for creating, validating, and publishing Agent Manifest Protocol (AMP) manifests",
5
5
  "main": "dist/index.js",
6
6
  "bin": {