@synergyerp/frontend-standards 1.6.1 → 1.6.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.
@@ -9,6 +9,10 @@ const EXCLUDED_NAMES = new Set([
9
9
  'toLocaleString',
10
10
  'preventDefault',
11
11
  'stopPropagation',
12
+ 'forwardRef',
13
+ 'memo',
14
+ 'createContext',
15
+ 'createRef',
12
16
  ]);
13
17
 
14
18
  const ARRAY_METHODS = new Set([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergyerp/frontend-standards",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "SynergyERP frontend standards — ESLint, Prettier, commitlint, Husky, Vitest, TypeScript configs, modularization enforcement, and PR templates.",
5
5
  "private": false,
6
6
  "type": "module",