@saasontools/strauss-kb 0.1.0 → 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/dist/cli-main.cjs CHANGED
File without changes
package/dist/mcp-main.cjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasontools/strauss-kb",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Knowledge base of markdown records with standing, supersession and trace: library, CLI, and MCP server over one command set",
5
5
  "license": "MIT",
6
6
  "author": "Assaf Kamil",
@@ -49,13 +49,6 @@
49
49
  "url": "git+https://github.com/saasontools/strauss-agent-tools.git",
50
50
  "directory": "packages/strauss-kb"
51
51
  },
52
- "scripts": {
53
- "prepack": "tsup",
54
- "build": "tsup",
55
- "typecheck": "tsc --noEmit",
56
- "test": "vitest run",
57
- "lint": "eslint ."
58
- },
59
52
  "dependencies": {
60
53
  "@modelcontextprotocol/sdk": "^1.30.0",
61
54
  "gray-matter": "^4.0.3",
@@ -68,5 +61,11 @@
68
61
  "@tobilu/qmd": {
69
62
  "optional": true
70
63
  }
64
+ },
65
+ "scripts": {
66
+ "build": "tsup",
67
+ "typecheck": "tsc --noEmit",
68
+ "test": "vitest run",
69
+ "lint": "eslint ."
71
70
  }
72
- }
71
+ }