Open novemberborn opened 6 years ago
π
I'm exploring integrating a Node.js server with the packages here. Looks like the @opencensus/exporter-zpages has been published to npm without templates:
@opencensus/exporter-zpages
$ cat node_modules/@opencensus/exporter-zpages/package.json| jq .version "0.0.2" $ tree node_modules/@opencensus/exporter-zpages βββ LICENSE βββ README.md βββ build βΒ Β βββ src βΒ Β βββ index.d.ts βΒ Β βββ index.js βΒ Β βββ zpages-frontend βΒ Β βΒ Β βββ controllers βΒ Β βΒ Β βΒ Β βββ traceconfigz.controller.d.ts βΒ Β βΒ Β βΒ Β βββ traceconfigz.controller.js βΒ Β βΒ Β βΒ Β βββ tracez.controller.d.ts βΒ Β βΒ Β βΒ Β βββ tracez.controller.js βΒ Β βΒ Β βββ latency-bucket-boundaries.d.ts βΒ Β βΒ Β βββ latency-bucket-boundaries.js βΒ Β βΒ Β βββ page-handlers βΒ Β βΒ Β βΒ Β βββ traceconfigz.page-handler.d.ts βΒ Β βΒ Β βΒ Β βββ traceconfigz.page-handler.js βΒ Β βΒ Β βΒ Β βββ tracez.page-handler.d.ts βΒ Β βΒ Β βΒ Β βββ tracez.page-handler.js βΒ Β βΒ Β βββ routes.d.ts βΒ Β βΒ Β βββ routes.js βΒ Β βββ zpages.d.ts βΒ Β βββ zpages.js βββ package.json 5 directories, 19 files
Perhaps a new version could be published?
@novemberborn Thanks for the heads-up!
π
I'm exploring integrating a Node.js server with the packages here. Looks like the
@opencensus/exporter-zpages
has been published to npm without templates:Perhaps a new version could be published?