@turnkey/react-native-passkey-stamper 1.1.3 → 1.2.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @turnkey/react-native-passkey-stamper
2
2
 
3
+ ## 1.2.0-beta.0
4
+
5
+ ### Minor Changes
6
+
7
+ - SDK beta release @turnkey/react-wallet-kit @turnkey/core
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @turnkey/encoding@0.6.0-beta.5
13
+ - @turnkey/http@3.10.0-beta.2
14
+
3
15
  ## 1.1.3
4
16
 
5
17
  ### Patch Changes
@@ -7,6 +19,46 @@
7
19
  - Updated dependencies [[`5d8be2d`](https://github.com/tkhq/sdk/commit/5d8be2d0329070c7aa025dddb1b28f04257ae4e6)]:
8
20
  - @turnkey/http@3.10.0
9
21
 
22
+ ## 1.1.2-beta.4
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies []:
27
+ - @turnkey/encoding@0.6.0-beta.4
28
+ - @turnkey/http@3.10.0-beta.1
29
+
30
+ ## 1.1.2-beta.3
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies []:
35
+ - @turnkey/encoding@0.6.0-beta.3
36
+ - @turnkey/http@3.10.0-beta.0
37
+
38
+ ## 1.1.2-beta.2
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies []:
43
+ - @turnkey/encoding@0.6.0-beta.2
44
+ - @turnkey/http@3.8.1-beta.2
45
+
46
+ ## 1.1.2-beta.1
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies []:
51
+ - @turnkey/encoding@0.6.0-beta.1
52
+ - @turnkey/http@3.8.1-beta.1
53
+
54
+ ## 1.1.2-beta.0
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies []:
59
+ - @turnkey/encoding@1.0.0-beta.0
60
+ - @turnkey/http@3.8.1-beta.0
61
+
10
62
  ## 1.1.2
11
63
 
12
64
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turnkey/react-native-passkey-stamper",
3
- "version": "1.1.3",
3
+ "version": "1.2.0-beta.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {
@@ -50,8 +50,8 @@
50
50
  "buffer": "6.0.3",
51
51
  "react-native-passkey": "3.0.0",
52
52
  "sha256-uint8array": "0.10.7",
53
- "@turnkey/encoding": "0.5.0",
54
- "@turnkey/http": "3.10.0"
53
+ "@turnkey/encoding": "0.6.0-beta.5",
54
+ "@turnkey/http": "3.10.0-beta.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@babel/core": "7.26.9",