This commit is contained in:
Ken Chau 2020-10-12 17:53:22 +00:00
Родитель bcf3505f25
Коммит bfd7051cd3
7 изменённых файлов: 30 добавлений и 15 удалений

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "Allow-list for transitive dep detector",
"packageName": "@boll/rules-typescript",
"email": "jdh@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-10-12T17:41:33.376Z"
}

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

@ -9,7 +9,7 @@
"@boll/core": "1.2.1208",
"@boll/rules-core": "0.0.1212",
"@boll/rules-external-tools": "0.0.1214",
"@boll/rules-typescript": "0.0.1215",
"@boll/rules-typescript": "0.1.0",
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
"vuepress": "1.5.4"

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

@ -6,8 +6,8 @@
"dependencies": {
"@boll/cli": "1.1.1210",
"@boll/core": "1.2.1208",
"@boll/recommended": "0.1.1210",
"@boll/rules-typescript": "0.0.1215"
"@boll/recommended": "0.1.1211",
"@boll/rules-typescript": "0.1.0"
},
"devDependencies": {
"@boll/test-internal": "0.0.1",

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

@ -7,7 +7,7 @@
"@boll/core": "1.2.1208",
"@boll/rules-external-tools": "0.0.1214",
"@boll/rules-core": "0.0.1212",
"@boll/rules-typescript": "0.0.1215"
"@boll/rules-typescript": "0.1.0"
},
"description": "Recommended configuration for TypeScript monorepos ",
"devDependencies": {
@ -37,5 +37,5 @@
"clean": "rimraf ./dist",
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src"
},
"version": "0.1.1210"
"version": "0.1.1211"
}

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

@ -1,6 +1,21 @@
{
"name": "@boll/rules-typescript",
"entries": [
{
"date": "Mon, 12 Oct 2020 17:53:22 GMT",
"tag": "@boll/rules-typescript_v0.1.0",
"version": "0.1.0",
"comments": {
"minor": [
{
"comment": "Allow-list for transitive dep detector",
"author": "jdh@microsoft.com",
"commit": "bcf3505f25ed36b2c687b02f9c8268fffb5d5412",
"package": "@boll/rules-typescript"
}
]
}
},
{
"date": "Tue, 06 Oct 2020 16:15:51 GMT",
"tag": "@boll/rules-typescript_v0.0.1215",

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

@ -1,9 +1,17 @@
# Change Log - @boll/rules-typescript
This log was last generated on Tue, 06 Oct 2020 16:15:51 GMT and should not be manually modified.
This log was last generated on Mon, 12 Oct 2020 17:53:22 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.0
Mon, 12 Oct 2020 17:53:22 GMT
### Minor changes
- Allow-list for transitive dep detector (jdh@microsoft.com)
## 0.0.1215
Tue, 06 Oct 2020 16:15:51 GMT

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

@ -39,5 +39,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.0.1215"
"version": "0.1.0"
}