@bodhiapp/bodhi-js-ext 0.0.41 → 0.0.43

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.
@@ -17,6 +17,7 @@ export type { ExtClientApiError, ExtClientApiResponseMessage } from './messages'
17
17
  export declare class BodhiExtClient {
18
18
  private extensionId?;
19
19
  private isAuthenticating;
20
+ private isReauthorizing;
20
21
  private authClientId;
21
22
  private authServerUrl;
22
23
  private logger;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/bodhi-js-ext",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "description": "Extension SDK for Bodhi Browser - chrome.runtime communication",
5
5
  "type": "module",
6
6
  "main": "dist/bodhi-ext.cjs.js",
@@ -37,9 +37,9 @@
37
37
  "typecheck": "tsc --noEmit"
38
38
  },
39
39
  "dependencies": {
40
- "@bodhiapp/bodhi-browser-types": "0.0.41",
41
- "@bodhiapp/bodhi-js-core": "0.0.41",
42
- "@bodhiapp/ts-client": "0.1.36"
40
+ "@bodhiapp/bodhi-browser-types": "0.0.43",
41
+ "@bodhiapp/bodhi-js-core": "0.0.43",
42
+ "@bodhiapp/ts-client": "0.1.37"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@eslint/js": "^9.23.0",