@dotcom-reliability-kit/app-info
Advanced tools
Comparing version 2.3.0 to 3.0.0
{ | ||
"name": "@dotcom-reliability-kit/app-info", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"description": "A utility to get application info in a consistent way.", | ||
@@ -14,6 +14,6 @@ "repository": { | ||
"engines": { | ||
"node": "16.x || 18.x || 20.x", | ||
"npm": "7.x || 8.x || 9.x" | ||
"node": "18.x || 20.x", | ||
"npm": "8.x || 9.x" | ||
}, | ||
"main": "lib" | ||
} |
@@ -17,2 +17,3 @@ | ||
* [`appInfo.herokuDynoId`](#appinfoherokudynoId) | ||
* [Migrating](#migrating) | ||
* [Contributing](#contributing) | ||
@@ -102,2 +103,8 @@ * [License](#license) | ||
## Migrating | ||
Consult the [Migration Guide](./docs/migration.md) if you're trying to migrate to a later major version of this package. | ||
## Contributing | ||
@@ -104,0 +111,0 @@ |
10571
117