@ecotechlib/core 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecotechlib/core",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Core library for ecotechlib",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -1,7 +1,7 @@
1
1
  /** @type {import('prettier').Config} */
2
2
  export default {
3
3
  // 100-120 is the modern sweet spot for wide monitors, prevents excessive line breaks
4
- printWidth: 100,
4
+ printWidth: 120,
5
5
 
6
6
  // Tabs are trending for accessibility (allows users to set their own visual width)
7
7
  tabWidth: 4,