@m4l/graphics 7.0.0 → 7.0.2

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.
@@ -1,9 +1,9 @@
1
1
  import { DependencyList } from 'react';
2
2
  /**
3
- * Hook to use the first render
3
+ * Hook to use the first render .
4
4
  * @author Juan Escobar - automatic
5
5
  * @createdAt 2024-10-06 20:07:18 - automatic
6
- * @updatedAt 2024-10-06 20:07:18 - automatic
6
+ * @updatedAt 2024-10-09 13:39:06 - automatic
7
7
  * @updatedUser Juan Escobar - automatic
8
8
  */
9
9
  export declare function useFirstRender(dependencies?: DependencyList): boolean;
package/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@m4l/graphics",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team*",
6
+ "type": "module",
6
7
  "publishConfig": {
7
8
  "access": "public"
8
9
  },
9
10
  "lint-staged": {
10
- "**/*.{js,jsx,ts,tsx,json}": [
11
- "eslint . --fix"
12
- ]
11
+ "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
13
12
  },
14
13
  "dependencies": {
15
14
  "date-fns": "^2.30.0",
@@ -17,8 +16,8 @@
17
16
  "zustand": "4.3.6"
18
17
  },
19
18
  "peerDependencies": {
20
- "@m4l/core": "^2.0.9",
21
- "@m4l/styles": "^7.0.0",
19
+ "@m4l/core": "^2.0.10",
20
+ "@m4l/styles": "^7.0.1",
22
21
  "@mui/material": "^5.15.19",
23
22
  "@mui/x-date-pickers": "^6.11.1",
24
23
  "@types/react": "^18.0.0",
@@ -75,7 +74,6 @@
75
74
  "source": "./index.js",
76
75
  "main": "./index.js",
77
76
  "module": "./index.js",
78
- "type": "module",
79
77
  "types": "./index.d.ts",
80
78
  "sideEffects": false,
81
79
  "engines": {