@trackunit/nx-utils 0.0.77 → 0.0.79

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,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.79](https://github.com/Trackunit/manager/compare/nx-utils/0.0.78...nx-utils/0.0.79) (2024-09-05)
6
+
7
+ ## [0.0.78](https://github.com/Trackunit/manager/compare/nx-utils/0.0.77...nx-utils/0.0.78) (2024-09-05)
8
+
5
9
  ## [0.0.77](https://github.com/Trackunit/manager/compare/nx-utils/0.0.76...nx-utils/0.0.77) (2024-08-23)
6
10
 
7
11
  ### Dependency Updates
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- > **⚠️ Beta**
2
- >
3
- > This is a beta version and subject to change without notice.
4
-
5
1
  # Trackunit NX utils
6
2
  The `@trackunit/nx-utils` package is a small package containing reusable test utils for nx.
7
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/nx-utils",
3
- "version": "0.0.77",
3
+ "version": "0.0.79",
4
4
  "main": "src/index.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -8,7 +8,7 @@
8
8
  "node": ">=20.x"
9
9
  },
10
10
  "dependencies": {
11
- "@nx/plugin": "19.5.6",
11
+ "@nx/plugin": "19.6.5",
12
12
  "tslib": "^2.6.2"
13
13
  },
14
14
  "type": "commonjs",