@cdek-it/widget 3.10.2 → 3.10.3

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/dist/service.php CHANGED
@@ -65,7 +65,7 @@ class service
65
65
  {
66
66
  $this->http_response_code(400);
67
67
  header('Content-Type: application/json');
68
- header('X-Service-Version: 3.10.2');
68
+ header('X-Service-Version: 3.10.3');
69
69
  echo json_encode(array('message' => $message));
70
70
  exit();
71
71
  }
@@ -238,7 +238,7 @@ class service
238
238
  }
239
239
 
240
240
  curl_setopt_array($ch, array(
241
- CURLOPT_USERAGENT => 'widget/3.10.2',
241
+ CURLOPT_USERAGENT => 'widget/3.10.3',
242
242
  CURLOPT_HTTPHEADER => $headers,
243
243
  CURLOPT_RETURNTRANSFER => true,
244
244
  CURLOPT_HEADER => true,
@@ -268,7 +268,7 @@ class service
268
268
  {
269
269
  $this->http_response_code(200);
270
270
  header('Content-Type: application/json');
271
- header('X-Service-Version: 3.10.2');
271
+ header('X-Service-Version: 3.10.3');
272
272
  if (!empty($data['addedHeaders'])) {
273
273
  foreach ($data['addedHeaders'] as $header) {
274
274
  header($header);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdek-it/widget",
3
- "version": "3.10.2",
3
+ "version": "3.10.3",
4
4
  "type": "module",
5
5
  "license": "LGPL-3.0-only",
6
6
  "files": [