Comparing version 0.6.2 to 0.6.3
# Changelog | ||
## Unreleased | ||
## [0.6.3] - 2024-08-01 | ||
### Changed | ||
- Updating presets `--relief` to [v2.3.0](https://github.com/es-tooling/module-replacements/releases/tag/2.3.0) of **module-replacements** ([#40](https://github.com/imcotton/pkg-fence/pull/40)) | ||
## [0.6.2] - 2024-07-26 | ||
@@ -4,0 +16,0 @@ |
@@ -24,3 +24,3 @@ export const help_text = ` | ||
--relief (via es-tooling/module-replacements v2.2.0) | ||
--relief (via es-tooling/module-replacements v2.3.0) | ||
--relief-native | ||
@@ -27,0 +27,0 @@ --relief-micro |
import { lookup } from '../common.js'; | ||
// https://github.com/es-tooling/module-replacements/blob/2.2.0/manifests/native.json | ||
// https://github.com/es-tooling/module-replacements/blob/2.3.0/manifests/native.json | ||
export const native_list = [ | ||
@@ -69,3 +69,2 @@ 'date', | ||
'math.sign', | ||
'math.sinh', | ||
'number.isfinite', | ||
@@ -77,3 +76,3 @@ 'number.isinteger', | ||
'number.parseint', | ||
'number.prototype.exponential', | ||
'number.prototype.toexponential', | ||
'object-is', | ||
@@ -111,3 +110,3 @@ 'object.assign', | ||
'string.prototype.trimright', | ||
'string.prototype.trimStart', | ||
'string.prototype.trimstart', | ||
'string.raw', | ||
@@ -140,3 +139,3 @@ 'symbol.prototype.description', | ||
export const native_check = lookup(native_list); | ||
// https://github.com/es-tooling/module-replacements/blob/2.2.0/manifests/micro-utilities.json | ||
// https://github.com/es-tooling/module-replacements/blob/2.3.0/manifests/micro-utilities.json | ||
export const micro_list = [ | ||
@@ -153,3 +152,3 @@ 'call-bind', | ||
'is-plain-object', | ||
'is-primitve', | ||
'is-primitive', | ||
'is-regexp', | ||
@@ -168,3 +167,3 @@ 'is-string', | ||
export const micro_check = lookup(micro_list); | ||
// https://github.com/es-tooling/module-replacements/blob/2.2.0/manifests/preferred.json | ||
// https://github.com/es-tooling/module-replacements/blob/2.3.0/manifests/preferred.json | ||
export const preferred_list = [ | ||
@@ -171,0 +170,0 @@ 'bluebird', |
{ | ||
"name": "pkg-fence", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "A command line tool that glance over package dependencies.", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
@@ -53,3 +53,3 @@ pkg-fence | ||
- `--nolyfill`: list of names from https://github.com/SukkaW/nolyfill (**1.0.34**) | ||
- `--relief`: list of names from https://github.com/es-tooling/module-replacements (**2.2.0**) | ||
- `--relief`: list of names from https://github.com/es-tooling/module-replacements (**2.3.0**) | ||
- `--relief-native` | ||
@@ -56,0 +56,0 @@ - `--relief-micro` |
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
61901
887