@contrail/flexplm 1.0.15 → 1.0.16

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.
@@ -1,4 +1,4 @@
1
- import { FCConfig } from './interfaces';
1
+ import { FCConfig } from '../interfaces/interfaces';
2
2
  export declare class ConfigDefaults {
3
3
  static NEED_CONFIG_VALUES: string;
4
4
  static setConfigDefaults(config: any): Promise<FCConfig>;
@@ -1,4 +1,4 @@
1
- import { FCConfig } from './interfaces';
1
+ import { FCConfig } from '../interfaces/interfaces';
2
2
  import { MapFileUtil } from '@contrail/transform-data';
3
3
  export declare class DataConverter {
4
4
  private config;
@@ -1,4 +1,4 @@
1
- import { FederationRecord } from './interfaces';
1
+ import { FederationRecord } from '../interfaces/interfaces';
2
2
  export declare class Federation {
3
3
  private CHUNK_SIZE;
4
4
  getFederatedMappedRefId(entityType: string, entityId: string): Promise<string>;
@@ -1,4 +1,4 @@
1
- import { FCConfig, FlexPLMResponseData, PayloadType } from './interfaces';
1
+ import { FCConfig, FlexPLMResponseData, PayloadType } from '../interfaces/interfaces';
2
2
  export declare class FlexPLMConnect {
3
3
  private config;
4
4
  private vibeEventEndpoint;
@@ -1,4 +1,4 @@
1
- import { FCConfig } from './interfaces';
1
+ import { FCConfig } from '../interfaces/interfaces';
2
2
  export declare class ThumbnailUtil {
3
3
  private config;
4
4
  private max_thumbnail_size;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/flexplm",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Library used for integration with flexplm.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
File without changes
File without changes