declapract-typescript-ehmpathy 0.47.41 → 0.47.42

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.
@@ -97,6 +97,7 @@ export const getResources = async (): Promise<DomainEntity<any>[]> => {
97
97
  strict: true, // branch must be up to date. otherwise, we dont know if it will really pass once it is merged
98
98
  contexts: [
99
99
  'suite / install / pnpm',
100
+ 'suite / enshard',
100
101
  'suite / test-commits',
101
102
  'suite / test-types',
102
103
  '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.47.41",
5
+ "version": "0.47.42",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",