@arrowsphere/api-client 3.29.0-rc.jpb.3 → 3.29.0-rc.jpb.4

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.
@@ -167,7 +167,6 @@ class LicensesClient extends abstractClient_1.AbstractClient {
167
167
  */
168
168
  findRaw(postData = {}, parameters = {}) {
169
169
  this.path = this.FIND_PATH;
170
- console.log({ parameters });
171
170
  return this.post(postData, parameters);
172
171
  }
173
172
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.29.0-rc.jpb.3",
7
+ "version": "3.29.0-rc.jpb.4",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",
@@ -86,7 +86,7 @@
86
86
  "graphql-request": "4.2.0",
87
87
  "json-to-graphql-query": "^2.2.5",
88
88
  "lodash": "^4.17.21",
89
- "type-fest": "^3.9.0",
89
+ "type-fest": "^2.19.0",
90
90
  "validatorjs": "3.22.1"
91
91
  }
92
92
  }