@mochabug/adaptkit 0.12.15 → 0.12.16

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.
package/bin/index.js CHANGED
@@ -1851,10 +1851,7 @@ async function sendPlugin(manifest, client, metadata) {
1851
1851
  await send(vertex.config);
1852
1852
  }
1853
1853
  await stream.requests.complete();
1854
- const status = await stream.status;
1855
- const trailers = await stream.trailers;
1856
- const headers = await stream.trailers;
1857
- printRpcSuccess(status, headers, trailers);
1854
+ printRpcSuccess(await stream.status, await stream.headers, await stream.trailers);
1858
1855
  }
1859
1856
  async function emulate(manifest, host) {
1860
1857
  const transport = new GrpcTransport({
@@ -2112,7 +2109,7 @@ function handleVersion(bump, cmd) {
2112
2109
  }
2113
2110
  async function main() {
2114
2111
  const notifier = updateNotifier({
2115
- pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.15"}')
2112
+ pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.16"}')
2116
2113
  });
2117
2114
  notifier.notify({ isGlobal: true, defer: false });
2118
2115
  program
@@ -1 +1 @@
1
- {"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../src/publish.ts"],"names":[],"mappings":"AAwBA,OAAO,EACL,QAAQ,EAET,MAAM,kDAAkD,CAAC;AA+L1D,wBAAsB,OAAO,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,iBAkB7D;AAED,wBAAsB,OAAO,CAC3B,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,OAAO,iBA0BlB"}
1
+ {"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../src/publish.ts"],"names":[],"mappings":"AAwBA,OAAO,EACL,QAAQ,EAET,MAAM,kDAAkD,CAAC;AAgM1D,wBAAsB,OAAO,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,iBAkB7D;AAED,wBAAsB,OAAO,CAC3B,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,OAAO,iBA0BlB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.12.15",
3
+ "version": "0.12.16",
4
4
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",