зеркало из https://github.com/microsoft/p-graph.git
applying package updates
This commit is contained in:
Родитель
1077e092c2
Коммит
dfb3de36b5
|
@ -1,6 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "p-graph",
|
"name": "p-graph",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"date": "Tue, 14 Jul 2020 20:57:54 GMT",
|
||||||
|
"tag": "p-graph_v1.0.0",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"comments": {
|
||||||
|
"major": [
|
||||||
|
{
|
||||||
|
"comment": "Add support for maxConcurrency and allow for setting execution priorities on functions",
|
||||||
|
"author": "1581488+christiango@users.noreply.github.com",
|
||||||
|
"commit": "1077e092c27a7cec997f8ff198d868ca02708bb0",
|
||||||
|
"package": "p-graph"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "Mon, 25 May 2020 21:06:05 GMT",
|
"date": "Mon, 25 May 2020 21:06:05 GMT",
|
||||||
"tag": "p-graph_v0.4.1",
|
"tag": "p-graph_v0.4.1",
|
||||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,9 +1,17 @@
|
||||||
# Change Log - p-graph
|
# Change Log - p-graph
|
||||||
|
|
||||||
This log was last generated on Mon, 25 May 2020 21:06:05 GMT and should not be manually modified.
|
This log was last generated on Tue, 14 Jul 2020 20:57:54 GMT and should not be manually modified.
|
||||||
|
|
||||||
<!-- Start content -->
|
<!-- Start content -->
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
Tue, 14 Jul 2020 20:57:54 GMT
|
||||||
|
|
||||||
|
### Major changes
|
||||||
|
|
||||||
|
- Add support for maxConcurrency and allow for setting execution priorities on functions (1581488+christiango@users.noreply.github.com)
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
Mon, 25 May 2020 21:06:05 GMT
|
Mon, 25 May 2020 21:06:05 GMT
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"type": "major",
|
|
||||||
"comment": "Add support for maxConcurrency and allow for setting execution priorities on functions",
|
|
||||||
"packageName": "p-graph",
|
|
||||||
"email": "1581488+christiango@users.noreply.github.com",
|
|
||||||
"dependentChangeType": "patch",
|
|
||||||
"date": "2020-07-14T18:45:49.739Z"
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-graph",
|
"name": "p-graph",
|
||||||
"version": "0.4.1",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче