@searchspring/snap-client 0.60.4 → 0.61.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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,12 +2,6 @@
2
2
 
3
3
  Simple Javascript client for communicating with the Searchspring Snap API.
4
4
 
5
- ## Quick Links
6
-
7
- [Snap API docs](https://snapi.kube.searchspring.io/api/v1/) - Search & Autocomplete API documentation
8
-
9
- [Snapi Explorer](https://searchspring.github.io/snapi-explorer/) - a tool for making requests to Searchspring's API
10
-
11
5
  ## Installation
12
6
 
13
7
  ```bash
@@ -34,8 +28,6 @@ const globals = {
34
28
 
35
29
  Any other keys defined here will be passed to the API request
36
30
 
37
- For a full list of parameters please see the [Snap API docs](https://snapi.kube.searchspring.io/api/v1/)
38
-
39
31
  For example, with background filter:
40
32
 
41
33
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snap-client",
3
- "version": "0.60.4",
3
+ "version": "0.61.0",
4
4
  "description": "Snap Client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -20,12 +20,12 @@
20
20
  "test:watch": "jest --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@searchspring/snap-toolbox": "^0.60.4",
23
+ "@searchspring/snap-toolbox": "^0.61.0",
24
24
  "deepmerge": "4.3.1"
25
25
  },
26
26
  "sideEffects": false,
27
27
  "files": [
28
28
  "dist/**/*"
29
29
  ],
30
- "gitHead": "35b8cbfd72999ecb018ba9febc0b01fc63bd3164"
30
+ "gitHead": "cc0a0e82dbdb7884ce819e9a452923b452e4a741"
31
31
  }