зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
b1a42cb963
Коммит
48cf231177
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "update api from targetgraphbuilder",
|
||||
"packageName": "@lage-run/cli",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "making swc the transpiler of choice",
|
||||
"packageName": "@lage-run/lage",
|
||||
"email": "ken@gizzar.com",
|
||||
"dependentChangeType": "none"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details",
|
||||
"packageName": "@lage-run/lage",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "get rid of getPackageAndTask references",
|
||||
"packageName": "@lage-run/reporters",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "update api from targetgraphbuilder",
|
||||
"packageName": "@lage-run/scheduler",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "making swc the transpiler of choice",
|
||||
"packageName": "@lage-run/scheduler",
|
||||
"email": "ken@gizzar.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details",
|
||||
"packageName": "@lage-run/scheduler",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "marking getPackageAndTask as internal - it was an unintentional export.",
|
||||
"packageName": "@lage-run/target-graph",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "refactoring TargetGraphBuilder to be able to be used as a non-workspace graph builder",
|
||||
"packageName": "@lage-run/target-graph",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/cache",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/cache_v0.2.1",
|
||||
"version": "0.2.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cache",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.0",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
|
||||
"tag": "@lage-run/cache_v0.2.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/cache
|
||||
|
||||
This log was last generated on Wed, 02 Nov 2022 06:27:27 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/target-graph to v0.6.0
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Wed, 02 Nov 2022 06:27:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cache",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Cache for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lage-run/hasher": "^0.1.1",
|
||||
"@lage-run/target-graph": "^0.5.3",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"backfill-config": "^6.3.0",
|
||||
"backfill-cache": "^5.6.1",
|
||||
|
|
|
@ -1,6 +1,51 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/cli_v0.4.34",
|
||||
"version": "0.4.34",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/cli",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "update api from targetgraphbuilder"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/scheduler to v0.5.11",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.7",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.0",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/cache to v0.2.1",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/reporters to v0.2.38",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 04 Nov 2022 21:14:01 GMT",
|
||||
"tag": "@lage-run/cli_v0.4.33",
|
||||
|
|
|
@ -1,9 +1,22 @@
|
|||
# Change Log - @lage-run/cli
|
||||
|
||||
This log was last generated on Fri, 04 Nov 2022 21:14:01 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.34
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update api from targetgraphbuilder (kchau@microsoft.com)
|
||||
- Bump @lage-run/scheduler to v0.5.11
|
||||
- Bump @lage-run/scheduler-types to v0.2.7
|
||||
- Bump @lage-run/target-graph to v0.6.0
|
||||
- Bump @lage-run/cache to v0.2.1
|
||||
- Bump @lage-run/reporters to v0.2.38
|
||||
|
||||
## 0.4.33
|
||||
|
||||
Fri, 04 Nov 2022 21:14:01 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"description": "Command Line Interface for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -20,11 +20,11 @@
|
|||
"dependencies": {
|
||||
"@lage-run/find-npm-client": "^0.1.4",
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"@lage-run/scheduler": "^0.5.10",
|
||||
"@lage-run/scheduler-types": "^0.2.6",
|
||||
"@lage-run/target-graph": "^0.5.3",
|
||||
"@lage-run/cache": "^0.2.0",
|
||||
"@lage-run/reporters": "^0.2.37",
|
||||
"@lage-run/scheduler": "^0.5.11",
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/cache": "^0.2.1",
|
||||
"@lage-run/reporters": "^0.2.38",
|
||||
"commander": "^9.4.0",
|
||||
"workspace-tools": "^0.29.0",
|
||||
"chokidar": "3.5.3",
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"monorepo-scripts": "*",
|
||||
"@lage-run/cli": "^0.4.33",
|
||||
"@lage-run/target-graph": "^0.5.3",
|
||||
"@lage-run/scheduler-types": "^0.2.6",
|
||||
"@lage-run/cli": "^0.4.34",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"execa": "5.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,41 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.13",
|
||||
"version": "2.5.13",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"author": "ken@gizzar.com",
|
||||
"package": "@lage-run/lage",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "making swc the transpiler of choice"
|
||||
}
|
||||
],
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/lage",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/cli to v0.4.34",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/scheduler to v0.5.11",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 04 Nov 2022 21:14:01 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.12",
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
# Change Log - @lage-run/lage
|
||||
|
||||
This log was last generated on Fri, 04 Nov 2022 21:14:01 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.5.13
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details (kchau@microsoft.com)
|
||||
- Bump @lage-run/cli to v0.4.34
|
||||
- Bump @lage-run/scheduler to v0.5.11
|
||||
|
||||
## 2.5.12
|
||||
|
||||
Fri, 04 Nov 2022 21:14:01 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"version": "2.5.12",
|
||||
"version": "2.5.13",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"lage": "dist/lage.js"
|
||||
|
@ -13,8 +13,8 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.4.33",
|
||||
"@lage-run/scheduler": "^0.5.10",
|
||||
"@lage-run/cli": "^0.4.34",
|
||||
"@lage-run/scheduler": "^0.5.11",
|
||||
"rollup": "2.79.1",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
|
|
|
@ -1,6 +1,33 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/reporters_v0.2.38",
|
||||
"version": "0.2.38",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/reporters",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "get rid of getPackageAndTask references"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/reporters",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.7",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/reporters",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.0",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
|
||||
"tag": "@lage-run/reporters_v0.2.37",
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
# Change Log - @lage-run/reporters
|
||||
|
||||
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.38
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- get rid of getPackageAndTask references (kchau@microsoft.com)
|
||||
- Bump @lage-run/scheduler-types to v0.2.7
|
||||
- Bump @lage-run/target-graph to v0.6.0
|
||||
|
||||
## 0.2.37
|
||||
|
||||
Tue, 01 Nov 2022 22:48:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"version": "0.2.37",
|
||||
"version": "0.2.38",
|
||||
"description": "Log reporters for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -16,8 +16,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"@lage-run/scheduler-types": "^0.2.6",
|
||||
"@lage-run/target-graph": "^0.5.3",
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/format-hrtime": "^0.1.3",
|
||||
"chalk": "^4.0.0",
|
||||
"ansi-regex": "^5.0.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler-types",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/scheduler-types_v0.2.7",
|
||||
"version": "0.2.7",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler-types",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.0",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
|
||||
"tag": "@lage-run/scheduler-types_v0.2.6",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/scheduler-types
|
||||
|
||||
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.7
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/target-graph to v0.6.0
|
||||
|
||||
## 0.2.6
|
||||
|
||||
Tue, 01 Nov 2022 22:48:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler-types",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "Scheduler types for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -14,7 +14,7 @@
|
|||
"lint": "monorepo-scripts lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lage-run/target-graph": "^0.5.3"
|
||||
"@lage-run/target-graph": "^0.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"monorepo-scripts": "*"
|
||||
|
|
|
@ -1,6 +1,51 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.5.11",
|
||||
"version": "0.5.11",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/scheduler",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "update api from targetgraphbuilder"
|
||||
},
|
||||
{
|
||||
"author": "ken@gizzar.com",
|
||||
"package": "@lage-run/scheduler",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "making swc the transpiler of choice"
|
||||
},
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/scheduler",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.0",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler",
|
||||
"comment": "Bump @lage-run/cache to v0.2.1",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.7",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 04 Nov 2022 21:14:01 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.5.10",
|
||||
|
|
|
@ -1,9 +1,22 @@
|
|||
# Change Log - @lage-run/scheduler
|
||||
|
||||
This log was last generated on Fri, 04 Nov 2022 21:14:01 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.5.11
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update api from targetgraphbuilder (kchau@microsoft.com)
|
||||
- making swc the transpiler of choice (ken@gizzar.com)
|
||||
- fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details (kchau@microsoft.com)
|
||||
- Bump @lage-run/target-graph to v0.6.0
|
||||
- Bump @lage-run/cache to v0.2.1
|
||||
- Bump @lage-run/scheduler-types to v0.2.7
|
||||
|
||||
## 0.5.10
|
||||
|
||||
Fri, 04 Nov 2022 21:14:01 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler",
|
||||
"version": "0.5.10",
|
||||
"version": "0.5.11",
|
||||
"description": "Scheduler for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -15,13 +15,13 @@
|
|||
"lint": "monorepo-scripts lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lage-run/target-graph": "^0.5.3",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"@lage-run/cache": "^0.2.0",
|
||||
"@lage-run/cache": "^0.2.1",
|
||||
"@lage-run/worker-threads-pool": "^0.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/scheduler-types": "^0.2.6",
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"monorepo-scripts": "*"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
|
@ -1,6 +1,29 @@
|
|||
{
|
||||
"name": "@lage-run/target-graph",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/target-graph_v0.6.0",
|
||||
"version": "0.6.0",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/target-graph",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "marking getPackageAndTask as internal - it was an unintentional export."
|
||||
}
|
||||
],
|
||||
"minor": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/target-graph",
|
||||
"commit": "b1a42cb963a5fc680e4c59b1e705acbc964f0804",
|
||||
"comment": "refactoring TargetGraphBuilder to be able to be used as a non-workspace graph builder"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
|
||||
"tag": "@lage-run/target-graph_v0.5.3",
|
||||
|
|
|
@ -1,9 +1,21 @@
|
|||
# Change Log - @lage-run/target-graph
|
||||
|
||||
This log was last generated on Tue, 01 Nov 2022 22:25:59 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- refactoring TargetGraphBuilder to be able to be used as a non-workspace graph builder (kchau@microsoft.com)
|
||||
|
||||
### Patches
|
||||
|
||||
- marking getPackageAndTask as internal - it was an unintentional export. (kchau@microsoft.com)
|
||||
|
||||
## 0.5.3
|
||||
|
||||
Tue, 01 Nov 2022 22:25:59 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/target-graph",
|
||||
"version": "0.5.3",
|
||||
"version": "0.6.0",
|
||||
"description": "Target for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
|
Загрузка…
Ссылка в новой задаче