We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29a500 commit 8014d7fCopy full SHA for 8014d7f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rantalainen/severa-api-client",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
src/interfaces.ts
import { ApiConfig } from './api';
import CacheableLookup from 'cacheable-lookup';
-import https from 'https';
+import * as https from 'https';
export interface SeveraApiClientOptions {
/** A client ID of the API credentials used for connection */
0 commit comments