@stytch/vanilla-js 4.7.6 → 4.7.7
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 +7 -0
- package/dist/b2b/index.esm.js +6 -1
- package/dist/b2b/index.headless.esm.js +6 -1
- package/dist/b2b/index.headless.js +6 -1
- package/dist/b2b/index.js +6 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +1 -1
- package/dist/index.headless.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/b2b/index.esm.js
CHANGED
|
@@ -2893,6 +2893,11 @@ var Xe = Promise.resolve({
|
|
|
2893
2893
|
value: function value() {
|
|
2894
2894
|
return this._subscriptionService.getTokens();
|
|
2895
2895
|
}
|
|
2896
|
+
}, {
|
|
2897
|
+
key: "updateSession",
|
|
2898
|
+
value: function value(e) {
|
|
2899
|
+
this._subscriptionService.updateTokens(e);
|
|
2900
|
+
}
|
|
2896
2901
|
}]), e;
|
|
2897
2902
|
}(),
|
|
2898
2903
|
at = _e(function e(t, n) {
|
|
@@ -4125,7 +4130,7 @@ var wt = /*#__PURE__*/function () {
|
|
|
4125
4130
|
},
|
|
4126
4131
|
sdk: {
|
|
4127
4132
|
identifier: "Stytch.js Javascript SDK",
|
|
4128
|
-
version: "4.7.
|
|
4133
|
+
version: "4.7.7"
|
|
4129
4134
|
}
|
|
4130
4135
|
});
|
|
4131
4136
|
}
|
|
@@ -2769,6 +2769,11 @@ var Ze = Promise.resolve({
|
|
|
2769
2769
|
value: function value() {
|
|
2770
2770
|
return this._subscriptionService.getTokens();
|
|
2771
2771
|
}
|
|
2772
|
+
}, {
|
|
2773
|
+
key: "updateSession",
|
|
2774
|
+
value: function value(e) {
|
|
2775
|
+
this._subscriptionService.updateTokens(e);
|
|
2776
|
+
}
|
|
2772
2777
|
}]), e;
|
|
2773
2778
|
}(),
|
|
2774
2779
|
ot = ve(function e(t, r) {
|
|
@@ -4001,7 +4006,7 @@ var yt = /*#__PURE__*/function () {
|
|
|
4001
4006
|
},
|
|
4002
4007
|
sdk: {
|
|
4003
4008
|
identifier: "Stytch.js Javascript SDK",
|
|
4004
|
-
version: "4.7.
|
|
4009
|
+
version: "4.7.7"
|
|
4005
4010
|
}
|
|
4006
4011
|
});
|
|
4007
4012
|
}
|
|
@@ -2680,6 +2680,11 @@ var Xe = Promise.resolve({
|
|
|
2680
2680
|
value: function value() {
|
|
2681
2681
|
return this._subscriptionService.getTokens();
|
|
2682
2682
|
}
|
|
2683
|
+
}, {
|
|
2684
|
+
key: "updateSession",
|
|
2685
|
+
value: function value(e) {
|
|
2686
|
+
this._subscriptionService.updateTokens(e);
|
|
2687
|
+
}
|
|
2683
2688
|
}]), e;
|
|
2684
2689
|
}(),
|
|
2685
2690
|
it = me(function e(t, r) {
|
|
@@ -3912,7 +3917,7 @@ var yt = /*#__PURE__*/function () {
|
|
|
3912
3917
|
},
|
|
3913
3918
|
sdk: {
|
|
3914
3919
|
identifier: "Stytch.js Javascript SDK",
|
|
3915
|
-
version: "4.7.
|
|
3920
|
+
version: "4.7.7"
|
|
3916
3921
|
}
|
|
3917
3922
|
});
|
|
3918
3923
|
}
|
package/dist/b2b/index.js
CHANGED
|
@@ -2804,6 +2804,11 @@ var Ze = Promise.resolve({
|
|
|
2804
2804
|
value: function value() {
|
|
2805
2805
|
return this._subscriptionService.getTokens();
|
|
2806
2806
|
}
|
|
2807
|
+
}, {
|
|
2808
|
+
key: "updateSession",
|
|
2809
|
+
value: function value(e) {
|
|
2810
|
+
this._subscriptionService.updateTokens(e);
|
|
2811
|
+
}
|
|
2807
2812
|
}]), e;
|
|
2808
2813
|
}(),
|
|
2809
2814
|
it = ge(function e(t, n) {
|
|
@@ -4036,7 +4041,7 @@ var bt = /*#__PURE__*/function () {
|
|
|
4036
4041
|
},
|
|
4037
4042
|
sdk: {
|
|
4038
4043
|
identifier: "Stytch.js Javascript SDK",
|
|
4039
|
-
version: "4.7.
|
|
4044
|
+
version: "4.7.7"
|
|
4040
4045
|
}
|
|
4041
4046
|
});
|
|
4042
4047
|
}
|
package/dist/index.esm.js
CHANGED
package/dist/index.headless.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stytch/vanilla-js",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.7",
|
|
4
4
|
"description": "Stytch's official Javascript Client Library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"hoistingLimits": "workspaces"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@stytch/core": "2.
|
|
40
|
+
"@stytch/core": "2.11.0",
|
|
41
41
|
"@types/google-one-tap": "^1.2.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|