@mozaic-ds/configuration-manager
Advanced tools
Comparing version 1.13.1 to 1.54.0
@@ -6,10 +6,12 @@ # Change Log | ||
## [1.13.1](https://github.com/adeo/mozaic-design-system/compare/v1.13.0...v1.13.1) (2021-07-21) | ||
# [1.54.0](https://github.com/adeo/mozaic-design-system/compare/v1.53.0...v1.54.0) (2023-03-02) | ||
**Note:** Version bump only for package @mozaic-ds/configuration-manager | ||
### Features | ||
- **tools/mozaic-config:** allow usage of .cjs extension ([#1315](https://github.com/adeo/mozaic-design-system/issues/1315)) ([3bc7c26](https://github.com/adeo/mozaic-design-system/commit/3bc7c2612a398ca3f38f2e550fc6f462fddb7fd9)) | ||
## [1.13.1](https://github.com/adeo/mozaic-design-system/compare/v1.13.0...v1.13.1) (2021-07-21) | ||
**Note:** Version bump only for package @mozaic-ds/configuration-manager | ||
## [1.0.1](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.22...v1.0.1) (2020-12-09) | ||
@@ -19,6 +21,2 @@ | ||
## [1.0.1-beta.2](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.1...v1.0.1-beta.2) (2020-01-23) | ||
@@ -28,11 +26,6 @@ | ||
## [1.0.1-alpha.24](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.23...v1.0.1-alpha.24) (2019-10-24) | ||
### Features | ||
* **tools/customization:** handle config file, add production build support and basic sass options ([#398](https://github.com/adeo/mozaic-design-system/issues/398)) ([3c8a0a0](https://github.com/adeo/mozaic-design-system/commit/3c8a0a097c48076faff204e075866cf29f22d73a)) | ||
- **tools/customization:** handle config file, add production build support and basic sass options ([#398](https://github.com/adeo/mozaic-design-system/issues/398)) ([3c8a0a0](https://github.com/adeo/mozaic-design-system/commit/3c8a0a097c48076faff204e075866cf29f22d73a)) |
@@ -6,3 +6,4 @@ const path = require('path') | ||
const root = process.cwd() | ||
const configPath = path.join(root, 'mozaic.config.js') | ||
const { type } = require(path.join(root, 'package.json')) | ||
const configPath = type === 'module' ? path.join(root, 'mozaic.config.cjs') : path.join(root, 'mozaic.config.js') | ||
const config = fs.existsSync(configPath) ? require(configPath) : false | ||
@@ -9,0 +10,0 @@ |
{ | ||
"name": "@mozaic-ds/configuration-manager", | ||
"version": "1.13.1", | ||
"version": "1.54.0", | ||
"description": "Tokens to Design Systeme Adeo", | ||
@@ -5,0 +5,0 @@ "author": "", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2151
11
4