зеркало из https://github.com/microsoft/backfill.git
bump version to 3.0.0
This commit is contained in:
Родитель
ae4d1e961d
Коммит
34db1270ca
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"backfill": "./bin/backfill.js"
|
"backfill": "./bin/backfill.js"
|
||||||
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"anymatch": "^3.0.3",
|
"anymatch": "^3.0.3",
|
||||||
"backfill-cache": "^3.0.0-alpha.0",
|
"backfill-cache": "^3.0.0",
|
||||||
"backfill-config": "^3.0.0-alpha.0",
|
"backfill-config": "^3.0.0",
|
||||||
"backfill-hasher": "^3.0.0-alpha.0",
|
"backfill-hasher": "^3.0.0",
|
||||||
"backfill-logger": "^3.0.0-alpha.0",
|
"backfill-logger": "^3.0.0",
|
||||||
"backfill-utils-dotenv": "^3.0.0-alpha.0",
|
"backfill-utils-dotenv": "^3.0.0",
|
||||||
"chokidar": "^3.2.1",
|
"chokidar": "^3.2.1",
|
||||||
"execa": "^4.0.0",
|
"execa": "^4.0.0",
|
||||||
"fast-glob": "^3.0.4",
|
"fast-glob": "^3.0.4",
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"@types/jest": "^24.0.12",
|
"@types/jest": "^24.0.12",
|
||||||
"@types/node": "^13.1.8",
|
"@types/node": "^13.1.8",
|
||||||
"@types/yargs": "^15.0.1",
|
"@types/yargs": "^15.0.1",
|
||||||
"backfill-utils-test": "^3.0.0-alpha.0",
|
"backfill-utils-test": "^3.0.0",
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
"find-up": "^4.0.0",
|
"find-up": "^4.0.0",
|
||||||
"jest": "^24.0.12",
|
"jest": "^24.0.12",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
@ -17,8 +17,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/storage-blob": "12.1.0",
|
"@azure/storage-blob": "12.1.0",
|
||||||
"backfill-config": "^3.0.0-alpha.0",
|
"backfill-config": "^3.0.0",
|
||||||
"backfill-logger": "^3.0.0-alpha.0",
|
"backfill-logger": "^3.0.0",
|
||||||
"execa": "^4.0.0",
|
"execa": "^4.0.0",
|
||||||
"fast-glob": "^3.0.4",
|
"fast-glob": "^3.0.4",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^8.0.0",
|
"@types/fs-extra": "^8.0.0",
|
||||||
"@types/tar": "^4.0.0",
|
"@types/tar": "^4.0.0",
|
||||||
"backfill-utils-test": "^3.0.0-alpha.0",
|
"backfill-utils-test": "^3.0.0",
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
"jest": "^24.0.12",
|
"jest": "^24.0.12",
|
||||||
"ts-jest": "^25.1.0",
|
"ts-jest": "^25.1.0",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
@ -16,14 +16,14 @@
|
||||||
"watch": "tsc -b -w"
|
"watch": "tsc -b -w"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backfill-generic-logger": "^3.0.0-alpha.0",
|
"backfill-generic-logger": "^3.0.0",
|
||||||
"find-up": "^4.0.0",
|
"find-up": "^4.0.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"pkg-dir": "^4.2.0"
|
"pkg-dir": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^8.0.0",
|
"@types/fs-extra": "^8.0.0",
|
||||||
"backfill-utils-test": "^3.0.0-alpha.0",
|
"backfill-utils-test": "^3.0.0",
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
"jest": "^24.0.12",
|
"jest": "^24.0.12",
|
||||||
"ts-jest": "^25.1.0",
|
"ts-jest": "^25.1.0",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
@ -17,8 +17,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@yarnpkg/lockfile": "^1.1.0",
|
"@yarnpkg/lockfile": "^1.1.0",
|
||||||
"backfill-config": "^3.0.0-alpha.0",
|
"backfill-config": "^3.0.0",
|
||||||
"backfill-logger": "^3.0.0-alpha.0",
|
"backfill-logger": "^3.0.0",
|
||||||
"fast-glob": "^3.0.4",
|
"fast-glob": "^3.0.4",
|
||||||
"find-up": "^4.1.0",
|
"find-up": "^4.1.0",
|
||||||
"find-yarn-workspace-root": "^1.2.1",
|
"find-yarn-workspace-root": "^1.2.1",
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"@types/fs-extra": "^8.0.0",
|
"@types/fs-extra": "^8.0.0",
|
||||||
"@types/normalize-path": "^3.0.0",
|
"@types/normalize-path": "^3.0.0",
|
||||||
"@types/yarnpkg__lockfile": "^1.1.3",
|
"@types/yarnpkg__lockfile": "^1.1.3",
|
||||||
"backfill-utils-test": "^3.0.0-alpha.0",
|
"backfill-utils-test": "^3.0.0",
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
"jest": "^24.0.12",
|
"jest": "^24.0.12",
|
||||||
"ts-jest": "^25.1.0",
|
"ts-jest": "^25.1.0",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
@ -15,13 +15,13 @@
|
||||||
"watch": "tsc -b -w"
|
"watch": "tsc -b -w"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backfill-generic-logger": "^3.0.0-alpha.0",
|
"backfill-generic-logger": "^3.0.0",
|
||||||
"filenamify": "^4.1.0",
|
"filenamify": "^4.1.0",
|
||||||
"fs-extra": "^8.1.0"
|
"fs-extra": "^8.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^8.0.0",
|
"@types/fs-extra": "^8.0.0",
|
||||||
"backfill-config": "^3.0.0-alpha.0",
|
"backfill-config": "^3.0.0",
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
"typescript": "3.7.4"
|
"typescript": "3.7.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
@ -15,8 +15,8 @@
|
||||||
"watch": "tsc -b -w"
|
"watch": "tsc -b -w"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backfill-generic-logger": "^3.0.0-alpha.0",
|
"backfill-generic-logger": "^3.0.0",
|
||||||
"backfill-performance-logger": "^3.0.0-alpha.0"
|
"backfill-performance-logger": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "backfill-sample-dependency",
|
"name": "backfill-sample-dependency",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "backfill -- yarn compile",
|
"build": "backfill -- yarn compile",
|
||||||
"compile": "tsc -b"
|
"compile": "tsc -b"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"backfill": "^3.0.0-alpha.0",
|
"backfill": "^3.0.0",
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
"typescript": "3.7.4"
|
"typescript": "3.7.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "backfill-sample",
|
"name": "backfill-sample",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "backfill -- yarn compile",
|
"build": "backfill -- yarn compile",
|
||||||
|
@ -10,10 +10,10 @@
|
||||||
"generate-report": "backfill --generate-performance-report"
|
"generate-report": "backfill --generate-performance-report"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backfill-sample-dependency": "^3.0.0-alpha.0"
|
"backfill-sample-dependency": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"backfill": "^3.0.0-alpha.0",
|
"backfill": "^3.0.0",
|
||||||
"backfill-utils-tsconfig": "^2.0.3",
|
"backfill-utils-tsconfig": "^2.0.3",
|
||||||
"typescript": "3.7.4"
|
"typescript": "3.7.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/backfill"
|
"url": "https://github.com/microsoft/backfill"
|
||||||
},
|
},
|
||||||
"version": "3.0.0-alpha.0",
|
"version": "3.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn compile",
|
"build": "yarn compile",
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"watch": "tsc -b -w"
|
"watch": "tsc -b -w"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backfill-generic-logger": "^3.0.0-alpha.0",
|
"backfill-generic-logger": "^3.0.0",
|
||||||
"find-up": "^4.0.0",
|
"find-up": "^4.0.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"tempy": "^0.3.0"
|
"tempy": "^0.3.0"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче