@nirguna/plugin-nemesis 1.0.0 → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  import {FIND_FIRST} from '../api.js';
2
2
 
3
- export const report = () => `Use '0xff' instead of 'nemesis.readSector()'`;
3
+ export const report = () => `Use '0xff' instead of 'nemesis.findFirst()'`;
4
4
 
5
5
  export const match = () => ({
6
6
  'nemesis.findFirst(__a)': (vars, path) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirguna/plugin-nemesis",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Nirguna plugin adds ability to transform Nemesis",
@@ -35,10 +35,10 @@
35
35
  "devDependencies": {
36
36
  "@putout/test": "^15.1.1",
37
37
  "c8": "^10.0.0",
38
- "eslint": "^10.0.0",
38
+ "eslint": "^10.0.1",
39
39
  "eslint-plugin-n": "^17.0.0",
40
- "eslint-plugin-putout": "^30.0.2",
41
- "madrun": "^12.1.3",
40
+ "eslint-plugin-putout": "^31.0.1",
41
+ "madrun": "^13.0.0",
42
42
  "nodemon": "^3.0.1"
43
43
  },
44
44
  "peerDependencies": {