@synergyerp/backend-standards 1.1.0 → 1.1.1

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,4 +100,3 @@ cp node_modules/@synergyerp/backend-standards/.github/workflows/ci-template.yml
100
100
 
101
101
  - [BACKEND_STANDARDS.md](./BACKEND_STANDARDS.md) — Full backend coding standards
102
102
  - [CICD_STANDARDS.md](./CICD_STANDARDS.md) — CI/CD pipeline standards
103
- - [FRONTEND_STANDARDS.md](./FRONTEND_STANDARDS.md) — Frontend coding standards
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergyerp/backend-standards",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "SynergyERP backend standards — ESLint, Prettier, commitlint, Husky, TypeScript configs, modularization enforcement, and PR templates.",
5
5
  "private": false,
6
6
  "type": "module",