@pipe0/client 0.0.15 → 0.0.16

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,11 @@
1
1
  # @pipe0/client
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 3d88628: Fix: wrong search config
8
+
3
9
  ## 0.0.15
4
10
 
5
11
  ### Patch Changes
@@ -6061,13 +6061,13 @@ export interface components {
6061
6061
  /** @default [] */
6062
6062
  exclude?: string[];
6063
6063
  };
6064
- currentEmployersWebsiteUrls: {
6064
+ currentEmployersWebsiteUrls?: {
6065
6065
  /** @default [] */
6066
6066
  include?: string[];
6067
6067
  /** @default [] */
6068
6068
  exclude?: string[];
6069
6069
  };
6070
- pastEmployersWebsiteUrls: {
6070
+ pastEmployersWebsiteUrls?: {
6071
6071
  /** @default [] */
6072
6072
  include?: string[];
6073
6073
  /** @default [] */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/client",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",