@tourmalinecore/inner-circle-time-api-js-client 1.4.7 → 1.4.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/dist/index.d.ts CHANGED
@@ -176,7 +176,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
176
176
  }
177
177
  /**
178
178
  * @title inner-circle-time-api
179
- * @version 1.4.7
179
+ * @version 1.4.9
180
180
  * @baseUrl http://localhost:6507/
181
181
  */
182
182
  export declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
package/dist/index.js CHANGED
@@ -110,7 +110,7 @@ class HttpClient {
110
110
  exports.HttpClient = HttpClient;
111
111
  /**
112
112
  * @title inner-circle-time-api
113
- * @version 1.4.7
113
+ * @version 1.4.9
114
114
  * @baseUrl http://localhost:6507/
115
115
  */
116
116
  class Api extends HttpClient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tourmalinecore/inner-circle-time-api-js-client",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "description": "Client for inner-circle-time-api that provides TypeScript types and client to make network calls from JavaScript.",
5
5
  "homepage": "https://github.com/TourmalineCore/inner-circle-time-api#readme",
6
6
  "bugs": {