@trackunit/react-core-hooks 0.0.38 → 0.0.39

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 +9 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
- This is the documentation for library
1
+ # Trackunit React Core Hooks
2
+ The `@trackunit/react-core-hooks` package is a small package containing the core hooks used for getting data from our context providers inside Trackunit Iris Apps.
2
3
 
3
- # react-core-hooks
4
+ Trackunit Iris Apps are used by external developers to integrate custom functionality into [the Trackunit Manager platform](https://www.trackunit.com/services/manager/).
4
5
 
5
- The purpose of this library is to contain the core hooks used for getting data from our context providers.
6
+ For a full guide on Iris App Development, please visit our [Developer Hub](https://developers.trackunit.com/)
7
+ ## Trackunit
8
+ This package was developed by Trackunit ApS.
9
+ Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
10
+
11
+ ![The Trackunit logo](https://trackunit.com/wp-content/uploads/2022/03/top-logo.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-hooks",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "MIT",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "type": "module",
9
9
  "types": "./index.d.ts",
10
10
  "dependencies": {
11
- "@trackunit/react-core-contexts-api": "0.0.37",
11
+ "@trackunit/react-core-contexts-api": "0.0.38",
12
12
  "react": "17.0.1"
13
13
  },
14
14
  "peerDependencies": {}