@stripe/connect-js 3.3.25-preview-1 → 3.3.27-preview-1

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.
@@ -269,7 +269,7 @@ const createWrapper = stripeConnect => {
269
269
  sdk: true,
270
270
  sdkOptions: {
271
271
  // This will be replaced by the npm package version when bundling
272
- sdkVersion: "3.3.23-preview-1"
272
+ sdkVersion: "3.3.27-preview-1"
273
273
  }
274
274
  })
275
275
  }));
package/dist/connect.js CHANGED
@@ -273,7 +273,7 @@ const createWrapper = stripeConnect => {
273
273
  sdk: true,
274
274
  sdkOptions: {
275
275
  // This will be replaced by the npm package version when bundling
276
- sdkVersion: "3.3.23-preview-1"
276
+ sdkVersion: "3.3.27-preview-1"
277
277
  }
278
278
  })
279
279
  }));
package/dist/pure.esm.js CHANGED
@@ -269,7 +269,7 @@ const createWrapper = stripeConnect => {
269
269
  sdk: true,
270
270
  sdkOptions: {
271
271
  // This will be replaced by the npm package version when bundling
272
- sdkVersion: "3.3.23-preview-1"
272
+ sdkVersion: "3.3.27-preview-1"
273
273
  }
274
274
  })
275
275
  }));
package/dist/pure.js CHANGED
@@ -273,7 +273,7 @@ const createWrapper = stripeConnect => {
273
273
  sdk: true,
274
274
  sdkOptions: {
275
275
  // This will be replaced by the npm package version when bundling
276
- sdkVersion: "3.3.23-preview-1"
276
+ sdkVersion: "3.3.27-preview-1"
277
277
  }
278
278
  })
279
279
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stripe/connect-js",
3
- "version": "3.3.25-preview-1",
3
+ "version": "3.3.27-preview-1",
4
4
  "description": "Connect.js loading utility package",
5
5
  "main": "dist/connect.js",
6
6
  "module": "dist/connect.esm.js",