@bigcommerce/checkout-sdk 1.585.2 → 1.585.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.585.2",
3
+ "version": "1.585.3",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -33,7 +33,7 @@
33
33
  "prebundle": "rm -rf dist",
34
34
  "bundle": "npx nx run core:build",
35
35
  "bundle:analyze": "npm run --silent bundle -- --config-name umd --profile --json > webpack-stats.json && webpack-bundle-analyzer webpack-stats.json dist --default-sizes gzip",
36
- "bundle:watch": "npx nx run core:build-watch",
36
+ "bundle:watch": "export WATCH=true; npx nx run core:build-watch",
37
37
  "bundle-dts": "npx nx run core:build-dts",
38
38
  "docs": "npx nx run core:docs",
39
39
  "generate": "npx nx run core:generate",