@contrail/flexplm 1.3.1-alpha.585afc1 → 1.3.1-alpha.763fca8

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.
@@ -95,7 +95,7 @@ export interface DirectionalSection {
95
95
  * custStyleNumber: 'styleNumber',
96
96
  * }
97
97
  */
98
- rekey?: RekeyTransformers;
98
+ rekey?: Record<string, unknown>;
99
99
  /**
100
100
  * Lookup table consumed by REMOVE tasks in {@link DirectionalSection.transformOrder}.
101
101
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/flexplm",
3
- "version": "1.3.1-alpha.585afc1",
3
+ "version": "1.3.1-alpha.763fca8",
4
4
  "description": "Library used for integration with flexplm.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",