Socket
Socket
Sign inDemoInstall

@kie-tools/backend-extended-services

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.19.0 to 0.20.0

kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-0.20.0-runner.jar

6

index.js

@@ -23,4 +23,6 @@ /*

quarkusRunnerPath: () => {
const packageRoot = path.dirname(require.resolve("@kie-tools/backend-extended-services"));
const jarPath = `${packageRoot}/kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-${buildEnv.global.version}-runner.jar`;
const jarPath = path.resolve(
__dirname,
`kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-${buildEnv.global.version}-runner.jar`
);
if (!fs.existsSync(jarPath)) {

@@ -27,0 +29,0 @@ console.error(`Quarkus Runner not found at path '${jarPath}'`);

{
"name": "@kie-tools/backend-extended-services",
"version": "0.19.0",
"version": "0.20.0",
"description": "",

@@ -15,3 +15,4 @@ "license": "Apache-2.0",

"devDependencies": {
"@kie-tools/build-env": "0.19.0"
"@kie-tools-core/run-script-if": "0.20.0",
"@kie-tools/build-env": "0.20.0"
},

@@ -22,7 +23,7 @@ "scripts": {

"install:mvnw": "mvn wrapper:wrapper -f kogito-extended-services-quarkus",
"build:dev": "yarn install:mvnw && mvn clean install -DskipTests",
"build:prod:win32": "yarn install:mvnw && yarn powershell mvn clean install `-DskipTests=$(build-env global.build.test --not)",
"build:prod:darwin:linux": "yarn install:mvnw && mvn clean install -DskipTests=$(build-env global.build.test --not)",
"build:prod": "yarn lint && run-script-os"
"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:darwin:linux": "pnpm install:mvnw && mvn clean install -DskipTests=$(build-env global.build.test --not)",
"build:prod": "pnpm lint && run-script-os"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc