@stripe/connect-js 3.3.26 → 3.3.27

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.
@@ -230,7 +230,7 @@ const createWrapper = stripeConnect => {
230
230
  sdk: true,
231
231
  sdkOptions: {
232
232
  // This will be replaced by the npm package version when bundling
233
- sdkVersion: "3.3.26"
233
+ sdkVersion: "3.3.27"
234
234
  }
235
235
  })
236
236
  }));
package/dist/connect.js CHANGED
@@ -234,7 +234,7 @@ const createWrapper = stripeConnect => {
234
234
  sdk: true,
235
235
  sdkOptions: {
236
236
  // This will be replaced by the npm package version when bundling
237
- sdkVersion: "3.3.26"
237
+ sdkVersion: "3.3.27"
238
238
  }
239
239
  })
240
240
  }));
package/dist/pure.esm.js CHANGED
@@ -230,7 +230,7 @@ const createWrapper = stripeConnect => {
230
230
  sdk: true,
231
231
  sdkOptions: {
232
232
  // This will be replaced by the npm package version when bundling
233
- sdkVersion: "3.3.26"
233
+ sdkVersion: "3.3.27"
234
234
  }
235
235
  })
236
236
  }));
package/dist/pure.js CHANGED
@@ -234,7 +234,7 @@ const createWrapper = stripeConnect => {
234
234
  sdk: true,
235
235
  sdkOptions: {
236
236
  // This will be replaced by the npm package version when bundling
237
- sdkVersion: "3.3.26"
237
+ sdkVersion: "3.3.27"
238
238
  }
239
239
  })
240
240
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stripe/connect-js",
3
- "version": "3.3.26",
3
+ "version": "3.3.27",
4
4
  "description": "Connect.js loading utility package",
5
5
  "main": "dist/connect.js",
6
6
  "module": "dist/connect.esm.js",