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.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
- package/LICENSE +0 -201
package/dist/index.cjs
CHANGED
|
@@ -326,6 +326,8 @@ var DeviceFlowError = class extends Error {
|
|
|
326
326
|
this.description = description;
|
|
327
327
|
this.name = "DeviceFlowError";
|
|
328
328
|
}
|
|
329
|
+
code;
|
|
330
|
+
description;
|
|
329
331
|
};
|
|
330
332
|
var TokenStore = class {
|
|
331
333
|
/**
|
|
@@ -1250,6 +1252,8 @@ var GitHubProvider = class {
|
|
|
1250
1252
|
this.config = config;
|
|
1251
1253
|
this.logger = logger2;
|
|
1252
1254
|
}
|
|
1255
|
+
config;
|
|
1256
|
+
logger;
|
|
1253
1257
|
name = "github";
|
|
1254
1258
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1255
1259
|
appOctokit;
|