@vellone/techsak 1.1.7 → 1.1.8

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/eslint.config.mjs CHANGED
@@ -104,7 +104,6 @@ export default tseslint.config(
104
104
  },
105
105
  },
106
106
  {
107
- name: 'Errors',
108
107
  rules: {
109
108
  'import/no-deprecated': 'error',
110
109
  'import/no-anonymous-default-export': [0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellone/techsak",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "matheusvellone's personal tech sak (swiss army knife)",
5
5
  "keywords": [],
6
6
  "author": "matheusvellone",