@anytio/pspm 0.7.2 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to the PSPM CLI will be documented in this file.
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
+ ## [0.7.3] - 2026-03-05
9
+
10
+ ### Fixed
11
+
12
+ - **Fix publish 404 error**: Rebuilt CLI with correct SDK paths after route redesign. The publish endpoint changed from `/api/skills/publish` to `/api/skills/-/publish` but the previous npm release was built with stale code.
13
+
8
14
  ## [0.7.2] - 2026-03-02
9
15
 
10
16
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anytio/pspm",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "CLI for PSPM - Prompt Skill Package Manager for AI coding agents",
5
5
  "author": "anyt.io",
6
6
  "license": "Artistic-2.0",
@@ -53,8 +53,8 @@
53
53
  "tsx": "^4.21.0",
54
54
  "typescript": "^5.9.3",
55
55
  "vitest": "^4.0.18",
56
- "@repo/skill-registry": "0.0.1",
57
- "@repo/pspm-types": "0.0.1"
56
+ "@repo/pspm-types": "0.0.1",
57
+ "@repo/skill-registry": "0.0.1"
58
58
  },
59
59
  "engines": {
60
60
  "node": ">=20.0.0"