@turnkey/sdk-browser 1.2.2 → 1.2.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.
package/CHANGELOG.md
CHANGED
|
@@ -298,7 +298,7 @@ class TurnkeySDKClientBase {
|
|
|
298
298
|
currentUser?.organization?.organizationId ??
|
|
299
299
|
this.config.organizationId,
|
|
300
300
|
timestampMs: timestampMs ?? String(Date.now()),
|
|
301
|
-
type: "
|
|
301
|
+
type: "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V6",
|
|
302
302
|
}, "createSubOrganizationResultV6");
|
|
303
303
|
};
|
|
304
304
|
this.createUserTag = async (input) => {
|
|
@@ -296,7 +296,7 @@ class TurnkeySDKClientBase {
|
|
|
296
296
|
currentUser?.organization?.organizationId ??
|
|
297
297
|
this.config.organizationId,
|
|
298
298
|
timestampMs: timestampMs ?? String(Date.now()),
|
|
299
|
-
type: "
|
|
299
|
+
type: "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V6",
|
|
300
300
|
}, "createSubOrganizationResultV6");
|
|
301
301
|
};
|
|
302
302
|
this.createUserTag = async (input) => {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "@turnkey/sdk-browser@1.2.
|
|
1
|
+
export declare const VERSION = "@turnkey/sdk-browser@1.2.3";
|
|
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.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -43,12 +43,12 @@
|
|
|
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.1",
|
|
46
47
|
"@turnkey/crypto": "0.2.1",
|
|
47
48
|
"@turnkey/encoding": "0.2.1",
|
|
48
|
-
"@turnkey/
|
|
49
|
-
"@turnkey/api-key-stamper": "0.4.1",
|
|
49
|
+
"@turnkey/iframe-stamper": "2.0.0",
|
|
50
50
|
"@turnkey/webauthn-stamper": "0.5.0",
|
|
51
|
-
"@turnkey/
|
|
51
|
+
"@turnkey/http": "2.12.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/elliptic": "^6.4.18",
|