declapract-typescript-ehmpathy 0.33.1 → 0.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,6 +58,7 @@ resource "github_branch_protection" "main_branch" {
|
|
|
58
58
|
required_status_checks {
|
|
59
59
|
strict = true # branch must be up to date. otherwise, we dont know if it will really pass once it is merged
|
|
60
60
|
contexts = [
|
|
61
|
+
"suite / install / npm",
|
|
61
62
|
"suite / test-commits",
|
|
62
63
|
"suite / test-types",
|
|
63
64
|
"suite / test-format",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "declapract-typescript-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "declapract best practices declarations for typescript",
|
|
5
|
-
"version": "0.33.
|
|
5
|
+
"version": "0.33.2",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|
|
8
8
|
"homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",
|