repository-provider 35.4.32 → 35.4.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repository-provider",
3
- "version": "35.4.32",
3
+ "version": "35.4.34",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -39,14 +39,14 @@
39
39
  "dependencies": {
40
40
  "content-entry": "^14.2.3",
41
41
  "matching-iterator": "^2.1.4",
42
- "pacc": "^3.6.7"
42
+ "pacc": "^3.7.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "ava": "^6.4.1",
46
46
  "browser-ava": "^2.3.31",
47
47
  "c8": "^10.1.3",
48
48
  "documentation": "^14.0.3",
49
- "repository-provider-test-support": "^3.1.44",
49
+ "repository-provider-test-support": "^3.1.47",
50
50
  "semantic-release": "^24.2.7",
51
51
  "typescript": "^5.8.3"
52
52
  },
@@ -54,7 +54,6 @@ export class BaseProvider extends BaseObject {
54
54
  */
55
55
  name: {
56
56
  env: string;
57
- name: string;
58
57
  type: string;
59
58
  isKey: boolean;
60
59
  writable: boolean;
@@ -78,7 +77,6 @@ export class BaseProvider extends BaseObject {
78
77
  default: Console;
79
78
  writable: boolean;
80
79
  private: boolean;
81
- name: string;
82
80
  isKey: boolean;
83
81
  mandatory: boolean;
84
82
  depends?: string;
package/types/hook.d.mts CHANGED
@@ -9,7 +9,6 @@ export class Hook extends OwnedObject {
9
9
  url: {
10
10
  description: string;
11
11
  writable: boolean;
12
- name: string;
13
12
  type: string;
14
13
  isKey: boolean;
15
14
  mandatory: boolean;
@@ -24,7 +23,6 @@ export class Hook extends OwnedObject {
24
23
  content_type: {
25
24
  default: string;
26
25
  writable: boolean;
27
- name: string;
28
26
  type: string;
29
27
  isKey: boolean;
30
28
  mandatory: boolean;
@@ -73,7 +73,6 @@ export class PullRequest extends OwnedObject {
73
73
  state: {
74
74
  default: string;
75
75
  values: Set<string>;
76
- name: string;
77
76
  type: string;
78
77
  isKey: boolean;
79
78
  writable: boolean;
@@ -23,7 +23,6 @@ export class Repository extends OwnedObject {
23
23
  */
24
24
  defaultBranchName: {
25
25
  default: string;
26
- name: string;
27
26
  type: string;
28
27
  isKey: boolean;
29
28
  writable: boolean;