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" : " @al/assets-query" ,
3- "version" : " 2.1.101 " ,
3+ "version" : " 2.1.102 " ,
44 "license" : " MIT" ,
55 "description" : " A client for interacting with the Alert Logic Assets Query Public API" ,
66 "author" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { AlAssetsWriteClientInstance } from './al-assets-write-client';
55
66/* tslint:disable:variable-name */
77export const AlAssetsQueryClient = AlGlobalizer . instantiate ( 'al.assets-query' , ( ) => new AlAssetsQueryClientInstance ( ) ) ;
8- export const AlAssetsQueryV2Client = AlGlobalizer . instantiate ( 'al.assets-query ' , ( ) => new AlAssetsQueryV2ClientInstance ( ) ) ;
8+ export const AlAssetsQueryV2Client = AlGlobalizer . instantiate ( 'al.assets-queryV2 ' , ( ) => new AlAssetsQueryV2ClientInstance ( ) ) ;
99export const AlAssetsWriteClient = AlGlobalizer . instantiate ( 'al.assets-write' , ( ) => new AlAssetsWriteClientInstance ( ) ) ;
1010
1111export { AlAssetsQueryClientInstance } from './al-assets-query-client' ;
You can’t perform that action at this time.
0 commit comments