diff --git a/lerna.json b/lerna.json index 8c300b30..0ef50e21 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/backfill/package.json b/packages/backfill/package.json index 5f85e1c1..38f941e7 100644 --- a/packages/backfill/package.json +++ b/packages/backfill/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "bin": { "backfill": "./bin/backfill.js" @@ -20,11 +20,11 @@ }, "dependencies": { "anymatch": "^3.0.3", - "backfill-cache": "^4.1.2-alpha.0", - "backfill-config": "^4.1.2-alpha.0", - "backfill-hasher": "^4.1.2-alpha.0", - "backfill-logger": "^4.1.2-alpha.0", - "backfill-utils-dotenv": "^4.1.2-alpha.0", + "backfill-cache": "^5.0.0-alpha.0", + "backfill-config": "^5.0.0-alpha.0", + "backfill-hasher": "^5.0.0-alpha.0", + "backfill-logger": "^5.0.0-alpha.0", + "backfill-utils-dotenv": "^5.0.0-alpha.0", "chokidar": "^3.2.1", "execa": "^4.0.0", "fs-extra": "^8.1.0", @@ -36,8 +36,8 @@ "@types/jest": "^25.2.1", "@types/node": "^13.1.8", "@types/yargs": "^15.0.1", - "backfill-utils-test": "^4.1.2-alpha.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill-utils-test": "^5.0.0-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "find-up": "^4.0.0", "jest": "^25.5.4", "ts-jest": "^25.1.0", diff --git a/packages/cache/package.json b/packages/cache/package.json index 9ae549ed..8afef3fb 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -17,8 +17,8 @@ }, "dependencies": { "@azure/storage-blob": "12.1.0", - "backfill-config": "^4.1.2-alpha.0", - "backfill-logger": "^4.1.2-alpha.0", + "backfill-config": "^5.0.0-alpha.0", + "backfill-logger": "^5.0.0-alpha.0", "execa": "^4.0.0", "fs-extra": "^8.1.0", "globby": "^11.0.0", @@ -27,8 +27,8 @@ "devDependencies": { "@types/fs-extra": "^8.0.0", "@types/tar": "^4.0.0", - "backfill-utils-test": "^4.1.2-alpha.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill-utils-test": "^5.0.0-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "jest": "^25.5.4", "ts-jest": "^25.1.0", "typescript": "3.7.4" diff --git a/packages/config/package.json b/packages/config/package.json index 5203e7a0..ba25894b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -16,15 +16,15 @@ "watch": "tsc -b -w" }, "dependencies": { - "backfill-logger": "^4.1.2-alpha.0", + "backfill-logger": "^5.0.0-alpha.0", "find-up": "^4.0.0", "fs-extra": "^8.1.0", "pkg-dir": "^4.2.0" }, "devDependencies": { "@types/fs-extra": "^8.0.0", - "backfill-utils-test": "^4.1.2-alpha.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill-utils-test": "^5.0.0-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "jest": "^25.5.4", "ts-jest": "^25.1.0", "typescript": "3.7.4" diff --git a/packages/hasher/package.json b/packages/hasher/package.json index 9de2f97f..c03a3164 100644 --- a/packages/hasher/package.json +++ b/packages/hasher/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -16,8 +16,8 @@ "watch": "tsc -b -w" }, "dependencies": { - "backfill-config": "^4.1.2-alpha.0", - "backfill-logger": "^4.1.2-alpha.0", + "backfill-config": "^5.0.0-alpha.0", + "backfill-logger": "^5.0.0-alpha.0", "find-up": "^4.1.0", "fs-extra": "^8.1.0", "globby": "^11.0.0", @@ -25,8 +25,8 @@ }, "devDependencies": { "@types/fs-extra": "^8.0.0", - "backfill-utils-test": "^4.1.2-alpha.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill-utils-test": "^5.0.0-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "jest": "^25.5.4", "ts-jest": "^25.1.0", "typescript": "3.7.4" diff --git a/packages/logger/package.json b/packages/logger/package.json index af572be3..5bd3ddd6 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/node": "^12.0.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "typescript": "3.7.4" } } diff --git a/packages/sample-dependency/package.json b/packages/sample-dependency/package.json index 6a066383..5a84d683 100644 --- a/packages/sample-dependency/package.json +++ b/packages/sample-dependency/package.json @@ -2,15 +2,15 @@ "private": true, "name": "backfill-sample-dependency", "license": "MIT", - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "backfill -- yarn compile", "compile": "tsc -b" }, "devDependencies": { - "backfill": "^4.1.2-alpha.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill": "^5.0.0-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "typescript": "3.7.4" } } diff --git a/packages/sample/package.json b/packages/sample/package.json index 47089ffe..4cb2c9c8 100644 --- a/packages/sample/package.json +++ b/packages/sample/package.json @@ -2,7 +2,7 @@ "private": true, "name": "backfill-sample", "license": "MIT", - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "backfill -- yarn compile", @@ -10,11 +10,11 @@ "generate-report": "backfill --generate-performance-report" }, "dependencies": { - "backfill-sample-dependency": "^4.1.2-alpha.0" + "backfill-sample-dependency": "^5.0.0-alpha.0" }, "devDependencies": { - "backfill": "^4.1.2-alpha.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill": "^5.0.0-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "typescript": "3.7.4" } } diff --git a/packages/utils-dotenv/package.json b/packages/utils-dotenv/package.json index a3f7b065..ed8b8f33 100644 --- a/packages/utils-dotenv/package.json +++ b/packages/utils-dotenv/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/dotenv": "^8.2.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "typescript": "3.7.4" } } diff --git a/packages/utils-test/package.json b/packages/utils-test/package.json index 07906458..4f25bcd7 100644 --- a/packages/utils-test/package.json +++ b/packages/utils-test/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/fs-extra": "^8.0.0", - "backfill-utils-tsconfig": "^4.1.2-alpha.0", + "backfill-utils-tsconfig": "^5.0.0-alpha.0", "typescript": "3.7.4" } } diff --git a/packages/utils-tsconfig/package.json b/packages/utils-tsconfig/package.json index 7b49140c..2f3cf03d 100644 --- a/packages/utils-tsconfig/package.json +++ b/packages/utils-tsconfig/package.json @@ -7,6 +7,6 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "4.1.2-alpha.0", + "version": "5.0.0-alpha.0", "main": "tsconfig.default.json" }