blocket.js 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ Customize the package behavior with the global configuration. This allows you to
53
53
  import client, { configure } from 'blocket.js';
54
54
 
55
55
  configure({
56
- apiBaseUrl: 'https://api.blocket.se/v1', // API base URL (default)
56
+ apiBaseUrl: 'https://api.blocket.se/search_bff/v2/content', // API base URL (default)
57
57
  tokenEndpoint:
58
58
  'https://www.blocket.se/api/adout-api-route/refresh-token-and-validate-session', // Token endpoint
59
59
  logLevel: 'debug', // Options: 'none', 'error', 'info', 'debug'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blocket.js",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A user-friendly js wrapper for blocket.se",
5
5
  "keywords": [
6
6
  "blocket",