@trustpayments/js-payments-card 2.2.693 → 2.2.698
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -47,11 +47,11 @@ Selenium tests are stored in `tests\selenium` directory and all the below action
|
|
|
47
47
|
|
|
48
48
|
##### Application docker
|
|
49
49
|
|
|
50
|
-
Tests will
|
|
50
|
+
Tests will require the docker in order to execute them.
|
|
51
51
|
|
|
52
52
|
Application docker will be pulled from gitlab's container registry
|
|
53
53
|
|
|
54
|
-
The address to an
|
|
54
|
+
The address to an appropriate image is stored in `.env` file and can be edited.
|
|
55
55
|
|
|
56
56
|
##### Start up the docker containers
|
|
57
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustpayments/js-payments-card",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.698",
|
|
4
4
|
"description": "TypeScript Payment Card",
|
|
5
5
|
"author": "Trust Payments <support@trustpayments.com>",
|
|
6
6
|
"homepage": "https://docs.trustpayments.com",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"promise-polyfill": "8.3.0",
|
|
125
125
|
"terser-webpack-plugin": "^5.3.10"
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "bf45aa403560953f415010a7a4e2663af511aa75"
|
|
128
128
|
}
|