@kie-tools/backend-extended-services
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -17,5 +17,6 @@ /* | ||
const buildEnv = require("@kie-tools/build-env"); | ||
const path = require("path"); | ||
const fs = require("fs"); | ||
const { env } = require("./env"); | ||
const buildEnv = env; | ||
@@ -22,0 +23,0 @@ module.exports = { |
{ | ||
"name": "@kie-tools/backend-extended-services", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"description": "", | ||
"license": "Apache-2.0", | ||
"keywords": [], | ||
"homepage": "https://github.com/kiegroup/kie-tools", | ||
"repository": { | ||
@@ -10,19 +12,30 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/kiegroup/kie-tools/issues" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"**/target/*.jar" | ||
"**/target/*.jar", | ||
"index.js" | ||
], | ||
"devDependencies": { | ||
"@kie-tools-core/run-script-if": "0.21.0", | ||
"@kie-tools/build-env": "0.21.0" | ||
"@kie-tools-core/maven-config-setup-helper": "0.22.0", | ||
"@kie-tools-core/run-script-if": "0.22.0", | ||
"@kie-tools/build-env": "0.22.0" | ||
}, | ||
"kieTools": { | ||
"requiredPreinstalledCliCommands": [ | ||
"java", | ||
"mvn" | ||
] | ||
}, | ||
"scripts": { | ||
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command", | ||
"lint": "echo 'Linting'", | ||
"install:mvnw": "mvn wrapper:wrapper -f kogito-extended-services-quarkus", | ||
"build:dev": "pnpm install:mvnw && mvn clean install -DskipTests", | ||
"build:prod:win32": "pnpm install:mvnw && yarn powershell mvn clean install `-DskipTests=$(build-env global.build.test --not)", | ||
"build:prod": "pnpm lint && run-script-os", | ||
"build:prod:darwin:linux": "pnpm install:mvnw && mvn clean install -DskipTests=$(build-env global.build.test --not)", | ||
"build:prod": "pnpm lint && run-script-os" | ||
"build:prod:win32": "pnpm install:mvnw && pnpm powershell \"mvn clean install `-DskipTests=$(build-env global.build.test --not)\"", | ||
"install": "node install.js", | ||
"install:mvnw": "mvn wrapper:wrapper -f kogito-extended-services-quarkus", | ||
"lint": "echo 'Linting'", | ||
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command" | ||
} | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18375700
31
1
1
3
1