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.22.0 to 0.23.0

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

2

index.js

@@ -26,3 +26,3 @@ /*

__dirname,
`kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-${buildEnv.global.version}-runner.jar`
`kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-${buildEnv.backendExtendedServices.version}-runner.jar`
);

@@ -29,0 +29,0 @@ if (!fs.existsSync(jarPath)) {

{
"name": "@kie-tools/backend-extended-services",
"version": "0.22.0",
"version": "0.23.0",
"description": "",

@@ -20,5 +20,5 @@ "license": "Apache-2.0",

"devDependencies": {
"@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"
"@kie-tools/maven-config-setup-helper": "0.23.0",
"@kie-tools/root-env": "0.23.0",
"run-script-os": "^1.1.6"
},

@@ -34,4 +34,4 @@ "kieTools": {

"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:win32": "pnpm install:mvnw && pnpm powershell \"mvn clean install `-DskipTests=$(build-env global.build.test --not)\"",
"build:prod:darwin:linux": "pnpm install:mvnw && mvn clean install -DskipTests=$(build-env tests.run --not) -Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures)",
"build:prod:win32": "pnpm install:mvnw && pnpm powershell \"mvn clean install `-DskipTests=$(build-env tests.run --not) `-Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures)\"",
"install": "node install.js",

@@ -38,0 +38,0 @@ "install:mvnw": "mvn wrapper:wrapper -f kogito-extended-services-quarkus",

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