@synergyerp/frontend-standards 1.5.6 → 1.5.7

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/eslint.config.js +1 -0
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -264,6 +264,7 @@ export default tseslint.config(
264
264
  rules: [
265
265
  { from: 'employee', allow: 'shared' },
266
266
  { from: 'auth', allow: 'shared' },
267
+ { from: 'auth', allow: 'auth' },
267
268
  { from: 'users', allow: 'shared' },
268
269
  { from: 'shared', allow: 'shared' },
269
270
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergyerp/frontend-standards",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
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",