@bigcommerce/checkout-sdk 1.270.0 → 1.271.0

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.270.0",
3
+ "version": "1.271.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -32,11 +32,8 @@
32
32
  "bundle": "npx nx run core:build",
33
33
  "bundle:analyze": "npm run --silent bundle -- --config-name umd --profile --json > webpack-stats.json && webpack-bundle-analyzer webpack-stats.json dist --default-sizes gzip",
34
34
  "bundle:watch": "npx nx run core:build-watch",
35
- "prebundle-dts": "npx nx run core:prebundle-dts",
36
- "bundle-dts": "api-extractor run --config api-extractor/checkout-sdk.json & api-extractor run --config api-extractor/checkout-button.json & api-extractor run --config api-extractor/embedded-checkout.json & api-extractor run --config api-extractor/internal-mappers.json",
37
- "postbundle-dts": "rm -rf temp",
38
- "predocs": "mkdir -p packages/core/src/generated && cp dist/checkout-sdk.d.ts packages/core/src/generated/checkout-sdk.d.ts",
39
- "docs": "typedoc --plugin typedoc-plugin-markdown --options typedoc.json --tsconfig packages/core/tsconfig.json packages/core/src/generated/checkout-sdk.d.ts",
35
+ "bundle-dts": "npx nx run core:build-dts",
36
+ "docs": "npx nx run core:docs",
40
37
  "generate": "npx nx run core:generate",
41
38
  "lint": "npx nx run-many --target=lint --all",
42
39
  "release": "echo 'Please do not release locally, use CircleCi'",