@deephaven/js-plugin-auth-keycloak 0.2.0 → 0.2.1-deephaven-ui.216

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const require$$1 = require("react");
4
4
  const authPlugins = require("@deephaven/auth-plugins");
5
5
  const jsapiComponents = require("@deephaven/jsapi-components");
6
- const log$1 = require("@deephaven/log");
6
+ const Log = require("@deephaven/log");
7
7
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
8
8
  var jsxRuntimeExports = {};
9
9
  var jsxRuntime = {
@@ -2155,7 +2155,7 @@ function Keycloak(config) {
2155
2155
  };
2156
2156
  }
2157
2157
  }
2158
- const log = log$1.Log.module("@deephaven/js-plugin-auth-keycloak.AuthPluginKeycloak");
2158
+ const log = Log.module("@deephaven/js-plugin-auth-keycloak.AuthPluginKeycloak");
2159
2159
  const OIDC_AUTH_TYPE = "io.deephaven.authentication.oidc.OidcAuthenticationHandler";
2160
2160
  const BASE_URL_PROPERTY = "authentication.oidc.keycloak.url";
2161
2161
  const REALM_PROPERTY = "authentication.oidc.keycloak.realm";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/js-plugin-auth-keycloak",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-deephaven-ui.216+f9f9fd6",
4
4
  "description": "Deephaven Keycloak authentication plugin",
5
5
  "keywords": [
6
6
  "Deephaven",
@@ -37,13 +37,13 @@
37
37
  "react": "^17.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@deephaven/auth-plugins": "^0.38.0",
41
- "@deephaven/components": "^0.38.0",
42
- "@deephaven/jsapi-bootstrap": "^0.38.0",
43
- "@deephaven/jsapi-components": "^0.38.0",
44
- "@deephaven/jsapi-types": "^0.38.0",
45
- "@deephaven/log": "^0.38.0",
46
- "@deephaven/utils": "^0.38.0",
40
+ "@deephaven/auth-plugins": "^0.40.0",
41
+ "@deephaven/components": "^0.40.0",
42
+ "@deephaven/jsapi-bootstrap": "^0.40.0",
43
+ "@deephaven/jsapi-components": "^0.40.0",
44
+ "@deephaven/jsapi-types": "^0.40.0",
45
+ "@deephaven/log": "^0.40.0",
46
+ "@deephaven/utils": "^0.40.0",
47
47
  "keycloak-js": "^21.0.2"
48
48
  },
49
49
  "publishConfig": {
@@ -52,5 +52,5 @@
52
52
  "files": [
53
53
  "dist"
54
54
  ],
55
- "gitHead": "8e77e7d23f2504358efae0b7adfe8eb686344215"
55
+ "gitHead": "f9f9fd64fd70299c63f3af0c0b55cc950e97479c"
56
56
  }