зеркало из https://github.com/microsoft/backfill.git
v6.0.0-alpha.0
This commit is contained in:
Родитель
78e340fb11
Коммит
57feb33599
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"packages": ["packages/*"],
|
||||
"version": "5.1.1",
|
||||
"version": "6.0.0-alpha.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.1.2",
|
||||
"version": "6.0.0-alpha.0",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"backfill": "./bin/backfill.js"
|
||||
|
@ -20,9 +20,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"anymatch": "^3.0.3",
|
||||
"backfill-cache": "^5.1.2",
|
||||
"backfill-config": "^5.1.1",
|
||||
"backfill-hasher": "^5.1.1",
|
||||
"backfill-cache": "^6.0.0-alpha.0",
|
||||
"backfill-config": "^6.0.0-alpha.0",
|
||||
"backfill-hasher": "^6.0.0-alpha.0",
|
||||
"backfill-logger": "^5.0.0",
|
||||
"backfill-utils-dotenv": "^5.0.0",
|
||||
"chokidar": "^3.2.1",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.1.2",
|
||||
"version": "6.0.0-alpha.0",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@azure/storage-blob": "12.1.2",
|
||||
"backfill-config": "^5.1.1",
|
||||
"backfill-config": "^6.0.0-alpha.0",
|
||||
"backfill-logger": "^5.0.0",
|
||||
"execa": "^4.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.1.1",
|
||||
"version": "6.0.0-alpha.0",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.1.1",
|
||||
"version": "6.0.0-alpha.0",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@rushstack/package-deps-hash": "^2.4.22",
|
||||
"backfill-config": "^5.1.1",
|
||||
"backfill-config": "^6.0.0-alpha.0",
|
||||
"backfill-logger": "^5.0.0",
|
||||
"find-up": "^4.1.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
"private": true,
|
||||
"name": "backfill-sample-dependency",
|
||||
"license": "MIT",
|
||||
"version": "5.1.1",
|
||||
"version": "6.0.0-alpha.0",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "backfill -- yarn compile",
|
||||
"compile": "tsc -b"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^5.1.2",
|
||||
"backfill": "^6.0.0-alpha.0",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "3.7.4"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"private": true,
|
||||
"name": "backfill-sample",
|
||||
"license": "MIT",
|
||||
"version": "5.1.1",
|
||||
"version": "6.0.0-alpha.0",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "backfill -- yarn compile",
|
||||
|
@ -10,10 +10,10 @@
|
|||
"generate-report": "backfill --generate-performance-report"
|
||||
},
|
||||
"dependencies": {
|
||||
"backfill-sample-dependency": "^5.1.1"
|
||||
"backfill-sample-dependency": "^6.0.0-alpha.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^5.1.2",
|
||||
"backfill": "^6.0.0-alpha.0",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "3.7.4"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче