@pkgr/utils
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Change Log | ||
## 2.0.1 | ||
### Patch Changes | ||
- [#232](https://github.com/rx-ts/pkgr/pull/232) [`8f71e49`](https://github.com/rx-ts/pkgr/commit/8f71e495000622b3eba875753ea5b9e7bea2103e) Thanks [@JounQin](https://github.com/JounQin)! - feat: bump deps, add postcss as r dep, fix w issues | ||
## 2.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -18,2 +18,2 @@ export declare const tryPkg: (pkg: string) => string | undefined; | ||
export declare const findUp: (searchEntry: string, searchFile?: string) => string; | ||
export declare const arrayify: <T, R = T extends (infer S)[] ? S : T>(...args: T[]) => R[]; | ||
export declare const arrayify: <T, R = T extends (infer S)[] ? NonNullable<S> : NonNullable<T>>(...args: (R | R[])[]) => R[]; |
{ | ||
"name": "@pkgr/utils", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"type": "module", | ||
@@ -24,7 +24,7 @@ "description": "Shared utils for `@pkgr` packages or any package else", | ||
"chalk": "^4.1.2", | ||
"cross-spawn": "^7.0.2", | ||
"cross-spawn": "^7.0.3", | ||
"is-glob": "^4.0.1", | ||
"open": "^8.2.1", | ||
"tiny-glob": "^0.2.9", | ||
"tslib": "^2.3.0" | ||
"tslib": "^2.3.1" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
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
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
38371
2
Updatedcross-spawn@^7.0.3
Updatedtslib@^2.3.1