@okta/okta-auth-js 7.13.1 → 7.13.2

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.
@@ -14,7 +14,7 @@ import { isBrowser } from '../features.js';
14
14
 
15
15
  class OktaUserAgent {
16
16
  constructor() {
17
- this.environments = [`okta-auth-js/${"7.13.1"}`];
17
+ this.environments = [`okta-auth-js/${"7.13.2"}`];
18
18
  this.maybeAddNodeEnvironment();
19
19
  }
20
20
  addEnvironment(env) {
@@ -24,7 +24,7 @@ class OktaUserAgent {
24
24
  return { 'X-Okta-User-Agent-Extended': this.environments.join(' ') };
25
25
  }
26
26
  getVersion() {
27
- return "7.13.1";
27
+ return "7.13.2";
28
28
  }
29
29
  maybeAddNodeEnvironment() {
30
30
  if (isBrowser() || !process || !process.versions) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@okta/okta-auth-js",
3
- "version": "7.13.1",
3
+ "version": "7.13.2",
4
4
  "type": "module"
5
5
  }
@@ -14,7 +14,7 @@ import { isBrowser } from '../features.js';
14
14
 
15
15
  class OktaUserAgent {
16
16
  constructor() {
17
- this.environments = [`okta-auth-js/${"7.13.1"}`];
17
+ this.environments = [`okta-auth-js/${"7.13.2"}`];
18
18
  this.maybeAddNodeEnvironment();
19
19
  }
20
20
  addEnvironment(env) {
@@ -24,7 +24,7 @@ class OktaUserAgent {
24
24
  return { 'X-Okta-User-Agent-Extended': this.environments.join(' ') };
25
25
  }
26
26
  getVersion() {
27
- return "7.13.1";
27
+ return "7.13.2";
28
28
  }
29
29
  maybeAddNodeEnvironment() {
30
30
  if (isBrowser() || !process || !process.versions) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@okta/okta-auth-js",
3
- "version": "7.13.1",
3
+ "version": "7.13.2",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@okta/okta-auth-js",
4
4
  "description": "The Okta Auth SDK",
5
- "version": "7.13.1",
5
+ "version": "7.13.2",
6
6
  "homepage": "https://github.com/okta/okta-auth-js",
7
7
  "license": "Apache-2.0",
8
8
  "main": "cjs/exports/default.js",
@@ -151,7 +151,7 @@
151
151
  "@peculiar/webcrypto": "^1.4.0",
152
152
  "Base64": "1.1.0",
153
153
  "atob": "^2.1.2",
154
- "broadcast-channel": "^7.1.0",
154
+ "broadcast-channel": "~5.3.0",
155
155
  "btoa": "^1.2.1",
156
156
  "core-js": "^3.39.0",
157
157
  "cross-fetch": "^3.1.5",
@@ -239,7 +239,7 @@
239
239
  "directory": "test/types"
240
240
  },
241
241
  "okta": {
242
- "commitSha": "b615ec1e38bf3ede697b17dfbb6fce5f8a581ae9",
243
- "fullVersion": "7.13.1-gb615ec1"
242
+ "commitSha": "eed36b50c2c3cd96edf12cdd1e630544e8a33cfb",
243
+ "fullVersion": "7.13.2-geed36b5"
244
244
  }
245
245
  }