@hasna/search 0.0.4 → 0.0.5

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/index.js CHANGED
@@ -11167,7 +11167,7 @@ var init_database = __esm(() => {
11167
11167
  var require_package = __commonJS((exports, module) => {
11168
11168
  module.exports = {
11169
11169
  name: "@hasna/search",
11170
- version: "0.0.4",
11170
+ version: "0.0.5",
11171
11171
  description: "Unified search aggregator \u2014 12 providers (Google, SerpAPI, Exa, Perplexity, Twitter, Reddit, YouTube, Brave, Bing, Hacker News, GitHub, arXiv) + YouTube transcription. CLI + MCP + REST API + Dashboard.",
11172
11172
  type: "module",
11173
11173
  main: "dist/index.js",
@@ -11196,7 +11196,8 @@ var require_package = __commonJS((exports, module) => {
11196
11196
  "dev:cli": "bun run src/cli/index.tsx",
11197
11197
  "dev:mcp": "bun run src/mcp/index.ts",
11198
11198
  "dev:serve": "bun run src/server/index.ts",
11199
- prepublishOnly: "bun run build"
11199
+ prepublishOnly: "bun run build",
11200
+ postinstall: "mkdir -p $HOME/.hasna/search 2>/dev/null || true"
11200
11201
  },
11201
11202
  keywords: [
11202
11203
  "search",
package/dist/mcp/index.js CHANGED
@@ -15604,7 +15604,7 @@ var init_database = __esm(() => {
15604
15604
  var require_package = __commonJS((exports, module) => {
15605
15605
  module.exports = {
15606
15606
  name: "@hasna/search",
15607
- version: "0.0.4",
15607
+ version: "0.0.5",
15608
15608
  description: "Unified search aggregator \u2014 12 providers (Google, SerpAPI, Exa, Perplexity, Twitter, Reddit, YouTube, Brave, Bing, Hacker News, GitHub, arXiv) + YouTube transcription. CLI + MCP + REST API + Dashboard.",
15609
15609
  type: "module",
15610
15610
  main: "dist/index.js",
@@ -15633,7 +15633,8 @@ var require_package = __commonJS((exports, module) => {
15633
15633
  "dev:cli": "bun run src/cli/index.tsx",
15634
15634
  "dev:mcp": "bun run src/mcp/index.ts",
15635
15635
  "dev:serve": "bun run src/server/index.ts",
15636
- prepublishOnly: "bun run build"
15636
+ prepublishOnly: "bun run build",
15637
+ postinstall: "mkdir -p $HOME/.hasna/search 2>/dev/null || true"
15637
15638
  },
15638
15639
  keywords: [
15639
15640
  "search",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hasna/search",
3
- "version": "0.0.4",
4
- "description": "Unified search aggregator 12 providers (Google, SerpAPI, Exa, Perplexity, Twitter, Reddit, YouTube, Brave, Bing, Hacker News, GitHub, arXiv) + YouTube transcription. CLI + MCP + REST API + Dashboard.",
3
+ "version": "0.0.5",
4
+ "description": "Unified search aggregator \u2014 12 providers (Google, SerpAPI, Exa, Perplexity, Twitter, Reddit, YouTube, Brave, Bing, Hacker News, GitHub, arXiv) + YouTube transcription. CLI + MCP + REST API + Dashboard.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -29,7 +29,8 @@
29
29
  "dev:cli": "bun run src/cli/index.tsx",
30
30
  "dev:mcp": "bun run src/mcp/index.ts",
31
31
  "dev:serve": "bun run src/server/index.ts",
32
- "prepublishOnly": "bun run build"
32
+ "prepublishOnly": "bun run build",
33
+ "postinstall": "mkdir -p $HOME/.hasna/search 2>/dev/null || true"
33
34
  },
34
35
  "keywords": [
35
36
  "search",
@@ -83,4 +84,4 @@
83
84
  "@types/react": "^18.3.18",
84
85
  "typescript": "^5.7.3"
85
86
  }
86
- }
87
+ }