@brandingbrand/cargo-hold
Advanced tools
Comparing version 11.68.0 to 11.69.0
@@ -5,2 +5,6 @@ # Changelog | ||
# [11.69.0](https://github.com/brandingbrand/shipyard/compare/v11.68.0...v11.69.0) (2022-08-22) | ||
# [11.68.0](https://github.com/brandingbrand/shipyard/compare/v11.67.0...v11.68.0) (2022-08-16) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@brandingbrand/cargo-hold", | ||
"version": "11.68.0", | ||
"version": "11.69.0", | ||
"license": "MIT", | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts", | ||
"main": "./index.js", | ||
"module": "./index-esm.js", | ||
"dependencies": { | ||
"rxjs": "^7.5.2", | ||
"fast-deep-equal": "^3.1.3" | ||
"fast-deep-equal": "^3.1.3", | ||
"tslib": "^2.0.0" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -59,3 +59,3 @@ import type { ActionOf, ActionSpecifier, AnyAction, AnyActionSpecifier, TypeGuard } from '../action-bus'; | ||
*/ | ||
export declare const matches: <DesiredActionSpecifierType extends AnyActionSpecifier>(specifier: DesiredActionSpecifierType, extraSources?: SourcesList | undefined) => TypeGuard<AnyAction<unknown>, ActionOf<DesiredActionSpecifierType>>; | ||
export declare const matches: <DesiredActionSpecifierType extends AnyActionSpecifier>(specifier: DesiredActionSpecifierType, extraSources?: SourcesList) => TypeGuard<AnyAction<unknown>, ActionOf<DesiredActionSpecifierType>>; | ||
/** | ||
@@ -62,0 +62,0 @@ * Combines two type guards such that an action must comply with both. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52901
51
3
673
+ Addedtslib@^2.0.0