clawpowers 2.2.0 → 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 +11 -1
- package/COMPATIBILITY.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to ClawPowers are documented here.
|
|
4
4
|
|
|
5
|
-
## [2.2.
|
|
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
|
+
|
|
15
|
+
## [2.2.0] - 2026-04-08
|
|
6
16
|
|
|
7
17
|
### Added
|
|
8
18
|
|
package/COMPATIBILITY.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clawpowers",
|
|
3
|
-
"version": "2.2.
|
|
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://
|
|
69
|
+
"homepage": "https://www.npmjs.com/package/clawpowers",
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=20.0.0"
|
|
72
72
|
},
|