declapract-typescript-ehmpathy 0.45.4 → 0.45.5

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.
@@ -18,7 +18,7 @@ jobs:
18
18
  github:
19
19
  uses: ./.github/workflows/.declastruct.yml
20
20
  with:
21
- wish-path: provision/github/declastruct.resources.ts
21
+ wish-path: provision/github.repo/resources.ts
22
22
  github-environment: prod
23
23
  creds-github-app-owner: ehmpathy
24
24
  creds-github-app-id: ${{ vars.DECLASTRUCT_GITHUB_CONFORMER_APP_ID }}
@@ -43,7 +43,7 @@ jobs:
43
43
  github:
44
44
  uses: ./.github/workflows/.declastruct.yml
45
45
  with:
46
- wish-path: provision/github/declastruct.resources.ts
46
+ wish-path: provision/github.repo/resources.ts
47
47
  github-environment: prod
48
48
  creds-github-app-owner: ehmpathy
49
49
  creds-github-app-id: ${{ vars.DECLASTRUCT_GITHUB_CONFORMER_APP_ID }}
@@ -0,0 +1,7 @@
1
+ import { FileCheckType, type FileFixFunction } from 'declapract';
2
+
3
+ export const check = FileCheckType.EXISTS;
4
+
5
+ export const fix: FileFixFunction = () => {
6
+ return { contents: null }; // delete old path, replaced by provision/github.repo/resources.ts
7
+ };
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.45.4",
5
+ "version": "0.45.5",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",