@ardrive/turbo-sdk 1.0.0-alpha.2 → 1.0.0-alpha.3

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.
@@ -55388,6 +55388,15 @@ var TurboFactory = class extends TurboBaseFactory {
55388
55388
  });
55389
55389
  }
55390
55390
  };
55391
+
55392
+ // src/types/index.ts
55393
+ init_shim();
55394
+
55395
+ // src/types/arweave.ts
55396
+ init_shim();
55397
+
55398
+ // src/types/turbo.ts
55399
+ init_shim();
55391
55400
  export {
55392
55401
  TurboAuthenticatedClient,
55393
55402
  TurboAuthenticatedPaymentService,
@@ -17,3 +17,4 @@
17
17
  export * from './factory.js';
18
18
  export * from './signer.js';
19
19
  export * from '../common/index.js';
20
+ export * from '../types/index.js';
package/lib/node/index.js CHANGED
@@ -17,3 +17,4 @@
17
17
  export * from './factory.js';
18
18
  export * from './signer.js';
19
19
  export * from '../common/index.js';
20
+ export * from '../types/index.js';
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.2",
4
4
  "main": "./lib/node/index.js",
5
5
  "types": "./lib/types/index.d.ts",
6
6
  "type": "module",
@@ -23,18 +23,18 @@
23
23
  ".": {
24
24
  "import": "./lib/node/index.js",
25
25
  "require": "./lib/node/index.js",
26
- "types": "./lib/types/index.d.ts",
26
+ "types": "./lib/node/index.d.ts",
27
27
  "browser": "./bundles/web.bundle.min.js"
28
28
  },
29
29
  "./node": {
30
30
  "import": "./lib/node/index.js",
31
31
  "require": "./lib/node/index.js",
32
- "types": "./lib/types/index.d.ts"
32
+ "types": "./lib/node/index.d.ts"
33
33
  },
34
34
  "./web": {
35
35
  "import": "./lib/web/index.js",
36
36
  "require": "./lib/web/index.js",
37
- "types": "./lib/types/index.d.ts",
37
+ "types": "./lib/web/index.d.ts",
38
38
  "browser": "./bundles/web.bundle.min.js"
39
39
  }
40
40
  },
@@ -17,3 +17,4 @@
17
17
  export * from './factory.js';
18
18
  export * from './signer.js';
19
19
  export * from '../common/index.js';
20
+ export * from '../types/index.js';
package/lib/web/index.js CHANGED
@@ -17,3 +17,4 @@
17
17
  export * from './factory.js';
18
18
  export * from './signer.js';
19
19
  export * from '../common/index.js';
20
+ export * from '../types/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "main": "./lib/node/index.js",
5
5
  "types": "./lib/types/index.d.ts",
6
6
  "type": "module",
@@ -23,18 +23,18 @@
23
23
  ".": {
24
24
  "import": "./lib/node/index.js",
25
25
  "require": "./lib/node/index.js",
26
- "types": "./lib/types/index.d.ts",
26
+ "types": "./lib/node/index.d.ts",
27
27
  "browser": "./bundles/web.bundle.min.js"
28
28
  },
29
29
  "./node": {
30
30
  "import": "./lib/node/index.js",
31
31
  "require": "./lib/node/index.js",
32
- "types": "./lib/types/index.d.ts"
32
+ "types": "./lib/node/index.d.ts"
33
33
  },
34
34
  "./web": {
35
35
  "import": "./lib/web/index.js",
36
36
  "require": "./lib/web/index.js",
37
- "types": "./lib/types/index.d.ts",
37
+ "types": "./lib/web/index.d.ts",
38
38
  "browser": "./bundles/web.bundle.min.js"
39
39
  }
40
40
  },