@tourmalinecore/inner-circle-time-api-js-client 1.9.1 → 1.9.2
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -298,7 +298,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
|
|
|
298
298
|
}
|
|
299
299
|
/**
|
|
300
300
|
* @title inner-circle-time-api
|
|
301
|
-
* @version 1.9.
|
|
301
|
+
* @version 1.9.2
|
|
302
302
|
* @baseUrl http://localhost:6507/
|
|
303
303
|
*/
|
|
304
304
|
export declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tourmalinecore/inner-circle-time-api-js-client",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
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": {
|