@qiwi/substrate-types
Advanced tools
Comparing version 1.34.0 to 1.35.0
@@ -0,1 +1,8 @@ | ||
# @qiwi/substrate-types [1.35.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.34.0...@qiwi/substrate-types@1.35.0) (2020-04-07) | ||
### Features | ||
* **types:** add IPipeline ([3c786e4](https://github.com/qiwi/substrate/commit/3c786e407845b0092f3a699ece331df31d36ffa3)) | ||
# @qiwi/substrate-types [1.34.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.33.0...@qiwi/substrate-types@1.34.0) (2020-04-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.34.0", | ||
"version": "1.35.0", | ||
"main": "target/es5/index.js", | ||
@@ -5,0 +5,0 @@ "source": "target/ts/index.ts", |
@@ -21,11 +21,12 @@ /** @module @qiwi/substrate-types */ | ||
export { IConfig as Config } from './IConfig'; | ||
export { IConstructor as Constructor, IConstructable as Constructable, Abstract, IClass as Class } from './IConstructor'; | ||
export { IIterable as Iterable, IIterator as Iterator, IIteratorResult as IteratorResult } from './IIterable'; | ||
export { IMiddleware as Middleware, IAsyncMiddleware as AsyncMiddleware, IErrorMiddleware as ErrorMiddleware, IRequestMiddleware as RequestMiddleware, IRequest as Request, IResponse as Response, INext as Next } from './IMiddleware'; | ||
export { IPool as Pool, IPooledObject as PooledObject, IPooledObjectFactory as PooledObjectFactory, IPooledObjectStatus as PooledObjectStatus } from './IPool'; | ||
export { IHttpClient as HttpClient, IFetch as Fetch, IHttpRequestProvider as HttpRequestProvider, HttpMethod } from './IHttpClient'; | ||
export { IClientEventDto as ClientEventDto, IClientEventMeta as ClientEventMeta, EnvironmentProfile } from './IClientEventDto'; | ||
export { INormalValue as NormalValue, IIdentified as Identified, IMetaTyped as MetaTyped, IMetaTypedValue as MetaTypedValue, IWrappedValue as WrappedValue } from './INormalValue'; | ||
export { IFn as Fn, IUnaryFunction as UnaryFunction, IUnaryFn as UnaryFn, ICallable as Callable } from './IFunction'; | ||
export { IConstructor as Constructor, IConstructable as Constructable, Abstract, IClass as Class, } from './IConstructor'; | ||
export { IIterable as Iterable, IIterator as Iterator, IIteratorResult as IteratorResult, } from './IIterable'; | ||
export { IMiddleware as Middleware, IAsyncMiddleware as AsyncMiddleware, IErrorMiddleware as ErrorMiddleware, IRequestMiddleware as RequestMiddleware, IRequest as Request, IResponse as Response, INext as Next, } from './IMiddleware'; | ||
export { IPool as Pool, IPooledObject as PooledObject, IPooledObjectFactory as PooledObjectFactory, IPooledObjectStatus as PooledObjectStatus, } from './IPool'; | ||
export { IHttpClient as HttpClient, IFetch as Fetch, IHttpRequestProvider as HttpRequestProvider, HttpMethod, } from './IHttpClient'; | ||
export { IClientEventDto as ClientEventDto, IClientEventMeta as ClientEventMeta, EnvironmentProfile, } from './IClientEventDto'; | ||
export { INormalValue as NormalValue, IIdentified as Identified, IMetaTyped as MetaTyped, IMetaTypedValue as MetaTypedValue, IWrappedValue as WrappedValue, } from './INormalValue'; | ||
export { IFn as Fn, IUnaryFunction as UnaryFunction, IUnaryFn as UnaryFn, ICallable as Callable, } from './IFunction'; | ||
export { IMetadataProvider as MetadataProvider } from './IMetadata'; | ||
export { IEnableable as Enableable } from './IEnableable'; | ||
export { IPipe as Pipe, IPipeline as Pipeline, INormalPipe as NormalPipe, INormalPipeline as NormalPipeline, } from './IPipeline'; |
@@ -21,11 +21,12 @@ /** @module @qiwi/substrate-types */ | ||
export { IConfig } from './IConfig'; | ||
export { IConstructor, IConstructable, Abstract, IClass } from './IConstructor'; | ||
export { IIterable, IIterator, IIteratorResult } from './IIterable'; | ||
export { IMiddleware, IAsyncMiddleware, IErrorMiddleware, IRequestMiddleware, IRequest, IResponse, INext } from './IMiddleware'; | ||
export { IPool, IPooledObject, IPooledObjectFactory, IPooledObjectStatus } from './IPool'; | ||
export { IHttpClient, IFetch, IHttpRequestProvider, HttpMethod } from './IHttpClient'; | ||
export { IClientEventDto, IClientEventMeta, EnvironmentProfile } from './IClientEventDto'; | ||
export { INormalValue, IIdentified, IMetaTyped, IMetaTypedValue, IWrappedValue } from './INormalValue'; | ||
export { IFunction, IFn, IUnaryFunction, IUnaryFn, ICallable } from './IFunction'; | ||
export { IConstructor, IConstructable, Abstract, IClass, } from './IConstructor'; | ||
export { IIterable, IIterator, IIteratorResult, } from './IIterable'; | ||
export { IMiddleware, IAsyncMiddleware, IErrorMiddleware, IRequestMiddleware, IRequest, IResponse, INext, } from './IMiddleware'; | ||
export { IPool, IPooledObject, IPooledObjectFactory, IPooledObjectStatus, } from './IPool'; | ||
export { IHttpClient, IFetch, IHttpRequestProvider, HttpMethod, } from './IHttpClient'; | ||
export { IClientEventDto, IClientEventMeta, EnvironmentProfile, } from './IClientEventDto'; | ||
export { INormalValue, IIdentified, IMetaTyped, IMetaTypedValue, IWrappedValue, } from './INormalValue'; | ||
export { IFunction, IFn, IUnaryFunction, IUnaryFn, ICallable, } from './IFunction'; | ||
export { IMetadataProvider } from './IMetadata'; | ||
export { IEnableable } from './IEnableable'; | ||
export { IPipe, IPipeline, INormalPipe, INormalPipeline, } from './IPipeline'; |
@@ -21,11 +21,12 @@ /** @module @qiwi/substrate-types */ | ||
export { IConfig as Config } from './IConfig'; | ||
export { IConstructor as Constructor, IConstructable as Constructable, Abstract, IClass as Class } from './IConstructor'; | ||
export { IIterable as Iterable, IIterator as Iterator, IIteratorResult as IteratorResult } from './IIterable'; | ||
export { IMiddleware as Middleware, IAsyncMiddleware as AsyncMiddleware, IErrorMiddleware as ErrorMiddleware, IRequestMiddleware as RequestMiddleware, IRequest as Request, IResponse as Response, INext as Next } from './IMiddleware'; | ||
export { IPool as Pool, IPooledObject as PooledObject, IPooledObjectFactory as PooledObjectFactory, IPooledObjectStatus as PooledObjectStatus } from './IPool'; | ||
export { IHttpClient as HttpClient, IFetch as Fetch, IHttpRequestProvider as HttpRequestProvider, HttpMethod } from './IHttpClient'; | ||
export { IClientEventDto as ClientEventDto, IClientEventMeta as ClientEventMeta, EnvironmentProfile } from './IClientEventDto'; | ||
export { INormalValue as NormalValue, IIdentified as Identified, IMetaTyped as MetaTyped, IMetaTypedValue as MetaTypedValue, IWrappedValue as WrappedValue } from './INormalValue'; | ||
export { IFn as Fn, IUnaryFunction as UnaryFunction, IUnaryFn as UnaryFn, ICallable as Callable } from './IFunction'; | ||
export { IConstructor as Constructor, IConstructable as Constructable, Abstract, IClass as Class, } from './IConstructor'; | ||
export { IIterable as Iterable, IIterator as Iterator, IIteratorResult as IteratorResult, } from './IIterable'; | ||
export { IMiddleware as Middleware, IAsyncMiddleware as AsyncMiddleware, IErrorMiddleware as ErrorMiddleware, IRequestMiddleware as RequestMiddleware, IRequest as Request, IResponse as Response, INext as Next, } from './IMiddleware'; | ||
export { IPool as Pool, IPooledObject as PooledObject, IPooledObjectFactory as PooledObjectFactory, IPooledObjectStatus as PooledObjectStatus, } from './IPool'; | ||
export { IHttpClient as HttpClient, IFetch as Fetch, IHttpRequestProvider as HttpRequestProvider, HttpMethod, } from './IHttpClient'; | ||
export { IClientEventDto as ClientEventDto, IClientEventMeta as ClientEventMeta, EnvironmentProfile, } from './IClientEventDto'; | ||
export { INormalValue as NormalValue, IIdentified as Identified, IMetaTyped as MetaTyped, IMetaTypedValue as MetaTypedValue, IWrappedValue as WrappedValue, } from './INormalValue'; | ||
export { IFn as Fn, IUnaryFunction as UnaryFunction, IUnaryFn as UnaryFn, ICallable as Callable, } from './IFunction'; | ||
export { IMetadataProvider as MetadataProvider } from './IMetadata'; | ||
export { IEnableable as Enableable } from './IEnableable'; | ||
export { IPipe as Pipe, IPipeline as Pipeline, INormalPipe as NormalPipe, INormalPipeline as NormalPipeline, } from './IPipeline'; |
@@ -21,11 +21,12 @@ /** @module @qiwi/substrate-types */ | ||
export { IConfig } from './IConfig'; | ||
export { IConstructor, IConstructable, Abstract, IClass } from './IConstructor'; | ||
export { IIterable, IIterator, IIteratorResult } from './IIterable'; | ||
export { IMiddleware, IAsyncMiddleware, IErrorMiddleware, IRequestMiddleware, IRequest, IResponse, INext } from './IMiddleware'; | ||
export { IPool, IPooledObject, IPooledObjectFactory, IPooledObjectStatus } from './IPool'; | ||
export { IHttpClient, IFetch, IHttpRequestProvider, HttpMethod } from './IHttpClient'; | ||
export { IClientEventDto, IClientEventMeta, EnvironmentProfile } from './IClientEventDto'; | ||
export { INormalValue, IIdentified, IMetaTyped, IMetaTypedValue, IWrappedValue } from './INormalValue'; | ||
export { IFunction, IFn, IUnaryFunction, IUnaryFn, ICallable } from './IFunction'; | ||
export { IConstructor, IConstructable, Abstract, IClass, } from './IConstructor'; | ||
export { IIterable, IIterator, IIteratorResult, } from './IIterable'; | ||
export { IMiddleware, IAsyncMiddleware, IErrorMiddleware, IRequestMiddleware, IRequest, IResponse, INext, } from './IMiddleware'; | ||
export { IPool, IPooledObject, IPooledObjectFactory, IPooledObjectStatus, } from './IPool'; | ||
export { IHttpClient, IFetch, IHttpRequestProvider, HttpMethod, } from './IHttpClient'; | ||
export { IClientEventDto, IClientEventMeta, EnvironmentProfile, } from './IClientEventDto'; | ||
export { INormalValue, IIdentified, IMetaTyped, IMetaTypedValue, IWrappedValue, } from './INormalValue'; | ||
export { IFunction, IFn, IUnaryFunction, IUnaryFn, ICallable, } from './IFunction'; | ||
export { IMetadataProvider } from './IMetadata'; | ||
export { IEnableable } from './IEnableable'; | ||
export { IPipe, IPipeline, INormalPipe, INormalPipeline, } from './IPipeline'; |
@@ -26,3 +26,3 @@ /** @module @qiwi/substrate-types */ | ||
Abstract, | ||
IClass as Class | ||
IClass as Class, | ||
} from './IConstructor' | ||
@@ -32,3 +32,3 @@ export { | ||
IIterator as Iterator, | ||
IIteratorResult as IteratorResult | ||
IIteratorResult as IteratorResult, | ||
} from './IIterable' | ||
@@ -42,3 +42,3 @@ export { | ||
IResponse as Response, | ||
INext as Next | ||
INext as Next, | ||
} from './IMiddleware' | ||
@@ -49,3 +49,3 @@ export { | ||
IPooledObjectFactory as PooledObjectFactory, | ||
IPooledObjectStatus as PooledObjectStatus | ||
IPooledObjectStatus as PooledObjectStatus, | ||
} from './IPool' | ||
@@ -56,3 +56,3 @@ export { | ||
IHttpRequestProvider as HttpRequestProvider, | ||
HttpMethod | ||
HttpMethod, | ||
} from './IHttpClient' | ||
@@ -62,3 +62,3 @@ export { | ||
IClientEventMeta as ClientEventMeta, | ||
EnvironmentProfile | ||
EnvironmentProfile, | ||
} from './IClientEventDto' | ||
@@ -70,3 +70,3 @@ export { | ||
IMetaTypedValue as MetaTypedValue, | ||
IWrappedValue as WrappedValue | ||
IWrappedValue as WrappedValue, | ||
} from './INormalValue' | ||
@@ -78,5 +78,11 @@ export { | ||
IUnaryFn as UnaryFn, | ||
ICallable as Callable | ||
ICallable as Callable, | ||
} from './IFunction' | ||
export { IMetadataProvider as MetadataProvider } from './IMetadata' | ||
export { IEnableable as Enableable } from './IEnableable' | ||
export { | ||
IPipe as Pipe, | ||
IPipeline as Pipeline, | ||
INormalPipe as NormalPipe, | ||
INormalPipeline as NormalPipeline, | ||
} from './IPipeline' |
@@ -26,3 +26,3 @@ /** @module @qiwi/substrate-types */ | ||
Abstract, | ||
IClass | ||
IClass, | ||
} from './IConstructor' | ||
@@ -32,3 +32,3 @@ export { | ||
IIterator, | ||
IIteratorResult | ||
IIteratorResult, | ||
} from './IIterable' | ||
@@ -42,3 +42,3 @@ export { | ||
IResponse, | ||
INext | ||
INext, | ||
} from './IMiddleware' | ||
@@ -49,3 +49,3 @@ export { | ||
IPooledObjectFactory, | ||
IPooledObjectStatus | ||
IPooledObjectStatus, | ||
} from './IPool' | ||
@@ -56,3 +56,3 @@ export { | ||
IHttpRequestProvider, | ||
HttpMethod | ||
HttpMethod, | ||
} from './IHttpClient' | ||
@@ -62,3 +62,3 @@ export { | ||
IClientEventMeta, | ||
EnvironmentProfile | ||
EnvironmentProfile, | ||
} from './IClientEventDto' | ||
@@ -70,3 +70,3 @@ export { | ||
IMetaTypedValue, | ||
IWrappedValue | ||
IWrappedValue, | ||
} from './INormalValue' | ||
@@ -78,5 +78,11 @@ export { | ||
IUnaryFn, | ||
ICallable | ||
ICallable, | ||
} from './IFunction' | ||
export { IMetadataProvider } from './IMetadata' | ||
export { IEnableable } from './IEnableable' | ||
export { | ||
IPipe, | ||
IPipeline, | ||
INormalPipe, | ||
INormalPipeline, | ||
} from './IPipeline' |
@@ -312,2 +312,10 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' { | ||
} | ||
declare module '@qiwi/substrate-types/target/es5/IPipeline' { | ||
import { IUnaryFn } from '@qiwi/substrate-types/target/es5/IFunction'; | ||
import { INormalValue } from '@qiwi/substrate-types/target/es5/INormalValue'; | ||
export type IPipe<E = any> = IUnaryFn<E, E>; | ||
export type IPipeline<P extends IPipe = IPipe> = Array<P>; | ||
export type INormalPipe<E extends INormalValue = INormalValue> = IPipe<E>; | ||
export type INormalPipeline<P extends INormalPipe = INormalPipe> = IPipeline<P>; | ||
} | ||
declare module '@qiwi/substrate-types/target/es5/IStringMap' { | ||
@@ -408,12 +416,13 @@ /** @qiwi/substrate-types */ | ||
export { IConfig } from '@qiwi/substrate-types/target/es5/IConfig'; | ||
export { IConstructor, IConstructable, Abstract, IClass } from '@qiwi/substrate-types/target/es5/IConstructor'; | ||
export { IIterable, IIterator, IIteratorResult } from '@qiwi/substrate-types/target/es5/IIterable'; | ||
export { IMiddleware, IAsyncMiddleware, IErrorMiddleware, IRequestMiddleware, IRequest, IResponse, INext } from '@qiwi/substrate-types/target/es5/IMiddleware'; | ||
export { IPool, IPooledObject, IPooledObjectFactory, IPooledObjectStatus } from '@qiwi/substrate-types/target/es5/IPool'; | ||
export { IHttpClient, IFetch, IHttpRequestProvider, HttpMethod } from '@qiwi/substrate-types/target/es5/IHttpClient'; | ||
export { IClientEventDto, IClientEventMeta, EnvironmentProfile } from '@qiwi/substrate-types/target/es5/IClientEventDto'; | ||
export { INormalValue, IIdentified, IMetaTyped, IMetaTypedValue, IWrappedValue } from '@qiwi/substrate-types/target/es5/INormalValue'; | ||
export { IFunction, IFn, IUnaryFunction, IUnaryFn, ICallable } from '@qiwi/substrate-types/target/es5/IFunction'; | ||
export { IConstructor, IConstructable, Abstract, IClass, } from '@qiwi/substrate-types/target/es5/IConstructor'; | ||
export { IIterable, IIterator, IIteratorResult, } from '@qiwi/substrate-types/target/es5/IIterable'; | ||
export { IMiddleware, IAsyncMiddleware, IErrorMiddleware, IRequestMiddleware, IRequest, IResponse, INext, } from '@qiwi/substrate-types/target/es5/IMiddleware'; | ||
export { IPool, IPooledObject, IPooledObjectFactory, IPooledObjectStatus, } from '@qiwi/substrate-types/target/es5/IPool'; | ||
export { IHttpClient, IFetch, IHttpRequestProvider, HttpMethod, } from '@qiwi/substrate-types/target/es5/IHttpClient'; | ||
export { IClientEventDto, IClientEventMeta, EnvironmentProfile, } from '@qiwi/substrate-types/target/es5/IClientEventDto'; | ||
export { INormalValue, IIdentified, IMetaTyped, IMetaTypedValue, IWrappedValue, } from '@qiwi/substrate-types/target/es5/INormalValue'; | ||
export { IFunction, IFn, IUnaryFunction, IUnaryFn, ICallable, } from '@qiwi/substrate-types/target/es5/IFunction'; | ||
export { IMetadataProvider } from '@qiwi/substrate-types/target/es5/IMetadata'; | ||
export { IEnableable } from '@qiwi/substrate-types/target/es5/IEnableable'; | ||
export { IPipe, IPipeline, INormalPipe, INormalPipeline, } from '@qiwi/substrate-types/target/es5/IPipeline'; | ||
} | ||
@@ -470,12 +479,13 @@ declare module '@qiwi/substrate-types/target/es5/IPool' { | ||
export { IConfig as Config } from '@qiwi/substrate-types/target/es5/IConfig'; | ||
export { IConstructor as Constructor, IConstructable as Constructable, Abstract, IClass as Class } from '@qiwi/substrate-types/target/es5/IConstructor'; | ||
export { IIterable as Iterable, IIterator as Iterator, IIteratorResult as IteratorResult } from '@qiwi/substrate-types/target/es5/IIterable'; | ||
export { IMiddleware as Middleware, IAsyncMiddleware as AsyncMiddleware, IErrorMiddleware as ErrorMiddleware, IRequestMiddleware as RequestMiddleware, IRequest as Request, IResponse as Response, INext as Next } from '@qiwi/substrate-types/target/es5/IMiddleware'; | ||
export { IPool as Pool, IPooledObject as PooledObject, IPooledObjectFactory as PooledObjectFactory, IPooledObjectStatus as PooledObjectStatus } from '@qiwi/substrate-types/target/es5/IPool'; | ||
export { IHttpClient as HttpClient, IFetch as Fetch, IHttpRequestProvider as HttpRequestProvider, HttpMethod } from '@qiwi/substrate-types/target/es5/IHttpClient'; | ||
export { IClientEventDto as ClientEventDto, IClientEventMeta as ClientEventMeta, EnvironmentProfile } from '@qiwi/substrate-types/target/es5/IClientEventDto'; | ||
export { INormalValue as NormalValue, IIdentified as Identified, IMetaTyped as MetaTyped, IMetaTypedValue as MetaTypedValue, IWrappedValue as WrappedValue } from '@qiwi/substrate-types/target/es5/INormalValue'; | ||
export { IFn as Fn, IUnaryFunction as UnaryFunction, IUnaryFn as UnaryFn, ICallable as Callable } from '@qiwi/substrate-types/target/es5/IFunction'; | ||
export { IConstructor as Constructor, IConstructable as Constructable, Abstract, IClass as Class, } from '@qiwi/substrate-types/target/es5/IConstructor'; | ||
export { IIterable as Iterable, IIterator as Iterator, IIteratorResult as IteratorResult, } from '@qiwi/substrate-types/target/es5/IIterable'; | ||
export { IMiddleware as Middleware, IAsyncMiddleware as AsyncMiddleware, IErrorMiddleware as ErrorMiddleware, IRequestMiddleware as RequestMiddleware, IRequest as Request, IResponse as Response, INext as Next, } from '@qiwi/substrate-types/target/es5/IMiddleware'; | ||
export { IPool as Pool, IPooledObject as PooledObject, IPooledObjectFactory as PooledObjectFactory, IPooledObjectStatus as PooledObjectStatus, } from '@qiwi/substrate-types/target/es5/IPool'; | ||
export { IHttpClient as HttpClient, IFetch as Fetch, IHttpRequestProvider as HttpRequestProvider, HttpMethod, } from '@qiwi/substrate-types/target/es5/IHttpClient'; | ||
export { IClientEventDto as ClientEventDto, IClientEventMeta as ClientEventMeta, EnvironmentProfile, } from '@qiwi/substrate-types/target/es5/IClientEventDto'; | ||
export { INormalValue as NormalValue, IIdentified as Identified, IMetaTyped as MetaTyped, IMetaTypedValue as MetaTypedValue, IWrappedValue as WrappedValue, } from '@qiwi/substrate-types/target/es5/INormalValue'; | ||
export { IFn as Fn, IUnaryFunction as UnaryFunction, IUnaryFn as UnaryFn, ICallable as Callable, } from '@qiwi/substrate-types/target/es5/IFunction'; | ||
export { IMetadataProvider as MetadataProvider } from '@qiwi/substrate-types/target/es5/IMetadata'; | ||
export { IEnableable as Enableable } from '@qiwi/substrate-types/target/es5/IEnableable'; | ||
export { IPipe as Pipe, IPipeline as Pipeline, INormalPipe as NormalPipe, INormalPipeline as NormalPipeline, } from '@qiwi/substrate-types/target/es5/IPipeline'; | ||
} | ||
@@ -482,0 +492,0 @@ declare module '@qiwi/substrate-types/target/es5/index' { |
@@ -462,2 +462,15 @@ /** | ||
declare module "@qiwi/substrate-types/target/es5/IPipeline" { | ||
import type { IUnaryFn } from "@qiwi/substrate-types/target/es5/IFunction"; | ||
import type { INormalValue } from "@qiwi/substrate-types/target/es5/INormalValue"; | ||
declare export type IPipe<E = any> = IUnaryFn<E, E>; | ||
declare export type IPipeline<P: IPipe<> = IPipe<>> = Array<P>; | ||
declare export type INormalPipe<E: INormalValue = INormalValue> = IPipe<E>; | ||
declare export type INormalPipeline< | ||
P: INormalPipe<> = INormalPipe<> | ||
> = IPipeline<P>; | ||
} | ||
declare module "@qiwi/substrate-types/target/es5/IStringMap" { | ||
@@ -695,2 +708,9 @@ /** | ||
declare export { IEnableable } from "@qiwi/substrate-types/target/es5/IEnableable"; | ||
declare export { | ||
IPipe, | ||
IPipeline, | ||
INormalPipe, | ||
INormalPipeline | ||
} from "@qiwi/substrate-types/target/es5/IPipeline"; | ||
} | ||
@@ -828,2 +848,9 @@ | ||
declare export { IEnableable as Enableable } from "@qiwi/substrate-types/target/es5/IEnableable"; | ||
declare export { | ||
IPipe as Pipe, | ||
IPipeline as Pipeline, | ||
INormalPipe as NormalPipe, | ||
INormalPipeline as NormalPipeline | ||
} from "@qiwi/substrate-types/target/es5/IPipeline"; | ||
} | ||
@@ -830,0 +857,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142451
236
2974