@rpcbase/client 0.211.0 → 0.212.0

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.
@@ -3,7 +3,7 @@ import assert from "assert"
3
3
  import {useTranslation} from "react-i18next"
4
4
  import authConfig from "@rpcbase/dot-rb/auth"
5
5
 
6
- import {AUTH_BUTTONS} from "../../../src/ui/oauth"
6
+ import {AUTH_BUTTONS} from "../../../ui/oauth"
7
7
  import {Footer} from "../Footer"
8
8
 
9
9
  import {SignInEmailForm} from "./SignInEmailForm"
@@ -18,7 +18,7 @@ export const SignIn = ({
18
18
  name,
19
19
  logo,
20
20
  onSuccessRedirect = "/",
21
- onSuccess = () => null
21
+ onSuccess = () => null,
22
22
  }) => {
23
23
  const {t} = useTranslation("rb.sign_in", {useSuspense: false})
24
24
 
@@ -3,7 +3,7 @@ import assert from "assert"
3
3
 
4
4
  import authConfig from "@rpcbase/dot-rb/auth"
5
5
 
6
- import {AUTH_BUTTONS} from "../../../src/ui/oauth"
6
+ import {AUTH_BUTTONS} from "../../../ui/oauth"
7
7
 
8
8
  import {Footer} from "../Footer"
9
9
 
package/jest.config.js CHANGED
@@ -1,5 +1,3 @@
1
- /* @flow */
2
-
3
1
  module.exports = {
4
2
  testEnvironment: "jsdom",
5
3
  transform: {
@@ -7,7 +5,7 @@ module.exports = {
7
5
  presets: ["@babel/preset-react"],
8
6
  plugins: [
9
7
  "@babel/plugin-transform-runtime",
10
- "@babel/plugin-transform-modules-commonjs"
8
+ "@babel/plugin-transform-modules-commonjs",
11
9
  ],
12
10
  }],
13
11
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.211.0",
3
+ "version": "0.212.0",
4
4
  "scripts": {
5
5
  "build": "../../node_modules/.bin/wireit",
6
6
  "test": "../../node_modules/.bin/wireit"
@@ -3,6 +3,7 @@ import {GitHub} from "./GitHub"
3
3
 
4
4
  import "./oauth.scss"
5
5
 
6
+
6
7
  export const AUTH_BUTTONS = {
7
8
  github: GitHub,
8
9
  }
File without changes
File without changes
File without changes