clawpowers 2.2.1 → 2.2.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to ClawPowers are documented here.
4
4
 
5
+ ## [2.2.1] - 2026-04-08
6
+
7
+ ### Fixed
8
+
9
+ - `skill.json` version bumped to 2.2.1
10
+ - `package.json` homepage corrected to npm page
11
+ - CHANGELOG publish dates corrected to 2026-04-08
12
+ - RELEASING.md populated with published versions table
13
+ - `npm pkg fix` repository URL normalization applied
14
+
5
15
  ## [2.2.0] - 2026-04-08
6
16
 
7
17
  ### Added
package/COMPATIBILITY.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | clawpowers | Recommended consumer |
6
6
  | --- | --- |
7
- | 2.2.x | capability-library consumers and `clawpowers-agent` 1.1.x |
7
+ | 2.2.x (latest: 2.2.1) | capability-library consumers and `clawpowers-agent` 1.1.x |
8
8
 
9
9
  ## Notes
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawpowers",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Skills library for AI agents — payments, memory, RSI, wallet. Drop-in capability layer for any agent framework.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -61,12 +61,12 @@
61
61
  "license": "BSL-1.1",
62
62
  "repository": {
63
63
  "type": "git",
64
- "url": "https://github.com/up2itnow0822/ClawPowers-Skills"
64
+ "url": "git+https://github.com/up2itnow0822/ClawPowers-Skills.git"
65
65
  },
66
66
  "bugs": {
67
67
  "url": "https://github.com/up2itnow0822/ClawPowers-Skills/issues"
68
68
  },
69
- "homepage": "https://github.com/up2itnow0822/ClawPowers-Skills#readme",
69
+ "homepage": "https://www.npmjs.com/package/clawpowers",
70
70
  "engines": {
71
71
  "node": ">=20.0.0"
72
72
  },