@trackunit/react-core-contexts-test 0.0.4 → 0.0.7

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 +4 -4
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
- This is the documentation for library
1
+ # Trackunit React Core Contexts Tests
2
+ The `@trackunit/react-core-contexts-test` package contains testing utilities for [@trackunit/react-core-contexts](https://www.npmjs.com/package/@trackunit/react-core-contexts).
2
3
 
3
- # core-contexts-test
4
+ For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
5
+
6
+ ## Trackunit
7
+ This package was developed by Trackunit ApS.
8
+ Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
9
+
10
+ ![The Trackunit logo](https://trackunit.com/wp-content/uploads/2022/03/top-logo.svg)
4
11
 
5
- The purpose of this library is to contain the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.0.4",
3
+ "version": "0.0.7",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "MIT",
6
6
  "module": "./index.js",
@@ -10,9 +10,9 @@
10
10
  "dependencies": {
11
11
  "@apollo/client": "3.6.9",
12
12
  "react": "17.0.1",
13
- "@trackunit/react-core-contexts-api": "0.0.36",
14
- "@trackunit/react-core-hooks": "0.0.37",
15
- "@trackunit/tailwind-styled-components": "0.0.35",
13
+ "@trackunit/react-core-contexts-api": "0.0.38",
14
+ "@trackunit/react-core-hooks": "0.0.39",
15
+ "@trackunit/tailwind-styled-components": "0.0.37",
16
16
  "react-router-dom": "^6.2.2",
17
17
  "graphql": "^15.8.0"
18
18
  },