node-addon-api 7.1.0 → 7.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -70,7 +70,7 @@ and node-addon-api.
70
70
  - **[Contributors](#contributors)**
71
71
  - **[License](#license)**
72
72
 
73
- ## **Current version: 7.1.0**
73
+ ## **Current version: 7.1.1**
74
74
 
75
75
  (See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)
76
76
 
package/package.json CHANGED
@@ -475,9 +475,6 @@
475
475
  "lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix"
476
476
  },
477
477
  "pre-commit": "lint",
478
- "version": "7.1.0",
479
- "support": true,
480
- "engines": {
481
- "node": "^16 || ^18 || >= 20"
482
- }
478
+ "version": "7.1.1",
479
+ "support": true
483
480
  }