ironflock 1.0.1 → 1.0.2

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,14 @@
2
2
 
3
3
  ## About
4
4
 
5
- With this library you can publishing data to IronFlock fleet storage.
5
+ With this library you can publish data from your apps on your IoT edge hardware to the fleet data storage of the [IronFlock](https://studio.ironflock.com) devops platform.
6
6
  When this library is used on a certain device the library automatically uses the private messaging realm (Unified Name Space)
7
7
  of the device's fleet and the data is collected in the respective fleet database.
8
8
 
9
9
  So if you use the library in your app, the data collection will always be private to the app user's fleet.
10
10
 
11
+ For more information on the IronFlock IoT Devops Platform for engineers and developers visit our [home page](https://www.ironflock.com).
12
+
11
13
  ## Usage
12
14
 
13
15
  ### Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ironflock",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Collect data in the IronFlock Storage architecture",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",