Skip to content

Commit 8014d7f

Browse files
Fix other https import
1 parent b29a500 commit 8014d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rantalainen/severa-api-client",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ApiConfig } from './api';
22
import CacheableLookup from 'cacheable-lookup';
3-
import https from 'https';
3+
import * as https from 'https';
44

55
export interface SeveraApiClientOptions {
66
/** A client ID of the API credentials used for connection */

0 commit comments

Comments
 (0)