@pkgr/utils
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.2.0](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.1.4...@pkgr/utils@0.2.0) (2019-10-30) | ||
### Features | ||
* add seamless svelte support ([a69173f](https://github.com/rx-ts/pkgr/commit/a69173fdd4e6f543b5b353a2c2501b15217918b2)) | ||
## [0.1.4](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.1.3...@pkgr/utils@0.1.4) (2019-10-29) | ||
@@ -8,0 +19,0 @@ |
@@ -5,4 +5,5 @@ export declare const tryPkg: (pkg: string) => string | undefined; | ||
export declare const isAngularAvailable: boolean; | ||
export declare const isMdxAvailable: boolean; | ||
export declare const isReactAvailable: boolean; | ||
export declare const isMdxAvailable: boolean; | ||
export declare const isSvelteAvailable: boolean; | ||
export declare const isVueAvailable: boolean; | ||
@@ -9,0 +10,0 @@ export declare const tryFile: (filePath?: string | string[] | undefined, includeDir?: boolean | undefined) => string; |
@@ -16,4 +16,5 @@ "use strict"; | ||
exports.isAngularAvailable = exports.isPkgAvailable('@angular/core'); | ||
exports.isMdxAvailable = exports.isPkgAvailable('@mdx/mdx') || exports.isPkgAvailable('@mdx/react'); | ||
exports.isReactAvailable = exports.isPkgAvailable('react'); | ||
exports.isMdxAvailable = exports.isPkgAvailable('@mdx/mdx') || exports.isPkgAvailable('@mdx/react'); | ||
exports.isSvelteAvailable = exports.isPkgAvailable('svelte'); | ||
exports.isVueAvailable = exports.isPkgAvailable('vue'); | ||
@@ -20,0 +21,0 @@ exports.tryFile = function (filePath, includeDir) { |
{ | ||
"name": "@pkgr/utils", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Shared utils for `@pkgr` packages or any package else", | ||
@@ -24,3 +24,3 @@ "repository": "git+https://github.com/rx-ts/pkgr.git", | ||
"sideEffects": false, | ||
"gitHead": "903f3e57c258f26de72e7062f248f2eefdecca38" | ||
"gitHead": "b237711094f544edbf8be7397700a16276911d38" | ||
} |
Sorry, the diff of this file is not supported yet
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
19947
222