v3.0.0
BREAKING CHANGES
@octokit/plugin-scim)has been renamed to@octokit/plugin-enterprise-cloudconst plugin = require("@octokit/plugin-scim")is nowconst { enterpriseCloud } = require("@octokit/plugin-enterprise-cloud")- Removed official support for Node 8
Features
- TypeScript implementation (2a2ee5b)