backfill-config
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Tue, 01 Dec 2020 09:05:31 GMT", | ||
"date": "Tue, 01 Dec 2020 09:13:05 GMT", | ||
"tag": "backfill-config_v6.0.3", | ||
"version": "6.0.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Run Prettier 2.2.0", | ||
"author": "bewegger@microsoft.com", | ||
"commit": "facba7cd274f1d5b834d87d208f0293f7069ad53", | ||
"package": "backfill-config" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 01 Dec 2020 09:06:20 GMT", | ||
"tag": "backfill-config_v6.0.2", | ||
@@ -8,0 +23,0 @@ "version": "6.0.2", |
# Change Log - backfill-config | ||
This log was last generated on Tue, 01 Dec 2020 09:05:31 GMT and should not be manually modified. | ||
This log was last generated on Tue, 01 Dec 2020 09:13:05 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 6.0.3 | ||
Tue, 01 Dec 2020 09:13:05 GMT | ||
### Patches | ||
- Run Prettier 2.2.0 (bewegger@microsoft.com) | ||
## 6.0.2 | ||
Tue, 01 Dec 2020 09:05:31 GMT | ||
Tue, 01 Dec 2020 09:06:20 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -12,3 +12,3 @@ "use strict"; | ||
provider: "npm", | ||
options: { ...parsedOptions } | ||
options: { ...parsedOptions }, | ||
}; | ||
@@ -33,3 +33,3 @@ } | ||
provider: "azure-blob", | ||
options: { ...parsedOptions } | ||
options: { ...parsedOptions }, | ||
}; | ||
@@ -36,0 +36,0 @@ } |
@@ -19,3 +19,3 @@ "use strict"; | ||
READ_WRITE: "", | ||
PASS: "" | ||
PASS: "", | ||
}; | ||
@@ -53,3 +53,3 @@ function isCorrectMode(mode) { | ||
cacheStorageConfig: { | ||
provider: "local" | ||
provider: "local", | ||
}, | ||
@@ -65,3 +65,3 @@ clearOutput: false, | ||
producePerformanceLogs: false, | ||
validateOutput: false | ||
validateOutput: false, | ||
}; | ||
@@ -81,3 +81,3 @@ } | ||
...acc, | ||
...config | ||
...config, | ||
}; | ||
@@ -89,3 +89,3 @@ }, {}); | ||
...fileBasedConfig, | ||
...envBasedConfig | ||
...envBasedConfig, | ||
}; | ||
@@ -92,0 +92,0 @@ } |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"main": "lib/index.js", | ||
@@ -20,3 +20,3 @@ "scripts": { | ||
"dependencies": { | ||
"backfill-logger": "^5.0.1", | ||
"backfill-logger": "^5.0.2", | ||
"find-up": "^5.0.0", | ||
@@ -29,3 +29,3 @@ "fs-extra": "^8.1.0", | ||
"@types/jest": "^25.2.1", | ||
"backfill-utils-test": "^5.0.2", | ||
"backfill-utils-test": "^5.0.3", | ||
"backfill-utils-tsconfig": "^5.0.0", | ||
@@ -32,0 +32,0 @@ "jest": "^25.5.4", |
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
19390
312
Updatedbackfill-logger@^5.0.2