repository-provider 32.6.2 → 32.6.3

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,10 +1,9 @@
1
1
  {
2
2
  "name": "repository-provider",
3
- "version": "32.6.2",
3
+ "version": "32.6.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "sideEffects": false,
8
7
  "exports": {
9
8
  ".": "./src/index.mjs"
10
9
  },
@@ -34,12 +33,12 @@
34
33
  "matching-iterator": "^2.0.11"
35
34
  },
36
35
  "devDependencies": {
37
- "ava": "^5.1.0",
38
- "browser-ava": "^1.3.17",
36
+ "ava": "^5.1.1",
37
+ "browser-ava": "^1.3.19",
39
38
  "c8": "^7.12.0",
40
39
  "documentation": "^14.0.1",
41
- "repository-provider-test-support": "^2.2.35",
42
- "semantic-release": "^20.0.2",
40
+ "repository-provider-test-support": "^2.2.36",
41
+ "semantic-release": "^20.0.3",
43
42
  "typescript": "^4.9.4"
44
43
  },
45
44
  "engines": {
@@ -6,8 +6,6 @@ import { Branch } from "./branch.mjs";
6
6
  import { PullRequest } from "./pull-request.mjs";
7
7
  import {
8
8
  url_attribute,
9
- size_attribute,
10
- language_attribute,
11
9
  boolean_attribute,
12
10
  boolean_read_only_attribute
13
11
  } from "./attributes.mjs";
@@ -49,8 +47,6 @@ export class Repository extends OwnedObject {
49
47
  return {
50
48
  ...super.attributes,
51
49
  url: url_attribute,
52
- size: size_attribute,
53
- language: language_attribute,
54
50
 
55
51
  /**
56
52
  * The name of the default branch