@turnkey/sdk-browser 1.6.0 → 1.7.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,5 +1,20 @@
|
|
|
1
1
|
# @turnkey/sdk-browser
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ff059d5: Add ability to create a read + write session
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [ff059d5]
|
|
12
|
+
- Updated dependencies [93666ff]
|
|
13
|
+
- @turnkey/http@2.14.1
|
|
14
|
+
- @turnkey/crypto@1.0.0
|
|
15
|
+
- @turnkey/encoding@0.3.0
|
|
16
|
+
- @turnkey/api-key-stamper@0.4.2
|
|
17
|
+
|
|
3
18
|
## 1.6.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "@turnkey/sdk-browser@1.
|
|
1
|
+
export declare const VERSION = "@turnkey/sdk-browser@1.7.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turnkey/sdk-browser",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"cross-fetch": "^3.1.5",
|
|
44
44
|
"elliptic": "^6.5.5",
|
|
45
45
|
"hpke-js": "^1.2.7",
|
|
46
|
-
"@turnkey/api-key-stamper": "0.4.
|
|
47
|
-
"@turnkey/
|
|
48
|
-
"@turnkey/
|
|
49
|
-
"@turnkey/http": "2.14.0",
|
|
46
|
+
"@turnkey/api-key-stamper": "0.4.2",
|
|
47
|
+
"@turnkey/crypto": "1.0.0",
|
|
48
|
+
"@turnkey/http": "2.14.1",
|
|
50
49
|
"@turnkey/iframe-stamper": "2.0.0",
|
|
50
|
+
"@turnkey/encoding": "0.3.0",
|
|
51
51
|
"@turnkey/webauthn-stamper": "0.5.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|