From 377f048713266ef32012d60fdbf5417a0dfe7487 Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Thu, 9 Oct 2025 10:47:31 +0200 Subject: [PATCH 1/2] chore: update @fedimint/core and related dependencies to version 0.1.3 in examples --- pnpm-lock.yaml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 05c07f6..c607dd1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,7 +94,7 @@ importers: dependencies: '@fedimint/core': specifier: latest - version: 0.1.1 + version: 0.1.3 next: specifier: 15.2.4 version: 15.2.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -130,11 +130,11 @@ importers: examples/vite-core: dependencies: '@fedimint/core': - specifier: latest - version: 0.1.1 + specifier: ^0.1.3 + version: 0.1.3 '@fedimint/transport-web': specifier: latest - version: 0.1.0(@fedimint/core@0.1.1) + version: 0.1.2(@fedimint/core@0.1.3) react: specifier: '>=19.2.0' version: 19.2.0 @@ -168,7 +168,7 @@ importers: dependencies: '@fedimint/core': specifier: latest - version: 0.1.1 + version: 0.1.3 devDependencies: '@babel/core': specifier: ^7.28.4 @@ -1669,19 +1669,19 @@ packages: cpu: [x64] os: [win32] - '@fedimint/core@0.1.1': - resolution: {integrity: sha512-gZ61MXmvvV4mOTw1nSoJdMbQCCHHPEia4jbdEHadp6/vBACBG1o4wvVPcjmI0ibkC6Ie5nlXm/A5phkQIgOAFg==} + '@fedimint/core@0.1.3': + resolution: {integrity: sha512-tM+KPUxrTQAWxdMXXlTf4wPo4hqGgtqW/lSrPdKkCOjoSx4TMahuxogXiA9ibp5TMeca+YewmCEjb6IPSuc+5w==} - '@fedimint/fedimint-client-wasm-bundler@0.1.0': - resolution: {integrity: sha512-qreuumJYeySKXJuY9aFzU7cX95fhlv3+49Sf5h3SBJhzdYpXbu+c39xoc+HF9/3qlpoHWakQgpo4LoMqT380nQ==} + '@fedimint/fedimint-client-wasm-bundler@0.1.1': + resolution: {integrity: sha512-1nRSQzMMB2DA8iVtvSb6SFz+XQ6nbyN9MWaebfns9fBRfXG58IKa5BWbM9Evj8G6TlM3JkMBR5J5nA9JkERjMQ==} - '@fedimint/transport-web@0.1.0': - resolution: {integrity: sha512-2LpYteNJMS3ucQlM8cLFqakEBrwoV9WG8HprW7JkFvbltgm99tHcJy73IHhXWp1Ye5SVK2QH9+vFt8/9WIBSQA==} + '@fedimint/transport-web@0.1.2': + resolution: {integrity: sha512-3pKpGsa+fsQM5uOgV+fvpiHt0rwQN8r16GR0eZqklMExTWO3SR1m3DHRG/qDjNFHuamXwOjJNiXwIWOnqR4MBw==} peerDependencies: - '@fedimint/core': 0.1.1 + '@fedimint/core': 0.1.3 - '@fedimint/types@0.0.2': - resolution: {integrity: sha512-5HkzOEMLVh2vJzZu+s9v+WuQccTCyPWgZj3fgBhEPt3btHG9WGZnVDDsnqKObcsbL+NoLTMu26FZJIEgxEqldg==} + '@fedimint/types@0.0.3': + resolution: {integrity: sha512-rOv3GjcqfnUjDuOl27hcQVpG6qky4i84DBQNmch40aM9cT8hOFjtTRnhb38K8IW5peXGRDd/HNqt2vB9aQOS1Q==} '@floating-ui/core@1.6.8': resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==} @@ -7740,19 +7740,19 @@ snapshots: '@esbuild/win32-x64@0.25.10': optional: true - '@fedimint/core@0.1.1': + '@fedimint/core@0.1.3': dependencies: - '@fedimint/types': 0.0.2 + '@fedimint/types': 0.0.3 - '@fedimint/fedimint-client-wasm-bundler@0.1.0': {} + '@fedimint/fedimint-client-wasm-bundler@0.1.1': {} - '@fedimint/transport-web@0.1.0(@fedimint/core@0.1.1)': + '@fedimint/transport-web@0.1.2(@fedimint/core@0.1.3)': dependencies: - '@fedimint/core': 0.1.1 - '@fedimint/fedimint-client-wasm-bundler': 0.1.0 - '@fedimint/types': 0.0.2 + '@fedimint/core': 0.1.3 + '@fedimint/fedimint-client-wasm-bundler': 0.1.1 + '@fedimint/types': 0.0.3 - '@fedimint/types@0.0.2': {} + '@fedimint/types@0.0.3': {} '@floating-ui/core@1.6.8': dependencies: From e4a9a5503c16612c019e8954b8ea8b46b7103a9f Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Thu, 9 Oct 2025 12:20:44 +0200 Subject: [PATCH 2/2] chore: update @fedimint/core dependency specifier to latest in examples/vite-core --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c607dd1..1aa84f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -130,7 +130,7 @@ importers: examples/vite-core: dependencies: '@fedimint/core': - specifier: ^0.1.3 + specifier: latest version: 0.1.3 '@fedimint/transport-web': specifier: latest