fiftyone.devicedetection 4.5.53 → 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.
- package/deviceDetectionPipelineBuilder.js +1 -1
- package/package.json +1 -1
- package/readme.md +3 -3
|
@@ -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
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
 **Node Device Detection**
|
|
2
2
|
|
|
3
|
-
[Developer Documentation](https://51degrees.com/device-detection-node/index.html?utm_source=github&utm_medium=
|
|
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
|
|
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
|
|