@hasna/skills 0.1.41 → 0.1.43

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/mcp.js CHANGED
@@ -18269,7 +18269,7 @@ function finalize(ctx, schema) {
18269
18269
  result.$schema = "http://json-schema.org/draft-07/schema#";
18270
18270
  } else if (ctx.target === "draft-04") {
18271
18271
  result.$schema = "http://json-schema.org/draft-04/schema#";
18272
- } else if (ctx.target === "openapi-3.0") {} else {}
18272
+ } else if (ctx.target === "openapi-3.0") {}
18273
18273
  if (ctx.external?.uri) {
18274
18274
  const id = ctx.external.registry.get(schema)?.id;
18275
18275
  if (!id)
@@ -18517,7 +18517,7 @@ var literalProcessor = (schema, ctx, json, _params) => {
18517
18517
  if (val === undefined) {
18518
18518
  if (ctx.unrepresentable === "throw") {
18519
18519
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
18520
- } else {}
18520
+ }
18521
18521
  } else if (typeof val === "bigint") {
18522
18522
  if (ctx.unrepresentable === "throw") {
18523
18523
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -21797,7 +21797,7 @@ class StdioServerTransport {
21797
21797
  // package.json
21798
21798
  var package_default = {
21799
21799
  name: "@hasna/skills",
21800
- version: "0.1.41",
21800
+ version: "0.1.43",
21801
21801
  description: "Skills library for AI coding agents",
21802
21802
  type: "module",
21803
21803
  bin: {
@@ -21860,6 +21860,7 @@ var package_default = {
21860
21860
  typescript: "^5"
21861
21861
  },
21862
21862
  dependencies: {
21863
+ "@hasna/events": "^0.1.7",
21863
21864
  "@modelcontextprotocol/sdk": "^1.26.0",
21864
21865
  chalk: "^5.3.0",
21865
21866
  commander: "^12.1.0",
package/dist/index.js CHANGED
@@ -14465,7 +14465,7 @@ function finalize(ctx, schema) {
14465
14465
  result.$schema = "http://json-schema.org/draft-07/schema#";
14466
14466
  } else if (ctx.target === "draft-04") {
14467
14467
  result.$schema = "http://json-schema.org/draft-04/schema#";
14468
- } else if (ctx.target === "openapi-3.0") {} else {}
14468
+ } else if (ctx.target === "openapi-3.0") {}
14469
14469
  if (ctx.external?.uri) {
14470
14470
  const id = ctx.external.registry.get(schema)?.id;
14471
14471
  if (!id)
@@ -14713,7 +14713,7 @@ var literalProcessor = (schema, ctx, json, _params) => {
14713
14713
  if (val === undefined) {
14714
14714
  if (ctx.unrepresentable === "throw") {
14715
14715
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
14716
- } else {}
14716
+ }
14717
14717
  } else if (typeof val === "bigint") {
14718
14718
  if (ctx.unrepresentable === "throw") {
14719
14719
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -18043,7 +18043,7 @@ import { dirname as dirname3, relative as relative2 } from "path";
18043
18043
  // package.json
18044
18044
  var package_default = {
18045
18045
  name: "@hasna/skills",
18046
- version: "0.1.41",
18046
+ version: "0.1.43",
18047
18047
  description: "Skills library for AI coding agents",
18048
18048
  type: "module",
18049
18049
  bin: {
@@ -18106,6 +18106,7 @@ var package_default = {
18106
18106
  typescript: "^5"
18107
18107
  },
18108
18108
  dependencies: {
18109
+ "@hasna/events": "^0.1.7",
18109
18110
  "@modelcontextprotocol/sdk": "^1.26.0",
18110
18111
  chalk: "^5.3.0",
18111
18112
  commander: "^12.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/skills",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "description": "Skills library for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -63,6 +63,7 @@
63
63
  "typescript": "^5"
64
64
  },
65
65
  "dependencies": {
66
+ "@hasna/events": "^0.1.7",
66
67
  "@modelcontextprotocol/sdk": "^1.26.0",
67
68
  "chalk": "^5.3.0",
68
69
  "commander": "^12.1.0",
@@ -1,5 +0,0 @@
1
- {
2
- "env": {
3
- "CLAUDE_CODE_TASK_LIST_ID": "service-apidocs-dev"
4
- }
5
- }