This commit is contained in:
Ken Chau 2022-11-02 06:27:27 +00:00
Родитель ffb4fc2ceb
Коммит 3636b66a41
18 изменённых файлов: 162 добавлений и 30 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "Now uses the @lage-run/hasher package",
"packageName": "@lage-run/cache",
"email": "ken@gizzar.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "adds a hasher package that has very few deps",
"packageName": "@lage-run/hasher",
"email": "ken@gizzar.com",
"dependentChangeType": "patch"
}

21
packages/cache/CHANGELOG.json поставляемый
Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@lage-run/cache",
"entries": [
{
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
"tag": "@lage-run/cache_v0.2.0",
"version": "0.2.0",
"comments": {
"minor": [
{
"author": "ken@gizzar.com",
"package": "@lage-run/cache",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde",
"comment": "Now uses the @lage-run/hasher package"
},
{
"author": "beachball",
"package": "@lage-run/cache",
"comment": "Bump @lage-run/hasher to v0.1.1",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
"tag": "@lage-run/cache_v0.1.28",

11
packages/cache/CHANGELOG.md поставляемый
Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @lage-run/cache
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 Wed, 02 Nov 2022 06:27:27 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.0
Wed, 02 Nov 2022 06:27:27 GMT
### Minor changes
- Now uses the @lage-run/hasher package (ken@gizzar.com)
- Bump @lage-run/hasher to v0.1.1
## 0.1.28
Tue, 01 Nov 2022 22:25:59 GMT

4
packages/cache/package.json поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/cache",
"version": "0.1.28",
"version": "0.2.0",
"description": "Cache for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -15,7 +15,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/hasher": "^0.1.0",
"@lage-run/hasher": "^0.1.1",
"@lage-run/target-graph": "^0.5.3",
"@lage-run/logger": "^1.2.2",
"backfill-config": "^6.3.0",

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
"tag": "@lage-run/cli_v0.4.31",
"version": "0.4.31",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v0.5.8",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/cache to v0.2.0",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/cli_v0.4.30",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @lage-run/cli
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 Wed, 02 Nov 2022 06:27:27 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.31
Wed, 02 Nov 2022 06:27:27 GMT
### Patches
- Bump @lage-run/scheduler to v0.5.8
- Bump @lage-run/cache to v0.2.0
## 0.4.30
Tue, 01 Nov 2022 22:48:33 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.4.30",
"version": "0.4.31",
"description": "Command Line Interface for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -20,10 +20,10 @@
"dependencies": {
"@lage-run/find-npm-client": "^0.1.4",
"@lage-run/logger": "^1.2.2",
"@lage-run/scheduler": "^0.5.7",
"@lage-run/scheduler": "^0.5.8",
"@lage-run/scheduler-types": "^0.2.6",
"@lage-run/target-graph": "^0.5.3",
"@lage-run/cache": "^0.1.28",
"@lage-run/cache": "^0.2.0",
"@lage-run/reporters": "^0.2.37",
"commander": "^9.4.0",
"workspace-tools": "^0.29.0",

Просмотреть файл

@ -20,7 +20,7 @@
},
"dependencies": {
"monorepo-scripts": "*",
"@lage-run/cli": "^0.4.30",
"@lage-run/cli": "^0.4.31",
"@lage-run/target-graph": "^0.5.3",
"@lage-run/scheduler-types": "^0.2.6",
"execa": "5.1.1"

Просмотреть файл

@ -0,0 +1,20 @@
{
"name": "@lage-run/hasher",
"entries": [
{
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
"tag": "@lage-run/hasher_v0.1.1",
"version": "0.1.1",
"comments": {
"patch": [
{
"author": "ken@gizzar.com",
"package": "@lage-run/hasher",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde",
"comment": "adds a hasher package that has very few deps"
}
]
}
}
]
}

Просмотреть файл

@ -0,0 +1,13 @@
# Change Log - @lage-run/hasher
This log was last generated on Wed, 02 Nov 2022 06:27:27 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.1
Wed, 02 Nov 2022 06:27:27 GMT
### Patches
- adds a hasher package that has very few deps (ken@gizzar.com)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/hasher",
"version": "0.1.0",
"version": "0.1.1",
"description": "Hasher for Lage Targets",
"repository": {
"url": "https://github.com/microsoft/lage"

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@lage-run/lage",
"entries": [
{
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
"tag": "@lage-run/lage_v2.5.10",
"version": "2.5.10",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.4.31",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde"
},
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/scheduler to v0.5.8",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/lage_v2.5.9",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @lage-run/lage
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 Wed, 02 Nov 2022 06:27:27 GMT and should not be manually modified.
<!-- Start content -->
## 2.5.10
Wed, 02 Nov 2022 06:27:27 GMT
### Patches
- Bump @lage-run/cli to v0.4.31
- Bump @lage-run/scheduler to v0.5.8
## 2.5.9
Tue, 01 Nov 2022 22:48:33 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.5.9",
"version": "2.5.10",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
@ -13,8 +13,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.4.30",
"@lage-run/scheduler": "^0.5.7",
"@lage-run/cli": "^0.4.31",
"@lage-run/scheduler": "^0.5.8",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "14.1.0",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
"tag": "@lage-run/scheduler_v0.5.8",
"version": "0.5.8",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/cache to v0.2.0",
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/scheduler_v0.5.7",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler
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 Wed, 02 Nov 2022 06:27:27 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.8
Wed, 02 Nov 2022 06:27:27 GMT
### Patches
- Bump @lage-run/cache to v0.2.0
## 0.5.7
Tue, 01 Nov 2022 22:48:33 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "0.5.7",
"version": "0.5.8",
"description": "Scheduler for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -17,7 +17,7 @@
"dependencies": {
"@lage-run/target-graph": "^0.5.3",
"@lage-run/logger": "^1.2.2",
"@lage-run/cache": "^0.1.28",
"@lage-run/cache": "^0.2.0",
"@lage-run/worker-threads-pool": "^0.4.4"
},
"devDependencies": {