depository-deploy 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -329,7 +329,7 @@ foreach ($def in $svcDefs) {
329
329
  Write-Warn " Running exe directly to capture error..."
330
330
  try {
331
331
  $exeDir = Split-Path -Parent $def.Exe
332
- $testUrl = if ($def.Env -match 'ASPNETCORE_URLS=(.+)') { $Matches[1] } else { "http://127.0.0.1:0" }
332
+ $testUrl = "http://127.0.0.1:0"
333
333
  $proc = Start-Process -FilePath $def.Exe `
334
334
  -ArgumentList '--urls',$testUrl `
335
335
  -WorkingDirectory $exeDir `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "depository-deploy",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Depository document management system – deployment wizard and installers",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -25,9 +25,9 @@
25
25
  "scripts/publish.mjs"
26
26
  ],
27
27
  "optionalDependencies": {
28
- "depository-deploy-linux": "1.0.12",
29
- "depository-deploy-macos": "1.0.12",
30
- "depository-deploy-windows": "1.0.12"
28
+ "depository-deploy-linux": "1.0.13",
29
+ "depository-deploy-macos": "1.0.13",
30
+ "depository-deploy-windows": "1.0.13"
31
31
  },
32
32
  "scripts": {
33
33
  "start": "node wizard-server.mjs"