@stripe/connect-js 3.3.20 → 3.3.21

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.
@@ -214,7 +214,7 @@ const createWrapper = stripeConnect => {
214
214
  sdk: true,
215
215
  sdkOptions: {
216
216
  // This will be replaced by the npm package version when bundling
217
- sdkVersion: "3.3.20"
217
+ sdkVersion: "3.3.21"
218
218
  }
219
219
  })
220
220
  }));
package/dist/connect.js CHANGED
@@ -218,7 +218,7 @@ const createWrapper = stripeConnect => {
218
218
  sdk: true,
219
219
  sdkOptions: {
220
220
  // This will be replaced by the npm package version when bundling
221
- sdkVersion: "3.3.20"
221
+ sdkVersion: "3.3.21"
222
222
  }
223
223
  })
224
224
  }));
package/dist/pure.esm.js CHANGED
@@ -214,7 +214,7 @@ const createWrapper = stripeConnect => {
214
214
  sdk: true,
215
215
  sdkOptions: {
216
216
  // This will be replaced by the npm package version when bundling
217
- sdkVersion: "3.3.20"
217
+ sdkVersion: "3.3.21"
218
218
  }
219
219
  })
220
220
  }));
package/dist/pure.js CHANGED
@@ -218,7 +218,7 @@ const createWrapper = stripeConnect => {
218
218
  sdk: true,
219
219
  sdkOptions: {
220
220
  // This will be replaced by the npm package version when bundling
221
- sdkVersion: "3.3.20"
221
+ sdkVersion: "3.3.21"
222
222
  }
223
223
  })
224
224
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stripe/connect-js",
3
- "version": "3.3.20",
3
+ "version": "3.3.21",
4
4
  "description": "Connect.js loading utility package",
5
5
  "main": "dist/connect.js",
6
6
  "module": "dist/connect.esm.js",