Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bweggersen committed Nov 5, 2019
1 parent 9895530 commit 4056942
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 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": "2.0.5",
"version": "2.0.6",
"npmClient": "yarn",
"useWorkspaces": true
}
12 changes: 6 additions & 6 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": "2.0.5",
"version": "2.0.6",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
Expand All @@ -21,10 +21,10 @@
},
"dependencies": {
"anymatch": "^3.0.3",
"backfill-cache": "^2.0.5",
"backfill-config": "^2.0.4",
"backfill-hasher": "^2.0.4",
"backfill-logger": "^2.0.3",
"backfill-cache": "^2.0.6",
"backfill-config": "^2.0.6",
"backfill-hasher": "^2.0.6",
"backfill-logger": "^2.0.6",
"backfill-utils-dotenv": "^2.0.5",
"chokidar": "^3.2.1",
"execa": "^3.1.0",
Expand All @@ -36,7 +36,7 @@
"@types/jest": "^24.0.12",
"@types/node": "^12.11.1",
"@types/yargs": "^13.0.2",
"backfill-utils-test": "^2.0.4",
"backfill-utils-test": "^2.0.6",
"backfill-utils-tsconfig": "^2.0.3",
"find-up": "^4.0.0",
"jest": "^24.0.12",
Expand Down
8 changes: 4 additions & 4 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": "2.0.5",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -18,16 +18,16 @@
},
"dependencies": {
"@azure/storage-blob": "12.0.0",
"backfill-config": "^2.0.4",
"backfill-logger": "^2.0.3",
"backfill-config": "^2.0.6",
"backfill-logger": "^2.0.6",
"execa": "^3.1.0",
"fs-extra": "^8.1.0",
"tar": "^5.0.5"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/tar": "^4.0.0",
"backfill-utils-test": "^2.0.4",
"backfill-utils-test": "^2.0.6",
"backfill-utils-tsconfig": "^2.0.3",
"jest": "^24.0.12",
"ts-jest": "^24.0.2",
Expand Down
6 changes: 3 additions & 3 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": "2.0.4",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -17,14 +17,14 @@
"watch": "tsc -b -w"
},
"dependencies": {
"backfill-generic-logger": "^2.0.3",
"backfill-generic-logger": "^2.0.6",
"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": "^2.0.4",
"backfill-utils-test": "^2.0.6",
"backfill-utils-tsconfig": "^2.0.3",
"jest": "^24.0.12",
"ts-jest": "^24.0.2",
Expand Down
8 changes: 4 additions & 4 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": "2.0.4",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"backfill-config": "^2.0.4",
"backfill-logger": "^2.0.3",
"backfill-config": "^2.0.6",
"backfill-logger": "^2.0.6",
"fast-glob": "^3.0.4",
"find-up": "^4.1.0",
"find-yarn-workspace-root": "^1.2.1",
Expand All @@ -30,7 +30,7 @@
"@types/fs-extra": "^8.0.0",
"@types/normalize-path": "^3.0.0",
"@types/yarnpkg__lockfile": "^1.1.3",
"backfill-utils-test": "^2.0.4",
"backfill-utils-test": "^2.0.6",
"backfill-utils-tsconfig": "^2.0.3",
"jest": "^24.0.12",
"ts-jest": "^24.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger-generic/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": "2.0.3",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand Down
6 changes: 3 additions & 3 deletions packages/logger-performance/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": "2.0.3",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -16,13 +16,13 @@
"watch": "tsc -b -w"
},
"dependencies": {
"backfill-generic-logger": "*",
"backfill-generic-logger": "^2.0.6",
"filenamify": "^4.1.0",
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"backfill-config": "*",
"backfill-config": "^2.0.6",
"backfill-utils-tsconfig": "^2.0.3",
"typescript": "3.6.4"
}
Expand Down
6 changes: 3 additions & 3 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": "2.0.3",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -16,8 +16,8 @@
"watch": "tsc -b -w"
},
"dependencies": {
"backfill-generic-logger": "*",
"backfill-performance-logger": "*"
"backfill-generic-logger": "^2.0.6",
"backfill-performance-logger": "^2.0.6"
},
"devDependencies": {
"backfill-utils-tsconfig": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 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": "2.0.5",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
"compile": "tsc -b",
"prepare": "backfill -- yarn compile"
},
"devDependencies": {
"backfill": "^2.0.5",
"backfill": "^2.0.6",
"backfill-utils-tsconfig": "^2.0.3",
"typescript": "3.6.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "backfill-sample",
"license": "MIT",
"version": "2.0.5",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
Expand All @@ -11,10 +11,10 @@
"prepare": "backfill -- yarn compile"
},
"dependencies": {
"backfill-sample-dependency": "^2.0.5"
"backfill-sample-dependency": "^2.0.6"
},
"devDependencies": {
"backfill": "^2.0.5",
"backfill": "^2.0.6",
"backfill-utils-tsconfig": "^2.0.3",
"typescript": "3.6.4"
}
Expand Down
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": "2.0.4",
"version": "2.0.6",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -16,7 +16,7 @@
"watch": "tsc -b -w"
},
"dependencies": {
"backfill-generic-logger": "^2.0.3",
"backfill-generic-logger": "^2.0.6",
"find-up": "^4.0.0",
"fs-extra": "^8.1.0",
"tempy": "^0.3.0"
Expand Down

0 comments on commit 4056942

Please sign in to comment.