Releases: tempoxyz/tempo-ts
[email protected]
[email protected]
Minor Changes
-
#117
12193a4Thanks @jxom! - Removedtempo.ts/prool. Thetempoprool instance has been upstreamed directly intoprool.- import { Instance } from 'tempo.ts/prool' + import { Instance } from 'prool' const instance = Instance.tempo()
-
#121
378f794Thanks @jxom! - Breaking: Removedtempo.ts/oxentrypoint. Useox/tempoinstead.npm i ox- import … from 'tempo.ts/ox' + import … from 'ox/tempo'
Patch Changes
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Minor Changes
-
#108
c2f353aThanks @jxom! - Breaking (tempo.ts/wagmi): Changed defaultexpiryofConnector.webAuthnconnector access keys to one day (previously unlimited). -
#108
c2f353aThanks @jxom! -tempo.ts/wagmi: Added ability to passexpiryandlimitstowebAuthn#grantAccessKey. -
#108
c2f353aThanks @jxom! - Breaking (tempo.ts/wagmi): Removed"lax"option fromConnector.webAuthn#grantAccessKeyconnector. The "lax" behavior is now the default. To opt-in to "strict mode", setstrict: truein thegrantAccessKeyoptions.
Patch Changes
[email protected]
Minor Changes
-
#105
c6a57d8Thanks @jxom! - Breaking: Renamed all "AA" references to "Tempo".tempo.ts/oxTransactionEnvelopeAA→TransactionEnvelopeTempoTransaction.AA→Transaction.TempoTransaction.AARpc→Transaction.TempoRpctype: 'aa'→type: 'tempo'
tempo.ts/viemTransactionAA→TransactionTempoTransactionRequestAA→TransactionRequestTempoTransactionSerializableAA→TransactionSerializableTempoTransactionSerializedAA→TransactionSerializedTempotype: 'aa'→type: 'tempo'