repository-provider 30.1.2 → 30.1.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,6 +1,6 @@
1
1
  {
2
2
  "name": "repository-provider",
3
- "version": "30.1.2",
3
+ "version": "30.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -491,7 +491,6 @@ export class Repository extends OwnedObject {
491
491
  return optionJSON(this, {
492
492
  name: this.name,
493
493
  fullName: this.fullName,
494
- urls: this.urls
495
494
  });
496
495
  }
497
496