fiftyone.devicedetection.shared 4.4.132 → 4.4.134
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/package.json +1 -1
- package/readme.md +4 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -13,8 +13,10 @@ This package provides shared functionality to build cloud and on-premise engines
|
|
|
13
13
|
|
|
14
14
|
### Installation
|
|
15
15
|
|
|
16
|
-
This package should be used along with `fiftyone.devicedetection
|
|
16
|
+
This package should be used along with [`fiftyone.devicedetection`](/fiftyone.devicedetection#readme.md), [`fiftyone.devicedetection.cloud`](/fiftyone.devicedetection.cloud#readme.md) and [`fiftyone.devicedetection.onpremise`](/fiftyone.devicedetection.onpremise#readme.md).
|
|
17
17
|
|
|
18
18
|
To install, use NPM call:
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
```
|
|
21
|
+
npm install fiftyone.devicedetection.shared
|
|
22
|
+
```
|