@stytch/vanilla-js 5.31.2 → 5.32.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,16 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.32.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d850be0: Add organization_slug to MemberSession type
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [d850be0]
12
+ - @stytch/core@2.59.0
13
+
3
14
  ## 5.31.2
4
15
 
5
16
  ### Patch Changes
@@ -216,7 +216,7 @@ var ClientsideServicesProvider = /*#__PURE__*/function () {
216
216
  }
217
217
  }]);
218
218
  }();
219
- var version = "5.31.2";
219
+ var version = "5.32.0";
220
220
  var NetworkClient = /*#__PURE__*/function () {
221
221
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
222
222
  _classCallCheck(this, NetworkClient);
@@ -217,7 +217,7 @@ var ClientsideServicesProvider = /*#__PURE__*/function () {
217
217
  }
218
218
  }]);
219
219
  }();
220
- var version = "5.31.2";
220
+ var version = "5.32.0";
221
221
  var NetworkClient = /*#__PURE__*/function () {
222
222
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
223
223
  _classCallCheck(this, NetworkClient);