wagmi 3.6.1 → 3.6.2
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/esm/exports/tempo.js +1 -1
- package/dist/esm/exports/tempo.js.map +1 -1
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/exports/tempo.d.ts +1 -1
- package/dist/types/exports/tempo.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/exports/tempo.ts +2 -1
- package/src/version.ts +1 -1
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '3.6.
|
|
1
|
+
export const version = '3.6.2';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/** biome-ignore-all lint/performance/noReExportAll: entrypoint */
|
|
2
|
-
export { Actions, type Dangerous_Secp256k1Parameters, dangerous_secp256k1,
|
|
2
|
+
export { Actions, type Dangerous_Secp256k1Parameters, dangerous_secp256k1, type TempoWalletParameters, tempoWallet, type WebAuthnParameters, webAuthn, } from '@wagmi/core/tempo';
|
|
3
3
|
export * as Hooks from '../tempo/hooks/index.js';
|
|
4
4
|
//# sourceMappingURL=tempo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../src/exports/tempo.ts"],"names":[],"mappings":"AAIA,kEAAkE;AAElE,OAAO,EACL,OAAO,EACP,KAAK,6BAA6B,EAClC,mBAAmB,EACnB,
|
|
1
|
+
{"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../src/exports/tempo.ts"],"names":[],"mappings":"AAIA,kEAAkE;AAElE,OAAO,EACL,OAAO,EACP,KAAK,6BAA6B,EAClC,mBAAmB,EACnB,KAAK,qBAAqB,EAC1B,WAAW,EACX,KAAK,kBAAkB,EACvB,QAAQ,GACT,MAAM,mBAAmB,CAAA;AAG1B,OAAO,KAAK,KAAK,MAAM,yBAAyB,CAAA"}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "3.6.
|
|
1
|
+
export declare const version = "3.6.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wagmi",
|
|
3
3
|
"description": "React Hooks for Ethereum",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"use-sync-external-store": "1.4.0",
|
|
95
|
-
"@wagmi/connectors": "8.0.
|
|
96
|
-
"@wagmi/core": "3.4.
|
|
95
|
+
"@wagmi/connectors": "8.0.2",
|
|
96
|
+
"@wagmi/core": "3.4.3"
|
|
97
97
|
},
|
|
98
98
|
"contributors": [
|
|
99
99
|
"awkweb.eth <t@wevm.dev>",
|
package/src/exports/tempo.ts
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '3.6.
|
|
1
|
+
export const version = '3.6.2'
|