declastruct-github 1.2.0 → 1.3.0
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.
- package/dist/access/daos/DeclaredGithubAppDao.js +2 -2
- package/dist/access/daos/DeclaredGithubAppDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubAppInstallationDao.js +2 -2
- package/dist/access/daos/DeclaredGithubAppInstallationDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubBranchDao.js +2 -2
- package/dist/access/daos/DeclaredGithubBranchDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubBranchProtectionDao.js +2 -2
- package/dist/access/daos/DeclaredGithubBranchProtectionDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubOrgDao.js +2 -2
- package/dist/access/daos/DeclaredGithubOrgDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubOrgMemberPrivilegesDao.js +2 -2
- package/dist/access/daos/DeclaredGithubOrgMemberPrivilegesDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubOrgSecretDao.js +2 -2
- package/dist/access/daos/DeclaredGithubOrgSecretDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubOrgVariableDao.js +2 -2
- package/dist/access/daos/DeclaredGithubOrgVariableDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubRepoConfigDao.js +2 -2
- package/dist/access/daos/DeclaredGithubRepoConfigDao.js.map +1 -1
- package/dist/access/daos/DeclaredGithubRepoDao.js +2 -2
- package/dist/access/daos/DeclaredGithubRepoDao.js.map +1 -1
- package/dist/contract/sdks/index.js.map +1 -1
- package/dist/domain.objects/DeclaredGithubApp.js.map +1 -1
- package/dist/domain.operations/app/castToDeclaredGithubApp.js.map +1 -1
- package/dist/domain.operations/app/getOneApp.js +2 -2
- package/dist/domain.operations/app/getOneApp.js.map +1 -1
- package/dist/domain.operations/app/setApp.d.ts +2 -2
- package/dist/domain.operations/app/setApp.js +4 -4
- package/dist/domain.operations/app/setApp.js.map +1 -1
- package/dist/domain.operations/appInstallation/castToDeclaredGithubAppInstallation.js.map +1 -1
- package/dist/domain.operations/appInstallation/getOneAppInstallation.js +2 -2
- package/dist/domain.operations/appInstallation/getOneAppInstallation.js.map +1 -1
- package/dist/domain.operations/appInstallation/setAppInstallation.d.ts +2 -2
- package/dist/domain.operations/appInstallation/setAppInstallation.js +4 -4
- package/dist/domain.operations/appInstallation/setAppInstallation.js.map +1 -1
- package/dist/domain.operations/branch/castToDeclaredGithubBranch.js.map +1 -1
- package/dist/domain.operations/branch/getBranch.js.map +1 -1
- package/dist/domain.operations/branch/getBranchCommitShaByRepoDefault.js.map +1 -1
- package/dist/domain.operations/branch/getBranches.js.map +1 -1
- package/dist/domain.operations/branch/setBranch.d.ts +2 -2
- package/dist/domain.operations/branch/setBranch.js +4 -4
- package/dist/domain.operations/branch/setBranch.js.map +1 -1
- package/dist/domain.operations/branchProtection/castToDeclaredGithubBranchProtection.js.map +1 -1
- package/dist/domain.operations/branchProtection/getBranchProtection.js.map +1 -1
- package/dist/domain.operations/branchProtection/setBranchProtection.d.ts +2 -2
- package/dist/domain.operations/branchProtection/setBranchProtection.js +4 -4
- package/dist/domain.operations/branchProtection/setBranchProtection.js.map +1 -1
- package/dist/domain.operations/org/castToDeclaredGithubOrg.js.map +1 -1
- package/dist/domain.operations/org/getOneOrg.js.map +1 -1
- package/dist/domain.operations/org/setOrg.d.ts +1 -1
- package/dist/domain.operations/org/setOrg.js +3 -3
- package/dist/domain.operations/org/setOrg.js.map +1 -1
- package/dist/domain.operations/orgMemberPrivileges/castToDeclaredGithubOrgMemberPrivileges.js.map +1 -1
- package/dist/domain.operations/orgMemberPrivileges/getOneOrgMemberPrivileges.js.map +1 -1
- package/dist/domain.operations/orgMemberPrivileges/setOrgMemberPrivileges.d.ts +1 -1
- package/dist/domain.operations/orgMemberPrivileges/setOrgMemberPrivileges.js +3 -3
- package/dist/domain.operations/orgMemberPrivileges/setOrgMemberPrivileges.js.map +1 -1
- package/dist/domain.operations/orgSecret/castToDeclaredGithubOrgSecret.js.map +1 -1
- package/dist/domain.operations/orgSecret/delOrgSecret.js.map +1 -1
- package/dist/domain.operations/orgSecret/getAllOrgSecrets.js.map +1 -1
- package/dist/domain.operations/orgSecret/getOneOrgSecret.js.map +1 -1
- package/dist/domain.operations/orgSecret/setOrgSecret.d.ts +1 -1
- package/dist/domain.operations/orgSecret/setOrgSecret.js +4 -4
- package/dist/domain.operations/orgSecret/setOrgSecret.js.map +1 -1
- package/dist/domain.operations/orgVariable/castToDeclaredGithubOrgVariable.js.map +1 -1
- package/dist/domain.operations/orgVariable/delOrgVariable.js.map +1 -1
- package/dist/domain.operations/orgVariable/getAllOrgVariables.js.map +1 -1
- package/dist/domain.operations/orgVariable/getOneOrgVariable.js.map +1 -1
- package/dist/domain.operations/orgVariable/setOrgVariable.d.ts +1 -1
- package/dist/domain.operations/orgVariable/setOrgVariable.js +4 -4
- package/dist/domain.operations/orgVariable/setOrgVariable.js.map +1 -1
- package/dist/domain.operations/provider/getDeclastructGithubProvider.js.map +1 -1
- package/dist/domain.operations/repo/castToDeclaredGithubRepo.js.map +1 -1
- package/dist/domain.operations/repo/getRepo.js.map +1 -1
- package/dist/domain.operations/repo/getRepos.js +2 -2
- package/dist/domain.operations/repo/getRepos.js.map +1 -1
- package/dist/domain.operations/repo/setRepo.d.ts +2 -2
- package/dist/domain.operations/repo/setRepo.js +4 -4
- package/dist/domain.operations/repo/setRepo.js.map +1 -1
- package/dist/domain.operations/repoConfig/castToDeclaredGithubRepoConfig.js.map +1 -1
- package/dist/domain.operations/repoConfig/getRepoConfig.js.map +1 -1
- package/dist/domain.operations/repoConfig/setRepoConfig.d.ts +2 -2
- package/dist/domain.operations/repoConfig/setRepoConfig.js +4 -4
- package/dist/domain.operations/repoConfig/setRepoConfig.js.map +1 -1
- package/package.json +16 -15
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "declastruct-github",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "declarative control of GitHub constructs via declastruct - manage repos, branches, and protection rules",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.3.0",
|
|
6
6
|
"repository": "ehmpathy/declastruct-github",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/declastruct-github",
|
|
8
8
|
"keywords": [
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build:ts": "tsc -p ./tsconfig.build.json",
|
|
28
28
|
"commit:with-cli": "npx cz",
|
|
29
|
-
"fix:format:biome": "biome check --write
|
|
29
|
+
"fix:format:biome": "biome check --write",
|
|
30
30
|
"fix:format": "npm run fix:format:biome",
|
|
31
|
-
"fix:lint": "biome check --write
|
|
31
|
+
"fix:lint": "biome check --write",
|
|
32
32
|
"fix": "npm run fix:format && npm run fix:lint",
|
|
33
33
|
"build:clean": "rm dist/ -rf",
|
|
34
|
-
"build:compile": "tsc -p ./tsconfig.build.json",
|
|
35
|
-
"build": "npm run build:clean && npm run build:compile",
|
|
34
|
+
"build:compile": "tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
|
|
35
|
+
"build": "npm run build:clean && npm run build:compile && npm run build:complete --if-present",
|
|
36
36
|
"test:commits": "LAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose",
|
|
37
|
-
"test:types": "
|
|
37
|
+
"test:types": "tsc -p ./tsconfig.json --noEmit",
|
|
38
38
|
"test:format": "npm run test:format:biome",
|
|
39
39
|
"test:lint:deps": "npx depcheck -c ./.depcheckrc.yml",
|
|
40
|
-
"test:format:biome": "biome format
|
|
41
|
-
"test:lint:biome": "biome check
|
|
42
|
-
"test:lint:biome:all": "biome check
|
|
40
|
+
"test:format:biome": "biome format",
|
|
41
|
+
"test:lint:biome": "biome check --diagnostic-level=error",
|
|
42
|
+
"test:lint:biome:all": "biome check",
|
|
43
43
|
"test:lint": "npm run test:lint:biome && npm run test:lint:deps",
|
|
44
44
|
"test:unit": "jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main')",
|
|
45
45
|
"test:integration": "jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main')",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@ehmpathy/uni-time": "1.7.4",
|
|
58
58
|
"@octokit/rest": "^21.0.0",
|
|
59
59
|
"as-procedure": "1.1.1",
|
|
60
|
-
"domain-objects": "0.31.
|
|
60
|
+
"domain-objects": "0.31.7",
|
|
61
61
|
"helpful-errors": "1.5.3",
|
|
62
62
|
"libsodium-wrappers": "^0.7.15",
|
|
63
63
|
"simple-in-memory-cache": "0.4.0",
|
|
@@ -70,18 +70,18 @@
|
|
|
70
70
|
"@commitlint/cli": "19.5.0",
|
|
71
71
|
"@commitlint/config-conventional": "19.5.0",
|
|
72
72
|
"@octokit/types": "13.10.0",
|
|
73
|
-
"@types/libsodium-wrappers": "^0.7.14",
|
|
74
73
|
"@swc/core": "1.15.3",
|
|
75
74
|
"@swc/jest": "0.2.39",
|
|
76
75
|
"@tsconfig/node20": "20.1.5",
|
|
77
76
|
"@tsconfig/strictest": "2.0.5",
|
|
78
77
|
"@types/jest": "30.0.0",
|
|
78
|
+
"@types/libsodium-wrappers": "^0.7.14",
|
|
79
79
|
"@types/node": "22.15.21",
|
|
80
80
|
"cz-conventional-changelog": "3.3.0",
|
|
81
|
-
"declapract": "0.13.
|
|
82
|
-
"declapract-typescript-ehmpathy": "0.
|
|
83
|
-
"declastruct": "1.7.
|
|
84
|
-
"declastruct-github": "1.0.
|
|
81
|
+
"declapract": "0.13.1",
|
|
82
|
+
"declapract-typescript-ehmpathy": "0.45.5",
|
|
83
|
+
"declastruct": "1.7.3",
|
|
84
|
+
"declastruct-github": "1.0.7",
|
|
85
85
|
"depcheck": "1.4.3",
|
|
86
86
|
"esbuild-register": "3.6.0",
|
|
87
87
|
"husky": "8.0.3",
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"rhachet-roles-ehmpathy": "1.13.3",
|
|
91
91
|
"simple-log-methods": "0.6.2",
|
|
92
92
|
"test-fns": "1.5.0",
|
|
93
|
+
"tsc-alias": "1.8.10",
|
|
93
94
|
"tsx": "4.20.6",
|
|
94
95
|
"typescript": "5.4.5"
|
|
95
96
|
},
|