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