@rhinestone/1auth 0.5.0 → 0.6.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.
- package/dist/{client-Di8SBnPO.d.mts → client-CHCVV9H3.d.mts} +4 -1
- package/dist/{client-Di8SBnPO.d.ts → client-CHCVV9H3.d.ts} +4 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +64 -93
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +64 -93
- package/dist/index.mjs.map +1 -1
- package/dist/{provider-8anOtc87.d.mts → provider-B5pLvKo_.d.mts} +1 -1
- package/dist/{provider-CFnLQt5m.d.ts → provider-DzxXGyV8.d.ts} +1 -1
- package/dist/react.d.mts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/wagmi.d.mts +2 -2
- package/dist/wagmi.d.ts +2 -2
- package/package.json +1 -1
package/dist/react.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import { O as OneAuthClient, w as SendIntentOptions, S as SendIntentResult, F as CloseOnStatus, D as DeveloperSignedIntent } from './client-
|
|
3
|
+
import { O as OneAuthClient, w as SendIntentOptions, S as SendIntentResult, F as CloseOnStatus, D as DeveloperSignedIntent } from './client-CHCVV9H3.mjs';
|
|
4
4
|
|
|
5
5
|
interface PayButtonProps {
|
|
6
6
|
/** The OneAuthClient instance */
|
package/dist/react.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import { O as OneAuthClient, w as SendIntentOptions, S as SendIntentResult, F as CloseOnStatus, D as DeveloperSignedIntent } from './client-
|
|
3
|
+
import { O as OneAuthClient, w as SendIntentOptions, S as SendIntentResult, F as CloseOnStatus, D as DeveloperSignedIntent } from './client-CHCVV9H3.js';
|
|
4
4
|
|
|
5
5
|
interface PayButtonProps {
|
|
6
6
|
/** The OneAuthClient instance */
|
package/dist/wagmi.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _wagmi_core from '@wagmi/core';
|
|
2
|
-
import { O as OneAuthProvider } from './provider-
|
|
3
|
-
import { O as OneAuthClient, I as IntentSigner } from './client-
|
|
2
|
+
import { O as OneAuthProvider } from './provider-B5pLvKo_.mjs';
|
|
3
|
+
import { O as OneAuthClient, I as IntentSigner } from './client-CHCVV9H3.mjs';
|
|
4
4
|
|
|
5
5
|
type OneAuthConnectorOptions = {
|
|
6
6
|
client: OneAuthClient;
|
package/dist/wagmi.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _wagmi_core from '@wagmi/core';
|
|
2
|
-
import { O as OneAuthProvider } from './provider-
|
|
3
|
-
import { O as OneAuthClient, I as IntentSigner } from './client-
|
|
2
|
+
import { O as OneAuthProvider } from './provider-DzxXGyV8.js';
|
|
3
|
+
import { O as OneAuthClient, I as IntentSigner } from './client-CHCVV9H3.js';
|
|
4
4
|
|
|
5
5
|
type OneAuthConnectorOptions = {
|
|
6
6
|
client: OneAuthClient;
|