git-workspace-service 0.4.5 → 0.4.6

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/index.js CHANGED
@@ -298,6 +298,8 @@ var DeviceFlowError = class extends Error {
298
298
  this.description = description;
299
299
  this.name = "DeviceFlowError";
300
300
  }
301
+ code;
302
+ description;
301
303
  };
302
304
  var TokenStore = class {
303
305
  /**
@@ -1222,6 +1224,8 @@ var GitHubProvider = class {
1222
1224
  this.config = config;
1223
1225
  this.logger = logger2;
1224
1226
  }
1227
+ config;
1228
+ logger;
1225
1229
  name = "github";
1226
1230
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1227
1231
  appOctokit;