@pluralsight/ps-design-system-util
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [9.0.1](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-util@9.0.0...@pluralsight/ps-design-system-util@9.0.1) (2021-04-15) | ||
### Bug Fixes | ||
* **util:** properly order the conditional exports in package ([aca2b46](https://github.com/pluralsight/design-system/commit/aca2b4675a9faf49047dd883b17e832a5c054f1e)) | ||
# [9.0.0](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-util@8.0.0...@pluralsight/ps-design-system-util@9.0.0) (2021-04-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@pluralsight/ps-design-system-util", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Runtime dependencies for utilitarian tasks. Analogous to a lodash.", | ||
@@ -13,2 +13,3 @@ "license": "Apache-2.0", | ||
"build": "run-s build:esm build:cjs", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --target es5 --outDir dist/cjs", | ||
"build:esm": "run-s compile:esm rewrite:esm", | ||
@@ -20,5 +21,10 @@ "build:watch": "yarn build:esm --watch", | ||
"test": "tsc --noEmit --project ./tsconfig.json && jest", | ||
"test:watch": "yarn test --watch", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --target es5 --outDir dist/cjs" | ||
"test:watch": "yarn test --watch" | ||
}, | ||
"exports": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"node": "./dist/cjs/index.js", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"sideEffects": false, | ||
@@ -36,9 +42,3 @@ "types": "dist/esm/index.d.ts", | ||
}, | ||
"exports": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"node": "./dist/cjs/index.js", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"gitHead": "9b59b29615268c7a32bd254e41a21b7475506abd" | ||
"gitHead": "6b786e0cdc76c25ef1a204c5cb43c06ddc19feaa" | ||
} |
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
0
208562
241