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

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

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

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

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

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

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues" "url": "https://github.com/microsoft/boll/issues"
}, },
"dependencies": { "dependencies": {
"@boll/cli": "1.1.1203", "@boll/cli": "1.1.1204",
"@boll/core": "1.2.1201", "@boll/core": "1.2.1202",
"@boll/recommended": "0.1.1202", "@boll/recommended": "0.1.1203",
"@boll/rules-typescript": "0.0.1207" "@boll/rules-typescript": "0.0.1208"
}, },
"devDependencies": { "devDependencies": {
"@boll/test-internal": "0.0.1", "@boll/test-internal": "0.0.1",

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

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues" "url": "https://github.com/microsoft/boll/issues"
}, },
"dependencies": { "dependencies": {
"@boll/core": "1.2.1201", "@boll/core": "1.2.1202",
"@boll/rules-external-tools": "0.0.1207", "@boll/rules-external-tools": "0.0.1208",
"@boll/rules-core": "0.0.1205", "@boll/rules-core": "0.0.1206",
"@boll/rules-typescript": "0.0.1207" "@boll/rules-typescript": "0.0.1208"
}, },
"description": "Recommended configuration for TypeScript monorepos ", "description": "Recommended configuration for TypeScript monorepos ",
"devDependencies": { "devDependencies": {
@ -37,5 +37,5 @@
"clean": "rimraf ./dist", "clean": "rimraf ./dist",
"docs": "typedoc --mode file --out ./docs --theme markdown ./src" "docs": "typedoc --mode file --out ./docs --theme markdown ./src"
}, },
"version": "0.1.1202" "version": "0.1.1203"
} }

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

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

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

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

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

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

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

@ -1,6 +1,21 @@
{ {
"name": "@boll/test-internal", "name": "@boll/test-internal",
"entries": [ "entries": [
{
"date": "Sun, 27 Sep 2020 13:14:34 GMT",
"tag": "@boll/test-internal_v0.0.1",
"version": "0.0.1",
"comments": {
"patch": [
{
"comment": "Adding internal testing package",
"author": "email not defined",
"commit": "3cab3ebf48a18c3e28fed9aa804c20b33e85172a",
"package": "@boll/test-internal"
}
]
}
},
{ {
"date": "Sun, 27 Sep 2020 13:12:24 GMT", "date": "Sun, 27 Sep 2020 13:12:24 GMT",
"tag": "@boll/test-internal_v0.0.1", "tag": "@boll/test-internal_v0.0.1",

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

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