@paypal/checkout-components 5.0.313 → 5.0.314

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": "@paypal/checkout-components",
3
- "version": "5.0.313",
3
+ "version": "5.0.314",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,13 +25,13 @@
25
25
  "lint": "eslint --ext .js --ext .jsx src/ test/ *.js",
26
26
  "postversion": "./scripts/postversion.sh",
27
27
  "preversion": "./scripts/preversion.sh",
28
- "reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install",
28
+ "reinstall": "rimraf flow-typed && rimraf node_modules && npm install && npm run flow-typed",
29
29
  "release": "./scripts/publish.sh",
30
30
  "start": "npm run webpack -- --progress --watch",
31
31
  "test": "npm run format:check && npm run test:unit && npm run jest-ssr && npm run karma",
32
32
  "test:unit": "vitest run --coverage",
33
33
  "percy-screenshot": "npx playwright install && babel-node ./test/percy/server/createButtonConfigs.js && percy exec -- playwright test --config=./test/percy/playwright.config.js --reporter=dot --pass-with-no-tests",
34
- "typecheck": "npm run flow-typed && npm run flow",
34
+ "typecheck": "npm run flow",
35
35
  "version": "./scripts/version.sh",
36
36
  "vitest": "vitest",
37
37
  "webpack": "babel-node $(npm bin)/webpack",