@pipe0/client 0.0.7 → 0.0.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pipe0/client
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 106b4b1: Add new waterfall pipes
8
+
9
+ ## 0.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 7948f65: Add crustdata search
14
+
3
15
  ## 0.0.7
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -26,9 +26,9 @@ Perform enrichments and actions. See [pipes catalog](https://www.pipe0.com/resou
26
26
  ```typescript
27
27
  import { Pipe0 } from "@pipe0/client";
28
28
 
29
- const piper = new Pipe0({ apiKey: API_KEY });
29
+ const client = new Pipe0({ apiKey: API_KEY });
30
30
 
31
- const data = await piper.pipes.pipe({
31
+ const data = await client.pipes.pipe({
32
32
  config: {
33
33
  environment: "sandbox",
34
34
  },