@trackunit/react-date-and-time-hooks 1.7.79 → 1.7.81

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-date-and-time-hooks",
3
- "version": "1.7.79",
3
+ "version": "1.7.81",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -13,16 +13,16 @@
13
13
  "@apollo/client": "3.13.8",
14
14
  "react": "19.0.0",
15
15
  "zod": "^3.23.8",
16
- "@trackunit/iris-app-build-utilities": "1.7.58",
17
- "@trackunit/iris-app-api": "1.7.58",
18
- "@trackunit/react-core-contexts-test": "1.7.65",
19
- "@trackunit/date-and-time-utils": "1.7.56",
20
- "@trackunit/shared-utils": "1.9.56",
21
- "@trackunit/react-core-contexts-api": "1.8.61",
22
- "@trackunit/react-core-hooks": "1.7.65",
23
- "@trackunit/react-test-setup": "1.4.56",
16
+ "@trackunit/iris-app-build-utilities": "1.7.60",
17
+ "@trackunit/iris-app-api": "1.7.60",
18
+ "@trackunit/react-core-contexts-test": "1.7.67",
19
+ "@trackunit/date-and-time-utils": "1.7.58",
20
+ "@trackunit/shared-utils": "1.9.58",
21
+ "@trackunit/react-core-contexts-api": "1.8.63",
22
+ "@trackunit/react-core-hooks": "1.7.67",
23
+ "@trackunit/react-test-setup": "1.4.58",
24
24
  "@js-temporal/polyfill": "^0.5.1",
25
- "@trackunit/react-graphql-hooks": "1.7.85"
25
+ "@trackunit/react-graphql-hooks": "1.7.87"
26
26
  },
27
27
  "module": "./index.esm.js",
28
28
  "main": "./index.cjs.js",
@@ -118,11 +118,6 @@ export type Scalars = {
118
118
  input: PublicIrisAppManifest;
119
119
  output: PublicIrisAppManifest;
120
120
  };
121
- /** The `Upload` scalar type represents a file upload. */
122
- Upload: {
123
- input: any;
124
- output: any;
125
- };
126
121
  /** Uniform resource locator */
127
122
  Url: {
128
123
  input: string;