seatsio 72.1.0 → 72.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seatsio",
3
- "version": "72.1.0",
3
+ "version": "72.2.0",
4
4
  "main": "index.js",
5
5
  "description": "Official JavaScript and Node.JS client library for the Seats.io REST API",
6
6
  "license": "MIT",
@@ -13,16 +13,16 @@
13
13
  "url": "https://github.com/seatsio/seatsio-js"
14
14
  },
15
15
  "dependencies": {
16
- "axios": "0.27.2"
16
+ "axios": "1.2.2"
17
17
  },
18
18
  "devDependencies": {
19
- "eslint": "8.26.0",
19
+ "eslint": "8.31.0",
20
20
  "eslint-config-standard": "17.0.0",
21
21
  "eslint-plugin-import": "2.26.0",
22
- "eslint-plugin-n": "15.5.0",
22
+ "eslint-plugin-n": "15.6.0",
23
23
  "eslint-plugin-promise": "6.1.1",
24
- "jest": "29.2.2",
25
- "jest-cli": "29.2.2",
24
+ "jest": "29.3.1",
25
+ "jest-cli": "29.3.1",
26
26
  "uuid": "9.0.0"
27
27
  }
28
28
  }
@@ -47,6 +47,7 @@ class SeatsioClient {
47
47
  errorHandle: false
48
48
  }
49
49
 
50
+ config.headers['X-Client-Lib'] = 'js'
50
51
  if (workspaceKey) {
51
52
  config.headers['X-Workspace-Key'] = workspaceKey
52
53
  }