@agilebot/eslint-plugin 0.8.3 → 0.8.4

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/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license @agilebot/eslint-plugin v0.8.3
2
+ * @license @agilebot/eslint-plugin v0.8.4
3
3
  *
4
4
  * Copyright (c) Agilebot, Inc. and its affiliates.
5
5
  *
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license @agilebot/eslint-plugin v0.8.3
2
+ * @license @agilebot/eslint-plugin v0.8.4
3
3
  *
4
4
  * Copyright (c) Agilebot, Inc. and its affiliates.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilebot/eslint-plugin",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Agilebot's ESLint plugin",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@typescript-eslint/utils": "~8.25.0",
30
30
  "eslint-plugin-react": "^7.37.2",
31
- "@agilebot/eslint-utils": "0.8.3"
31
+ "@agilebot/eslint-utils": "0.8.4"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "eslint": "^8.57.0 || ^9.0.0"