@artus/core
Advanced tools
Comparing version 1.0.4-alpha.0 to 1.0.4
@@ -119,4 +119,6 @@ "use strict"; | ||
setPluginMeta(plugin) { | ||
var _a; | ||
const metaList = (_a = this.itemMap.get('plugin-meta')) !== null && _a !== void 0 ? _a : []; | ||
if (!this.itemMap.has('plugin-meta')) { | ||
this.itemMap.set('plugin-meta', []); | ||
} | ||
const metaList = this.itemMap.get('plugin-meta'); | ||
metaList.push({ | ||
@@ -123,0 +125,0 @@ path: plugin.metaFilePath, |
{ | ||
"name": "@artus/core", | ||
"version": "1.0.4-alpha.0", | ||
"version": "1.0.4", | ||
"description": "Core package of Artus", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
108569
2590
0
1