@multiplatform.one/cli
Advanced tools
Comparing version 1.0.35 to 1.0.36
{ | ||
"name": "@multiplatform.one/cli", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"author": "BitSpur <support@bitspur.com> (https://bitspur.com)", | ||
@@ -55,3 +55,3 @@ "contributors": [ | ||
"typescript": "~5.3.3", | ||
"@multiplatform.one/utils": "^0.0.20" | ||
"@multiplatform.one/utils": "^0.0.21" | ||
}, | ||
@@ -58,0 +58,0 @@ "dependencies": { |
@@ -69,2 +69,3 @@ /* | ||
path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../../scripts/init.sh'), | ||
'--no-input', | ||
'-f', | ||
@@ -121,2 +122,3 @@ '--config-file', | ||
path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../../scripts/update.sh'), | ||
'--no-input', | ||
'-f', | ||
@@ -123,0 +125,0 @@ '--config-file', |
Sorry, the diff of this file is not supported yet
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
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
25515
301