@hasna/skills 0.0.4 → 0.1.1
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/bin/index.js +1 -1
- package/bin/mcp.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -1873,7 +1873,7 @@ var package_default;
|
|
|
1873
1873
|
var init_package = __esm(() => {
|
|
1874
1874
|
package_default = {
|
|
1875
1875
|
name: "@hasna/skills",
|
|
1876
|
-
version: "0.
|
|
1876
|
+
version: "0.1.1",
|
|
1877
1877
|
description: "Skills library for AI coding agents",
|
|
1878
1878
|
type: "module",
|
|
1879
1879
|
bin: {
|
package/bin/mcp.js
CHANGED
|
@@ -28543,7 +28543,7 @@ class StdioServerTransport {
|
|
|
28543
28543
|
// package.json
|
|
28544
28544
|
var package_default = {
|
|
28545
28545
|
name: "@hasna/skills",
|
|
28546
|
-
version: "0.
|
|
28546
|
+
version: "0.1.1",
|
|
28547
28547
|
description: "Skills library for AI coding agents",
|
|
28548
28548
|
type: "module",
|
|
28549
28549
|
bin: {
|