@signaliz/sdk 1.0.67 → 1.0.69

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  Signaliz
4
- } from "./chunk-4BUM5AVV.mjs";
4
+ } from "./chunk-T5GL6QM7.mjs";
5
5
 
6
6
  // src/mcp-config.ts
7
7
  import * as fs from "fs";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@signaliz/sdk",
3
- "version": "1.0.67",
4
- "description": "Signaliz SDK for Signals Everything, Find Email, Verify Email, Company Signal Enrichment, and Signal to Copy AI.",
3
+ "version": "1.0.69",
4
+ "description": "Signaliz SDK for Company Signal Enrichment, Signals First, Signal Awareness, Signal to Copy AI, and Signaliz Flow.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -15,17 +15,17 @@
15
15
  "scripts": {
16
16
  "generate-types": "tsx scripts/generate-types.ts",
17
17
  "build": "npm run generate-types && tsup src/index.ts src/mcp-config.ts --format cjs,esm --dts --clean",
18
- "test": "tsx tests/core-products.test.ts && tsc --noEmit --strict --skipLibCheck --moduleResolution node --module esnext --target es2020 tests/find-email-types.test.ts",
18
+ "test": "tsx tests/core-products.test.ts && tsc --noEmit --strict --skipLibCheck --types node --moduleResolution node --module esnext --target es2020 tests/find-email-types.test.ts",
19
19
  "prepublishOnly": "npm run build"
20
20
  },
21
21
  "keywords": [
22
22
  "signaliz",
23
23
  "mcp",
24
- "email-finder",
25
- "email-verification",
26
24
  "company-signals",
27
25
  "signal-to-copy",
28
- "signals-everything"
26
+ "signals-first",
27
+ "signal-awareness",
28
+ "signaliz-flow"
29
29
  ],
30
30
  "license": "MIT",
31
31
  "repository": {