apollo-server/packages/apollo-engine-reporting-protobuf
Martijn Walraven 11a13cd3dd Remove apollo-server-env as a project reference
We can't use `apollo-server-env` as a project reference because that requires `composite: true`, and that implies `declaration: true`, which doesn't work for `apollo-server-env` because we need to write our own declaration files for re-exported imports.

This commit also removes `apollo-engine-reporting-protobuf` as a reference, which errored out because it doesn't actually contain any TypeScript code.
2018-10-05 23:05:49 +02:00
..
.envrc Import engine reporting protobuf and fix reporting readme (#1429) 2018-07-26 17:39:11 -07:00
.npmignore Import engine reporting protobuf and fix reporting readme (#1429) 2018-07-26 17:39:11 -07:00
package.json Publish 2018-08-14 11:49:10 -07:00
README.md Import engine reporting protobuf and fix reporting readme (#1429) 2018-07-26 17:39:11 -07:00
reports.proto Import engine reporting protobuf and fix reporting readme (#1429) 2018-07-26 17:39:11 -07:00

apollo-engine-reporting-protobuf

This contains generated Javascript/TypeScript code for the protobuf definitions for the Engine reporting API.

The Engine reporting API is currently subject to change at any time; do not rely on this to build your own client.