@trackunit/iris-app-webpack-plugin 0.0.42 → 0.0.44

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/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.0.44](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.43...iris-app-webpack-plugin/0.0.44) (2022-08-05)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `iris-app-api` updated to version `0.0.1`
10
+ ### [0.0.43](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.42...iris-app-webpack-plugin/0.0.43) (2022-07-29)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `iris-app-api` updated to version `0.0.1`
5
15
  ### [0.0.42](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.41...iris-app-webpack-plugin/0.0.42) (2022-07-29)
6
16
 
7
17
  ### Dependency Updates
package/README.md CHANGED
@@ -3,14 +3,14 @@ The `@trackunit/iris-app-webpack-plugin` package contains a custom webpack plugi
3
3
 
4
4
  Trackunit Iris App SDK are used by developers to integrate custom functionality into [the Trackunit Manager platform](https://www.trackunit.com/services/manager/).
5
5
 
6
- For a full guide on Iris App Development, please visit our [Developer Hub](https://developers.trackunit.com/)
6
+ For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
7
7
 
8
8
  ## Getting started
9
9
 
10
10
  Run through the easy getting started guide here: [Getting Started](https://developers.trackunit.com/docs/getting-started)
11
11
 
12
12
  ## Trackunit
13
- This package was developed by Trackunit ApS.
13
+ This package was developed by Trackunit ApS.
14
14
  Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
15
15
 
16
16
  ![The Trackunit logo](https://trackunit.com/wp-content/uploads/2022/03/top-logo.svg)
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "0.0.42",
4
- "license": "MIT",
3
+ "version": "0.0.44",
4
+ "license": "UNLICENSED",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "main": "./src/index.js",
7
7
  "typings": "./src/index.d.ts",
8
8
  "dependencies": {
9
- "@trackunit/iris-app-api": "0.0.40",
9
+ "@trackunit/iris-app-api": "0.0.42",
10
10
  "tslib": "^2.3.1"
11
11
  },
12
12
  "peerDependencies": {}