fiftyone.devicedetection 4.5.52 → 4.5.54

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.
@@ -40,7 +40,7 @@ class DeviceDetectionPipelineBuilder extends PipelineBuilder {
40
40
  * @param {object} options the options for the pipeline builder
41
41
  * @param {string} options.licenceKeys license key(s) used by the
42
42
  * data file update service. A key can be obtained from the
43
- * 51Degrees website: https://51degrees.com/pricing.
43
+ * 51Degrees website: https://51degrees.com/pricing?utm_source=code&utm_medium=comment&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection-devicedetectionpipelinebuilder.js&utm_term=constructor.
44
44
  * This parameter MUST be set when using a data file.
45
45
  * If you do not wish to use a key then you can specify
46
46
  * an empty string, but this will cause automatic updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection",
3
- "version": "4.5.52",
3
+ "version": "4.5.54",
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
@@ -1,6 +1,6 @@
1
- ![51Degrees](https://51degrees.com/img/logo.png?utm_source=github&utm_medium=repository&utm_content=readme_main&utm_campaign=node-open-source "Data rewards the curious") **Node Device Detection**
1
+ ![51Degrees](https://51degrees.com/img/logo.png?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection-readme.md&utm_term=top "Data rewards the curious") **Node Device Detection**
2
2
 
3
- [Developer Documentation](https://51degrees.com/device-detection-node/index.html?utm_source=github&utm_medium=repository&utm_content=documentation&utm_campaign=node-open-source "developer documentation")
3
+ [Developer Documentation](https://51degrees.com/device-detection-node/index.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection-readme.md&utm_term=top "developer documentation")
4
4
 
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).
@@ -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/) 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 `RESOURCE_KEY` in your test environment.
49
49
 
50
50
  To run the tests, navigate to the module directory and execute:
51
51