@unshared/eslint-config 0.7.0 → 0.7.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.
Files changed (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Stanley Horwood <stanley@hsjm.io>
3
+ Copyright (c) 2025 Stanley Horwood <stanley@hsjm.io>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unshared/eslint-config",
3
3
  "type": "module",
4
- "version": "0.7.0",
4
+ "version": "0.7.2",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "author": "Stanley Horwood <stanley@hsjm.io>",
@@ -45,8 +45,8 @@
45
45
  "@eslint/eslintrc": "3.3.1",
46
46
  "@eslint/js": "9.33.0",
47
47
  "@stylistic/eslint-plugin": "5.2.3",
48
- "@unshared/collection": "0.7.0",
49
- "@unshared/types": "0.7.0",
48
+ "@unshared/collection": "0.7.2",
49
+ "@unshared/types": "0.7.2",
50
50
  "@vitest/eslint-plugin": "1.3.4",
51
51
  "eslint-merge-processors": "2.0.0",
52
52
  "eslint-plugin-antfu": "3.1.1",