@turnkey/http 3.11.0 → 3.11.1-beta.0

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/CHANGELOG.md CHANGED
@@ -1,10 +1,55 @@
1
1
  # @turnkey/http
2
2
 
3
+ ## 3.11.1-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @turnkey/encoding@0.6.0-beta.6
9
+ - @turnkey/api-key-stamper@0.5.0-beta.6
10
+
3
11
  ## 3.11.0
4
12
 
5
13
  ### Minor Changes
6
14
 
7
- - [#879](https://github.com/tkhq/sdk/pull/879) [`026264c`](https://github.com/tkhq/sdk/commit/026264c55aa16342c8925af0bdcdf72dc00e5158) Author [@zkharit](https://github.com/zkharit) - Update packages to include new activities as of the newest release
15
+ - [#879](https://github.com/tkhq/sdk/pull/879) [`026264c`](https://github.com/tkhq/sdk/commit/026264c55aa16342c8925af0bdcdf72dc00e5158) Author [@zkharit](https://github.com/zkharit) - Update packages to include new activities as of the newest release (mono v2025.8.10)
16
+
17
+ ## 3.10.0-beta.2
18
+
19
+ ### Minor Changes
20
+
21
+ - SDK beta release @turnkey/react-wallet-kit @turnkey/core
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies []:
26
+ - @turnkey/webauthn-stamper@0.6.0-beta.0
27
+ - @turnkey/api-key-stamper@0.5.0-beta.5
28
+ - @turnkey/encoding@0.6.0-beta.5
29
+
30
+ ## 3.10.0-beta.1
31
+
32
+ ### Minor Changes
33
+
34
+ - @turnkey/react-wallet-kit and @turnkey/core beta-3 release
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies []:
39
+ - @turnkey/encoding@0.6.0-beta.4
40
+ - @turnkey/api-key-stamper@0.4.8-beta.4
41
+
42
+ ## 3.10.0-beta.0
43
+
44
+ ### Minor Changes
45
+
46
+ - @turnkey/react-wallet-kit and @turnkey/core beta-3 release
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies []:
51
+ - @turnkey/encoding@0.6.0-beta.3
52
+ - @turnkey/api-key-stamper@0.4.8-beta.3
8
53
 
9
54
  ## 3.10.0
10
55
 
@@ -18,6 +63,30 @@
18
63
 
19
64
  - [#834](https://github.com/tkhq/sdk/pull/834) [`8b39dba`](https://github.com/tkhq/sdk/commit/8b39dbabf68d3e376b5b07f26960d5b61ae87fa9) Author [@moeodeh3](https://github.com/moeodeh3) - Update per mono release v2025.8.3-hotfix.0
20
65
 
66
+ ## 3.8.1-beta.2
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies []:
71
+ - @turnkey/encoding@0.6.0-beta.2
72
+ - @turnkey/api-key-stamper@0.4.8-beta.2
73
+
74
+ ## 3.8.1-beta.1
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies []:
79
+ - @turnkey/encoding@0.6.0-beta.1
80
+ - @turnkey/api-key-stamper@0.4.8-beta.1
81
+
82
+ ## 3.8.1-beta.0
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies []:
87
+ - @turnkey/encoding@1.0.0-beta.0
88
+ - @turnkey/api-key-stamper@0.4.8-beta.0
89
+
21
90
  ## 3.8.0
22
91
 
23
92
  ### Minor Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "@turnkey/http@3.11.0";
1
+ export declare const VERSION = "@turnkey/http@3.11.1-beta.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,yBAAyB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,gCAAgC,CAAC"}
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const VERSION = "@turnkey/http@3.11.0";
3
+ const VERSION = "@turnkey/http@3.11.1-beta.0";
4
4
 
5
5
  exports.VERSION = VERSION;
6
6
  //# sourceMappingURL=version.js.map
package/dist/version.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const VERSION = "@turnkey/http@3.11.0";
1
+ const VERSION = "@turnkey/http@3.11.1-beta.0";
2
2
 
3
3
  export { VERSION };
4
4
  //# sourceMappingURL=version.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turnkey/http",
3
- "version": "3.11.0",
3
+ "version": "3.11.1-beta.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "cross-fetch": "^3.1.5",
43
- "@turnkey/api-key-stamper": "0.4.7",
44
- "@turnkey/encoding": "0.5.0",
45
- "@turnkey/webauthn-stamper": "0.5.1"
43
+ "@turnkey/encoding": "0.6.0-beta.6",
44
+ "@turnkey/api-key-stamper": "0.5.0-beta.6",
45
+ "@turnkey/webauthn-stamper": "0.6.0-beta.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.0.0"