зеркало из https://github.com/microsoft/just.git
Applying package updates.
This commit is contained in:
Родитель
ffc18ff2a5
Коммит
c53d78761a
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "just-task",
|
||||
"comment": "Adds API to allow injecting a task after task has been registered",
|
||||
"type": "minor"
|
||||
}
|
||||
],
|
||||
"packageName": "just-task",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"comment": "",
|
||||
"packageName": "just-task",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "just-task",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"just-task": ">=0.8.1 <1.0.0",
|
||||
"just-task": ">=0.9.0 <1.0.0",
|
||||
"just-scripts": ">=0.13.0 <1.0.0",
|
||||
"typescript": "~3.3.3"
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"fs-extra": "^7.0.1",
|
||||
"glob": "^7.1.3",
|
||||
"just-scripts-utils": ">=0.7.0 <1.0.0",
|
||||
"just-task": ">=0.8.1 <1.0.0",
|
||||
"just-task": ">=0.9.0 <1.0.0",
|
||||
"npm-registry-fetch": "^3.9.0",
|
||||
"prompts": "^2.0.1",
|
||||
"run-parallel-limit": "^1.0.5",
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.9.0",
|
||||
"tag": "just-task_v0.9.0",
|
||||
"date": "Wed, 17 Apr 2019 00:09:58 GMT",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "Adds API to allow injecting a task after task has been registered"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.8.1",
|
||||
"tag": "just-task_v0.8.1",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-task
|
||||
|
||||
This log was last generated on Sun, 24 Feb 2019 04:07:27 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 17 Apr 2019 00:09:58 GMT and should not be manually modified.
|
||||
|
||||
## 0.9.0
|
||||
Wed, 17 Apr 2019 00:09:58 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Adds API to allow injecting a task after task has been registered
|
||||
|
||||
## 0.8.1
|
||||
Sun, 24 Feb 2019 04:07:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"version": "0.8.1",
|
||||
"version": "0.9.0",
|
||||
"description": "Build task definition library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче