@linagora/ldap-rest-client 1.0.0 → 1.0.1

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/index.js CHANGED
@@ -318,6 +318,7 @@ var HttpClient = class {
318
318
  });
319
319
  const headers = {
320
320
  "Content-Type": "application/json",
321
+ Accept: "application/json",
321
322
  ...options.headers
322
323
  };
323
324
  if (authHeader) {
package/dist/index.mjs CHANGED
@@ -280,6 +280,7 @@ var HttpClient = class {
280
280
  });
281
281
  const headers = {
282
282
  "Content-Type": "application/json",
283
+ Accept: "application/json",
283
284
  ...options.headers
284
285
  };
285
286
  if (authHeader) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linagora/ldap-rest-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript API client for LDAP-REST",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -44,8 +44,7 @@
44
44
  "license": "MIT",
45
45
  "repository": {
46
46
  "type": "git",
47
- "url": "https://github.com/linagora/twake-workplace-private.git",
48
- "directory": "ldap-rest-client"
47
+ "url": "https://github.com/linagora/ldap-rest-client.git"
49
48
  },
50
49
  "devDependencies": {
51
50
  "@types/jest": "^29.5.11",