@pipe0/base 0.1.1 → 0.1.3
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 +18 -0
- package/dist/index.d.mts +4080 -2005
- package/dist/index.mjs +7 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @pipe0/ops
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e5781b6: Make search payloads as optional
|
|
8
|
+
- 3333671: Update client to use search instead of searches
|
|
9
|
+
- Updated dependencies [e5781b6]
|
|
10
|
+
- Updated dependencies [3333671]
|
|
11
|
+
- @pipe0/client@0.0.40
|
|
12
|
+
|
|
13
|
+
## 0.1.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- dcfa37f: Add github pipe
|
|
18
|
+
- Updated dependencies [dcfa37f]
|
|
19
|
+
- @pipe0/client@0.0.39
|
|
20
|
+
|
|
3
21
|
## 0.1.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|