@trackunit/iris-app-sdk-vite 0.0.10 → 0.0.13

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
@@ -1,3 +1,18 @@
1
+ ## 0.0.13 (2026-02-25)
2
+
3
+ This was a version bump only for iris-app-sdk-vite to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.12 (2026-02-25)
6
+
7
+ This was a version bump only for iris-app-sdk-vite to align it with other projects, there were no code changes.
8
+
9
+ ## 0.0.11 (2026-02-25)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated iris-app-build-utilities to 1.12.49
14
+ - Updated iris-app-api to 1.14.44
15
+
1
16
  ## 0.0.10 (2026-02-25)
2
17
 
3
18
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-vite",
3
- "version": "0.0.10",
3
+ "version": "0.0.13",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
@@ -11,8 +11,8 @@
11
11
  "@nx/devkit": "22.4.4",
12
12
  "rxjs": "7.8.1",
13
13
  "win-ca": "^3.5.1",
14
- "@trackunit/iris-app-build-utilities": "1.12.48",
15
- "@trackunit/iris-app-api": "1.14.43",
14
+ "@trackunit/iris-app-build-utilities": "1.12.49",
15
+ "@trackunit/iris-app-api": "1.14.44",
16
16
  "tslib": "^2.6.2",
17
17
  "vite": "7.3.1"
18
18
  },
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  // eslint-disable-next-line local-rules/no-internal-barrel-files
3
- // dummy file to build - as Iris apps are module federation apps.
3
+ // do not remove this file
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../libs/iris-app-sdk/vite/src/executors/utils/index.ts"],"names":[],"mappings":";AAAA,gEAAgE;AAChE,iEAAiE","sourcesContent":["// eslint-disable-next-line local-rules/no-internal-barrel-files\n// dummy file to build - as Iris apps are module federation apps."]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../libs/iris-app-sdk/vite/src/executors/utils/index.ts"],"names":[],"mappings":";AAAA,gEAAgE;AAChE,0BAA0B","sourcesContent":["// eslint-disable-next-line local-rules/no-internal-barrel-files\n// do not remove this file"]}