@trackunit/iris-app-build-utilities 0.0.37 → 0.0.40

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 (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +15 -0
  3. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.0.40](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.39...iris-app-build-utilities/0.0.40) (2022-07-05)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `iris-app-api` updated to version `0.0.1`
10
+ ### [0.0.39](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.38...iris-app-build-utilities/0.0.39) (2022-06-28)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `iris-app-api` updated to version `0.0.1`
15
+ ### [0.0.38](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.37...iris-app-build-utilities/0.0.38) (2022-06-27)
16
+
17
+ ### Dependency Updates
18
+
19
+ * `iris-app-api` updated to version `0.0.1`
5
20
  ### [0.0.37](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.36...iris-app-build-utilities/0.0.37) (2022-06-27)
6
21
 
7
22
  ### [0.0.36](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.35...iris-app-build-utilities/0.0.36) (2022-06-26)
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Trackunit Iris App build utilities
2
+ The `@trackunit/iris-app-build-utilities` package contains several tools used for the Trackunit Iris App SDK.
3
+
4
+ Trackunit Iris Apps are used by external developers to integrate custom functionality into [the Trackunit Manager platform](https://www.trackunit.com/services/manager/).
5
+
6
+ For a full guide on Tile Development, please visit our [Developer Hub](https://dev.trackunit.com/)
7
+
8
+ ## Basic Usage
9
+ This package is not meant for isolated usage but is a part of the [`@trackunit/iris-app`](https://www.npmjs.com/package/@trackunit/iris-app) package.
10
+
11
+ ## Trackunit
12
+ This package was developed by Trackunit ApS.
13
+ Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
14
+
15
+ ![The Trackunit logo](https://trackunit.com/wp-content/uploads/2022/03/top-logo.svg)
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-build-utilities",
3
- "version": "0.0.37",
3
+ "version": "0.0.40",
4
4
  "license": "MIT",
5
- "peerDependencies": {
6
- "@trackunit/iris-app-api": "0.x",
5
+ "repository": "https://github.com/Trackunit/manager",
6
+ "main": "./src/index.js",
7
+ "typings": "./src/index.d.ts",
8
+ "dependencies": {
7
9
  "tsconfig-paths": "^3.14.0",
8
10
  "typescript": "4.7.3",
11
+ "@trackunit/iris-app-api": "0.0.39",
9
12
  "tslib": "^2.3.1"
10
13
  },
11
- "repository": "https://github.com/Trackunit/manager",
12
- "main": "./src/index.js",
13
- "typings": "./src/index.d.ts",
14
- "dependencies": {}
14
+ "peerDependencies": {}
15
15
  }