@spider-cloud/spider-client 0.1.51 → 0.1.52

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/dist/config.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/config.d.ts CHANGED
@@ -255,6 +255,10 @@ export interface SpiderParams {
255
255
  * The dimensions of the viewport.
256
256
  */
257
257
  viewport?: Viewport;
258
+ /**
259
+ * The two letter country code for the request geo-location.
260
+ */
261
+ country_code?: string;
258
262
  /**
259
263
  * The encoding to be used for the request.
260
264
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spider-cloud/spider-client",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "description": "Isomorphic Javascript SDK for Spider Cloud services",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test __tests__/*test.ts",