This commit is contained in:
Ken Chau 2020-09-27 13:02:19 +00:00
Родитель 72e7ab6d6f
Коммит c75467094b
9 изменённых файлов: 42 добавлений и 19 удалений

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

@ -7,7 +7,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1195",
"@boll/core": "1.2.1196",
"argparse": "^1.0.10",
"glob": "^7.1.6",
"typescript": "^3.9.7",
@ -48,5 +48,5 @@
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "1.1.1197"
"version": "1.1.1198"
}

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

@ -43,5 +43,5 @@
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "1.2.1195"
"version": "1.2.1196"
}

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

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/cli": "1.1.1197",
"@boll/core": "1.2.1195",
"@boll/recommended": "0.1.1196",
"@boll/rules-typescript": "0.0.1201"
"@boll/cli": "1.1.1198",
"@boll/core": "1.2.1196",
"@boll/recommended": "0.1.1197",
"@boll/rules-typescript": "0.0.1202"
},
"devDependencies": {
"@boll/test-internal": "0.0.1",

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

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1195",
"@boll/rules-external-tools": "0.0.1201",
"@boll/rules-core": "0.0.1199",
"@boll/rules-typescript": "0.0.1201"
"@boll/core": "1.2.1196",
"@boll/rules-external-tools": "0.0.1202",
"@boll/rules-core": "0.0.1200",
"@boll/rules-typescript": "0.0.1202"
},
"description": "Recommended configuration for TypeScript monorepos ",
"devDependencies": {
@ -37,5 +37,5 @@
"clean": "rimraf ./dist",
"docs": "typedoc --mode file --out ./docs --theme markdown ./src"
},
"version": "0.1.1196"
"version": "0.1.1197"
}

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

@ -4,7 +4,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1195"
"@boll/core": "1.2.1196"
},
"description": "@boll rules for project configuration and layout",
"devDependencies": {
@ -39,5 +39,5 @@
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.0.1199"
"version": "0.0.1200"
}

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

@ -4,7 +4,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1195",
"@boll/core": "1.2.1196",
"eslint": "^7.8.1"
},
"description": "@boll rules for typescript source files",
@ -41,5 +41,5 @@
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.0.1201"
"version": "0.0.1202"
}

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

@ -4,7 +4,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1195",
"@boll/core": "1.2.1196",
"typescript": "^3.9.7"
},
"description": "@boll rules for typescript source files",
@ -39,5 +39,5 @@
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.0.1201"
"version": "0.0.1202"
}

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

@ -1,6 +1,21 @@
{
"name": "@boll/test-internal",
"entries": [
{
"date": "Sun, 27 Sep 2020 13:02:19 GMT",
"tag": "@boll/test-internal_v0.0.1",
"version": "0.0.1",
"comments": {
"patch": [
{
"comment": "Adding internal testing package",
"author": "email not defined",
"commit": "72e7ab6d6fbeb283a790d6e4390deb043ad2865b",
"package": "@boll/test-internal"
}
]
}
},
{
"date": "Sun, 27 Sep 2020 13:00:13 GMT",
"tag": "@boll/test-internal_v0.0.1",

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

@ -1,11 +1,19 @@
# Change Log - @boll/test-internal
This log was last generated on Sun, 27 Sep 2020 13:00:13 GMT and should not be manually modified.
This log was last generated on Sun, 27 Sep 2020 13:02:19 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.1
Sun, 27 Sep 2020 13:02:19 GMT
### Patches
- Adding internal testing package (email not defined)
## 0.0.1
Sun, 27 Sep 2020 13:00:13 GMT
### Patches