Skip to content

Commit

Permalink
v5.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Bailly committed May 18, 2020
1 parent 34a96bf commit 03dace2
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "4.1.2-alpha.0",
"version": "5.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
16 changes: 8 additions & 8 deletions packages/backfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions packages/hasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -16,17 +16,17 @@
"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",
"workspace-tools": "^0.4.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"
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions packages/sample-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"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",
"compile": "tsc -b",
"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"
}
}
4 changes: 2 additions & 2 deletions packages/utils-dotenv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/utils-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/utils-tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 03dace2

Please sign in to comment.