@rhinestone/1auth 0.5.0 → 0.6.1

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.
@@ -1,4 +1,4 @@
1
- import { O as OneAuthClient, F as CloseOnStatus, I as IntentSigner } from './client-Di8SBnPO.mjs';
1
+ import { O as OneAuthClient, F as CloseOnStatus, I as IntentSigner } from './client-CHCVV9H3.mjs';
2
2
 
3
3
  type ProviderRequest = {
4
4
  method: string;
@@ -1,4 +1,4 @@
1
- import { O as OneAuthClient, F as CloseOnStatus, I as IntentSigner } from './client-Di8SBnPO.js';
1
+ import { O as OneAuthClient, F as CloseOnStatus, I as IntentSigner } from './client-CHCVV9H3.js';
2
2
 
3
3
  type ProviderRequest = {
4
4
  method: string;
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-Di8SBnPO.mjs';
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-Di8SBnPO.js';
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-8anOtc87.mjs';
3
- import { O as OneAuthClient, I as IntentSigner } from './client-Di8SBnPO.mjs';
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-CFnLQt5m.js';
3
- import { O as OneAuthClient, I as IntentSigner } from './client-Di8SBnPO.js';
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/1auth",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "Passkey-based authentication SDK for Web3 applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",