@trackunit/shared-utils 1.5.159 → 1.5.162

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This library is meant for utility functions that can be used across the sdk not meant for use by external developers.
4
4
 
5
- To browse all available components visit our [Public Storybook](https://apps.iris.trackunit.com/storybook/).
5
+ To browse all available components visit our [Public Storybook](https://design.iris.trackunit.com/).
6
6
 
7
7
  For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/shared-utils",
3
- "version": "1.5.159",
3
+ "version": "1.5.162",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "engines": {
6
6
  "node": ">=22.x"
@@ -8,7 +8,7 @@
8
8
  "license": "SEE LICENSE IN LICENSE.txt",
9
9
  "dependencies": {
10
10
  "uuid": "^11.1.0",
11
- "@trackunit/react-test-setup": "1.0.49"
11
+ "@trackunit/react-test-setup": "1.0.52"
12
12
  },
13
13
  "module": "./index.esm.js",
14
14
  "main": "./index.cjs.js",