File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " qminder-api" ,
3- "version" : " 13.4.0 " ,
3+ "version" : " 13.4.1 " ,
44 "description" : " Qminder Javascript API. Makes it easy to leverage Qminder capabilities in your system." ,
55 "scripts" : {
66 "test" : " jest" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { GraphqlResponse } from '../../model/graphql-response.js';
1212import { calculateRandomizedExponentialBackoffTime } from '../../util/randomized-exponential-backoff/randomized-exponential-backoff.js' ;
1313import { sleepMs } from '../../util/sleep-ms/sleep-ms.js' ;
1414import { ApiBase , GraphqlQuery } from '../api-base/api-base.js' ;
15- import { TemporaryApiKeyService } from '../temporary-api-key/temporary-api-key.service' ;
15+ import { TemporaryApiKeyService } from '../temporary-api-key/temporary-api-key.service.js ' ;
1616
1717type QueryOrDocument = string | DocumentNode ;
1818
You can’t perform that action at this time.
0 commit comments