@gobing-ai/superskill 0.2.16 → 0.2.18

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/dist/index.js +5 -5
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -98521,7 +98521,7 @@ if (false) {}
98521
98521
  // package.json
98522
98522
  var package_default = {
98523
98523
  name: "@gobing-ai/superskill",
98524
- version: "0.2.16",
98524
+ version: "0.2.18",
98525
98525
  description: "A manager for multi-agent skill, slash command, subagent, hook, MCP and etc.",
98526
98526
  keywords: [
98527
98527
  "cli",
@@ -98554,14 +98554,14 @@ var package_default = {
98554
98554
  start: "bun run src/index.ts",
98555
98555
  build: "bun build src/index.ts --compile --outfile ../../dist/superskill",
98556
98556
  "build:bundle": "bun build src/index.ts --outfile dist/index.js --target bun && bun run ../../scripts/builder.ts postbuild dist/index.js && rm -rf templates rubrics && cp -r src/templates templates && cp -r ../../packages/core/src/rubrics rubrics",
98557
- prepublishOnly: "bun run build:bundle && cp ../../README.md README.md",
98557
+ prepublishOnly: "bun ../../scripts/builder.ts check-publish-manifest apps/cli/package.json && bun run build:bundle && cp ../../README.md README.md",
98558
98558
  test: "NODE_ENV=test bun test --reporter=dots",
98559
98559
  typecheck: "tsc --noEmit"
98560
98560
  },
98561
98561
  dependencies: {
98562
- "@gobing-ai/ts-ai-runner": "catalog:",
98563
- "@gobing-ai/ts-db": "catalog:",
98564
- "@gobing-ai/ts-utils": "catalog:",
98562
+ "@gobing-ai/ts-ai-runner": "^0.4.6",
98563
+ "@gobing-ai/ts-db": "^0.4.6",
98564
+ "@gobing-ai/ts-utils": "^0.4.6",
98565
98565
  commander: "^14.0.0",
98566
98566
  "drizzle-orm": "^0.44.0",
98567
98567
  "drizzle-zod": "^0.7.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobing-ai/superskill",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "A manager for multi-agent skill, slash command, subagent, hook, MCP and etc.",
5
5
  "keywords": [
6
6
  "cli",
@@ -33,14 +33,14 @@
33
33
  "start": "bun run src/index.ts",
34
34
  "build": "bun build src/index.ts --compile --outfile ../../dist/superskill",
35
35
  "build:bundle": "bun build src/index.ts --outfile dist/index.js --target bun && bun run ../../scripts/builder.ts postbuild dist/index.js && rm -rf templates rubrics && cp -r src/templates templates && cp -r ../../packages/core/src/rubrics rubrics",
36
- "prepublishOnly": "bun run build:bundle && cp ../../README.md README.md",
36
+ "prepublishOnly": "bun ../../scripts/builder.ts check-publish-manifest apps/cli/package.json && bun run build:bundle && cp ../../README.md README.md",
37
37
  "test": "NODE_ENV=test bun test --reporter=dots",
38
38
  "typecheck": "tsc --noEmit"
39
39
  },
40
40
  "dependencies": {
41
- "@gobing-ai/ts-ai-runner": "catalog:",
42
- "@gobing-ai/ts-db": "catalog:",
43
- "@gobing-ai/ts-utils": "catalog:",
41
+ "@gobing-ai/ts-ai-runner": "^0.4.6",
42
+ "@gobing-ai/ts-db": "^0.4.6",
43
+ "@gobing-ai/ts-utils": "^0.4.6",
44
44
  "commander": "^14.0.0",
45
45
  "drizzle-orm": "^0.44.0",
46
46
  "drizzle-zod": "^0.7.0",