form-payload 1.7.2 → 1.7.3

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": "form-payload",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Gets form-payload via form.elements",
5
5
  "keywords": [
6
6
  "form",
@@ -64,7 +64,6 @@
64
64
  "eslint-plugin-import": "2.29.0",
65
65
  "eslint-plugin-jsdoc": "46.9.0",
66
66
  "eslint-plugin-perfectionist": "2.5.0",
67
- "eslint-plugin-simple-import-sort": "10.0.0",
68
67
  "eslint-plugin-sonarjs": "0.23.0",
69
68
  "eslint-plugin-unicorn": "49.0.0",
70
69
  "globals": "13.24.0",
package/src/packages.d.ts CHANGED
@@ -1,11 +1,3 @@
1
- declare module 'eslint-plugin-simple-import-sort' {
2
- import { type ESLint } from 'eslint';
3
-
4
- const plugin: ESLint.Plugin;
5
-
6
- export default plugin;
7
- }
8
-
9
1
  declare module 'eslint-plugin-perfectionist' {
10
2
  import { type Linter } from 'eslint';
11
3