@chevre/factory 4.382.0-alpha.2 → 4.382.0-alpha.3

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,8 +1,8 @@
1
1
  import * as ActionFactory from '../../action';
2
- import { IAuthorization, IObject } from '../../authorization';
2
+ import { IAuthorization, IObject as IAuthorizationObject } from '../../authorization';
3
3
  import { CreativeWorkType } from '../../creativeWorkType';
4
4
  import * as AuthorizeActionFactory from '../authorize';
5
- export { IObject };
5
+ export type IObject = IAuthorizationObject[];
6
6
  export type IResult = Pick<IAuthorization, 'code' | 'typeOf'>[];
7
7
  export interface IInstrument {
8
8
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.382.0-alpha.2",
3
+ "version": "4.382.0-alpha.3",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",