@depay/widgets 5.0.3 → 6.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/{es → esm}/index.bundle.js +33 -35
- package/dist/{es → esm}/index.js +4 -2
- package/dist/umd/index.bundle.js +33 -35
- package/dist/umd/index.js +4 -2
- package/package.json +11 -10
- package/dist/cjs/index.bundle.js +0 -74207
- package/dist/cjs/index.js +0 -4496
package/README.md
CHANGED
|
@@ -1298,7 +1298,7 @@ test:cypress:debug
|
|
|
1298
1298
|
Test and debug single cypress file:
|
|
1299
1299
|
|
|
1300
1300
|
```
|
|
1301
|
-
yarn test:cypress:debug --spec "cypress/integration/
|
|
1301
|
+
yarn test:cypress:debug --spec "cypress/integration/Donation/overview.js"
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
1304
|
### Release new versions to npm
|