fiftyone.devicedetection.onpremise 4.5.53 → 4.5.55

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.
@@ -197,7 +197,7 @@ class DeviceDetectionOnPremise extends Engine {
197
197
  * will be restricted to
198
198
  * @param {string} options.licenceKeys license key(s) used by the
199
199
  * data file update service. A key can be obtained from the
200
- * 51Degrees website: https://51degrees.com/pricing.
200
+ * 51Degrees website: https://51degrees.com/pricing?utm_source=code&utm_medium=comment&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection.onpremise-devicedetectiononpremise.js&utm_term=constructor.
201
201
  * If you do not wish to use a key then you can specify
202
202
  * an empty string, but this will cause automatic updates to
203
203
  * be disabled.
@@ -42,7 +42,7 @@ class DeviceDetectionOnPremisePipelineBuilder extends PipelineBuilder {
42
42
  * @param {object} options the options for the pipeline builder
43
43
  * @param {string} [options.licenceKeys] license key(s) used by the
44
44
  * data file update service. A key can be obtained from the
45
- * 51Degrees website: https://51degrees.com/pricing.
45
+ * 51Degrees website: https://51degrees.com/pricing?utm_source=code&utm_medium=comment&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection.onpremise-devicedetectiononpremisepipelinebuilder.js&utm_term=constructor.
46
46
  * This parameter MUST be set when using a data file.
47
47
  * If you do not wish to use a key then you can specify
48
48
  * an empty string, but this will cause automatic updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection.onpremise",
3
- "version": "4.5.53",
3
+ "version": "4.5.55",
4
4
  "description": "Device detection on-premise services for the 51Degrees Pipeline API",
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 On-Premise**
1
+ ![51Degrees](https://51degrees.com/img/logo.png?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection.onpremise-readme.md&utm_term=top "Data rewards the curious") **Node Device Detection On-Premise**
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.onpremise-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).
@@ -26,9 +26,9 @@ npm install fiftyone.devicedetection.onpremise
26
26
  ### On-Premise
27
27
  When running on-premise, a local Hash V4.1 data file is required.
28
28
 
29
- [**Hash**](https://51degrees.com/documentation/_device_detection__hash.html): A large binary file populated with User-Agent signatures allowing very fast detection speeds.
29
+ [**Hash**](https://51degrees.com/documentation/_device_detection__hash.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection.onpremise-readme.md&utm_term=on-premise): A large binary file populated with User-Agent signatures allowing very fast detection speeds.
30
30
 
31
- 51Degrees provides [multiple options](https://51degrees.com/Licencing-Pricing/On-Premise), some of which support automatic updates through the Pipeline API.
31
+ 51Degrees provides [multiple options](https://51degrees.com/Licencing-Pricing/On-Premise?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection.onpremise-readme.md&utm_term=on-premise), some of which support automatic updates through the Pipeline API.
32
32
 
33
33
  If the module is installed directly from Git then the binaries are also required. These binaries are native module which contains the core engine of device detection. Below are the steps to build these binaries:
34
34
  #### Pre-requisites
@@ -71,7 +71,7 @@ If the module is installed directly from Git then the binaries are also required
71
71
  - MacOS:
72
72
  - FiftyOneDeviceDetectionHashV4-darwin-[ Node version ].node
73
73
  - e.g. FiftyOneDeviceDetectionHashV4-darwin-10.node for Node 10.
74
- - Please see the [tested versions page](https://51degrees.com/documentation/_info__tested_versions.html) for Node versions that we currently test against. The software may run fine against other versions, but extra caution should be applied.
74
+ - Please see the [tested versions page](https://51degrees.com/documentation/_info__tested_versions.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-node&utm_content=fiftyone.devicedetection.onpremise-readme.md&utm_term=build-steps) for Node versions that we currently test against. The software may run fine against other versions, but extra caution should be applied.
75
75
  - You can optionally clear up by removing all the build files and folders except for the *.node file that's been created.
76
76
  - `WARNING`: `npm install` removes this copied file, so you will need to do the above steps again after running `npm install`
77
77