fiftyone.devicedetection.shared 4.4.108 → 4.4.109

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/errorMessages.js +2 -2
  2. package/package.json +1 -1
package/errorMessages.js CHANGED
@@ -48,8 +48,8 @@ module.exports = {
48
48
  propertyKeyDataFiles: 'Property %s can be found in the following datafiles ' +
49
49
  '%s not %s',
50
50
  propertyNotFound: 'Property %s not found in %s',
51
- badDataUnsupportedVersion: 'The data is an unsupported version. Check ' +
51
+ badDataUnsupportedVersion: 'The data %s is an unsupported version. Check ' +
52
52
  'you have the latest data and API.',
53
53
  badDataIncorrectFormat: 'The data was not in the correct format. ' +
54
- 'Check the data file is uncompressed.'
54
+ 'Check the data file %s is uncompressed.'
55
55
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.devicedetection.shared",
3
- "version": "4.4.108",
3
+ "version": "4.4.109",
4
4
  "description": "Shared functionality for implementing device detection engine for the 51Degrees Pipeline API",
5
5
  "keywords": [
6
6
  "51degrees",