@depay/widgets 6.31.1 → 7.0.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/README.md +1 -1
- package/dist/esm/index.bundle.js +25 -43
- package/dist/esm/index.js +68 -77
- package/dist/umd/index.bundle.js +25 -43
- package/dist/umd/index.js +72 -81
- package/package.json +10 -11
package/README.md
CHANGED
|
@@ -1694,7 +1694,7 @@ test:cypress:debug
|
|
|
1694
1694
|
Test and debug single cypress file:
|
|
1695
1695
|
|
|
1696
1696
|
```
|
|
1697
|
-
yarn test:cypress:debug --spec "cypress/integration/
|
|
1697
|
+
yarn test:cypress:debug --spec "cypress/integration/Payment/overview.js"
|
|
1698
1698
|
```
|
|
1699
1699
|
|
|
1700
1700
|
### Release new versions to npm
|