declapract-typescript-ehmpathy 0.47.58 → 0.47.60
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.
|
@@ -36,10 +36,10 @@ export const getResources = async (): Promise<DomainEntity<any>[]> => {
|
|
|
36
36
|
const repo = DeclaredGithubRepo.as({
|
|
37
37
|
owner: '@declapract{variable.organizationName}',
|
|
38
38
|
name: '@declapract{variable.projectName}',
|
|
39
|
-
description:
|
|
40
|
-
visibility:
|
|
41
|
-
private:
|
|
42
|
-
homepage:
|
|
39
|
+
description: pkg.description ?? null,
|
|
40
|
+
visibility: pkg.private === true ? 'private' : 'public',
|
|
41
|
+
private: pkg.private ?? false, // todo: why do we have to specify this twice?
|
|
42
|
+
homepage: pkg.homepage ?? null,
|
|
43
43
|
|
|
44
44
|
// things we haven't changed from the defaults
|
|
45
45
|
archived: false,
|
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.
|
|
5
|
+
"version": "0.47.60",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"esbuild-register": "3.6.0",
|
|
76
76
|
"husky": "8.0.3",
|
|
77
77
|
"jest": "30.2.0",
|
|
78
|
-
"rhachet": "1.39.
|
|
78
|
+
"rhachet": "1.39.7",
|
|
79
79
|
"rhachet-brains-anthropic": "0.4.0",
|
|
80
|
-
"rhachet-brains-xai": "0.3.
|
|
80
|
+
"rhachet-brains-xai": "0.3.3",
|
|
81
81
|
"rhachet-roles-bhrain": "0.23.10",
|
|
82
|
-
"rhachet-roles-bhuild": "0.
|
|
83
|
-
"rhachet-roles-ehmpathy": "1.34.
|
|
82
|
+
"rhachet-roles-bhuild": "0.15.1",
|
|
83
|
+
"rhachet-roles-ehmpathy": "1.34.19",
|
|
84
84
|
"tsc-alias": "1.8.10",
|
|
85
85
|
"tsx": "4.20.6",
|
|
86
86
|
"type-fns": "0.8.1",
|