@commercelayer/cli-dev
Advanced tools
Comparing version 2.1.3 to 2.1.4-oclif3.1
@@ -5,6 +5,6 @@ import { Command, type Interfaces } from '@oclif/core'; | ||
static flags: { | ||
dir: Interfaces.OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>; | ||
dir: Interfaces.OptionFlag<string, Interfaces.CustomOptions>; | ||
multi: Interfaces.BooleanFlag<boolean>; | ||
plugin: Interfaces.BooleanFlag<boolean>; | ||
bin: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>; | ||
bin: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>; | ||
}; | ||
@@ -11,0 +11,0 @@ private HelpClass; |
@@ -34,3 +34,3 @@ "use strict"; | ||
await plugin.load(); | ||
config.plugins.push(plugin); | ||
config.plugins.set(plugin.name, plugin); | ||
} | ||
@@ -163,3 +163,3 @@ catch (_a) { } | ||
return; | ||
const plugin = config.plugins.find(p => p.name === c.pluginName); | ||
const plugin = config.getPluginsList().find(p => p.name === c.pluginName); | ||
if (!plugin) | ||
@@ -166,0 +166,0 @@ return; |
@@ -15,2 +15,3 @@ { | ||
"strict": true, | ||
"enableJsonFlag": false, | ||
"isESM": false, | ||
@@ -67,2 +68,3 @@ "relativePath": [ | ||
"strict": true, | ||
"enableJsonFlag": false, | ||
"isESM": false, | ||
@@ -76,3 +78,3 @@ "relativePath": [ | ||
}, | ||
"version": "2.1.3" | ||
"version": "2.1.4-oclif3.1" | ||
} |
{ | ||
"name": "@commercelayer/cli-dev", | ||
"description": "Commerce Layer CLI development tools and helpers", | ||
"version": "2.1.3", | ||
"version": "2.1.4-oclif3.1", | ||
"author": "Pierluigi Viti <pierluigi@commercelayer.io>", | ||
@@ -11,3 +11,3 @@ "bugs": "https://github.com/commercelayer/commercelayer-cli-dev/issues", | ||
"engines": { | ||
"node": ">=18" | ||
"node": ">=20.0.0" | ||
}, | ||
@@ -65,12 +65,12 @@ "files": [ | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.5", | ||
"chai": "^4.3.10", | ||
"@types/node": "^20.11.17", | ||
"chai": "^4.4.1", | ||
"eslint": "^8.56.0", | ||
"globby": "^10.0.2", | ||
"lodash": "^4.17.21", | ||
"mocha": "^10.2.0", | ||
"mocha": "^10.3.0", | ||
"nyc": "^15.1.0", | ||
"oclif": "^4.1.0", | ||
"pnpm": "^8.12.1", | ||
"semantic-release": "^22.0.12", | ||
"oclif": "^4.4.11", | ||
"pnpm": "^8.15.2", | ||
"semantic-release": "^23.0.2", | ||
"ts-node": "^10.9.2", | ||
@@ -80,3 +80,3 @@ "typescript": "^5.3.3" | ||
"dependencies": { | ||
"@oclif/core": "^2.15.0", | ||
"@oclif/core": "^3.19.1", | ||
"fs-extra": "^10.1.0", | ||
@@ -83,0 +83,0 @@ "github-slugger": "^1.5.0", |
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
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
25682
512
2
+ Added@oclif/core@3.27.0(transitive)
+ Addedcolor@4.2.3(transitive)
+ Addedcolor-string@1.9.1(transitive)
+ Addedis-arrayish@0.3.2(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedsimple-swizzle@0.2.2(transitive)
- Removed@cspotcode/source-map-support@0.8.1(transitive)
- Removed@jridgewell/resolve-uri@3.1.2(transitive)
- Removed@jridgewell/sourcemap-codec@1.5.0(transitive)
- Removed@jridgewell/trace-mapping@0.3.9(transitive)
- Removed@oclif/core@2.16.0(transitive)
- Removed@tsconfig/node10@1.0.11(transitive)
- Removed@tsconfig/node12@1.0.11(transitive)
- Removed@tsconfig/node14@1.0.3(transitive)
- Removed@tsconfig/node16@1.0.4(transitive)
- Removedacorn@8.14.0(transitive)
- Removedacorn-walk@8.3.4(transitive)
- Removedarg@4.1.3(transitive)
- Removedcreate-require@1.1.1(transitive)
- Removeddiff@4.0.2(transitive)
- Removedmake-error@1.3.6(transitive)
- Removedts-node@10.9.2(transitive)
- Removedtypescript@5.7.2(transitive)
- Removedv8-compile-cache-lib@3.0.1(transitive)
- Removedyn@3.1.1(transitive)
Updated@oclif/core@^3.19.1