fiftyone.devicedetection 4.5.54 → 4.5.56

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/package.json +1 -1
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection",
3
- "version": "4.5.54",
3
+ "version": "4.5.56",
4
4
  "description": "Parse HTTP headers to detect the device type, model, operating system, browser, and crawler information",
5
5
  "keywords": [
6
6
  "51degrees",
package/readme.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Introduction
6
6
  This project contains 51Degrees Device Detection engines that can be used with the [Pipeline API](https://github.com/51Degrees/pipeline-node).
7
7
 
8
- The Pipeline is a generic web request intelligence and data processing solution with the ability to add a range of 51Degrees and/or custom plug ins (Engines)
8
+ The Pipeline is a generic web request intelligence and data processing solution with the ability to add a range of 51Degrees and/or custom plug ins (Engines)
9
9
 
10
10
  ## This package - fiftyone.devicedetection
11
11
 
@@ -36,7 +36,7 @@ The tables below describe the examples that are available.
36
36
 
37
37
  ## Tests
38
38
 
39
- In this repository, there are tests for the examples.
39
+ In this repository, there are tests for the examples.
40
40
  You will need to install jest to run them:
41
41
 
42
42
  ```
@@ -45,7 +45,7 @@ npm install jest --global
45
45
 
46
46
  You will also need to install any required packages for the examples in the **Examples** section.
47
47
 
48
- You need to obtain a 51Degrees cloud resource key from the [51Degrees Cloud Configurator](https://configure.51degrees.com/?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection-readme.md&utm_term=tests) and assign it to the environment variable `RESOURCE_KEY` in your test environment.
48
+ You need to obtain a 51Degrees cloud resource key from the [51Degrees Cloud Configurator](https://configure.51degrees.com/?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection-readme.md&utm_term=tests) and assign it to the environment variable `_51DEGREES_RESOURCE_KEY` in your test environment. The legacy environment variable name `RESOURCE_KEY` is still supported and is checked second, after `_51DEGREES_RESOURCE_KEY`.
49
49
 
50
50
  To run the tests, navigate to the module directory and execute:
51
51