@bandeira-tech/b3nd-web 0.3.3 → 0.3.4

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,7 +1,12 @@
1
+ import {
2
+ WebSocketClient
3
+ } from "../chunk-UUHVOWVI.js";
1
4
  import {
2
5
  WalletClient
3
- } from "../chunk-OOWKYTYM.js";
4
- import "../chunk-O53KW746.js";
6
+ } from "../chunk-NEYGL7RS.js";
7
+ import {
8
+ AppsClient
9
+ } from "../chunk-VAZUCGED.js";
5
10
  import "../chunk-B4VAPGAO.js";
6
11
  import {
7
12
  mod_exports
@@ -12,12 +17,7 @@ import {
12
17
  import {
13
18
  LocalStorageClient
14
19
  } from "../chunk-PZFEKQ7F.js";
15
- import {
16
- AppsClient
17
- } from "../chunk-VAZUCGED.js";
18
- import {
19
- WebSocketClient
20
- } from "../chunk-UUHVOWVI.js";
20
+ import "../chunk-O53KW746.js";
21
21
  import "../chunk-MLKGABMK.js";
22
22
  export {
23
23
  AppsClient,
@@ -4,11 +4,11 @@ import {
4
4
  createTestEnvironment,
5
5
  generateSessionKeypair,
6
6
  generateTestServerKeys
7
- } from "../chunk-OOWKYTYM.js";
8
- import "../chunk-O53KW746.js";
7
+ } from "../chunk-NEYGL7RS.js";
9
8
  import "../chunk-B4VAPGAO.js";
10
9
  import "../chunk-JN75UL5C.js";
11
10
  import "../chunk-OY4CDOHY.js";
11
+ import "../chunk-O53KW746.js";
12
12
  import "../chunk-MLKGABMK.js";
13
13
  export {
14
14
  MemoryWalletClient,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bandeira-tech/b3nd-web",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Browser-focused B3nd SDK bundle",
5
5
  "type": "module",
6
6
  "main": "./dist/src/mod.web.js",
@@ -1,7 +1,3 @@
1
- import {
2
- MemoryClient,
3
- createTestSchema
4
- } from "./chunk-O53KW746.js";
5
1
  import {
6
2
  WalletServerCore
7
3
  } from "./chunk-B4VAPGAO.js";
@@ -11,6 +7,10 @@ import {
11
7
  generateSigningKeyPair,
12
8
  signWithHex
13
9
  } from "./chunk-JN75UL5C.js";
10
+ import {
11
+ MemoryClient,
12
+ createTestSchema
13
+ } from "./chunk-O53KW746.js";
14
14
 
15
15
  // wallet/client.ts
16
16
  var WalletClient = class {