@mochabug/adaptkit 0.14.0 → 0.14.1
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 +5 -2
- package/bin/publish.d.ts.map +1 -1
- package/package.json +2 -2
package/bin/index.js
CHANGED
|
@@ -1852,7 +1852,10 @@ async function sendPlugin(manifest, client, metadata) {
|
|
|
1852
1852
|
// Send everything related to the vertices. Logos, schemas and configs
|
|
1853
1853
|
for (let vertex of manifest.vertices) {
|
|
1854
1854
|
await send(vertex.logo, [40, 40]);
|
|
1855
|
-
await send(vertex.
|
|
1855
|
+
await send(vertex.metadata);
|
|
1856
|
+
if (vertex.config) {
|
|
1857
|
+
await send(vertex.config);
|
|
1858
|
+
}
|
|
1856
1859
|
}
|
|
1857
1860
|
await stream.requests.complete();
|
|
1858
1861
|
printRpcSuccess(await stream.status, await stream.headers, await stream.trailers);
|
|
@@ -2113,7 +2116,7 @@ function handleVersion(bump, cmd) {
|
|
|
2113
2116
|
}
|
|
2114
2117
|
async function main() {
|
|
2115
2118
|
const notifier = updateNotifier({
|
|
2116
|
-
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.14.
|
|
2119
|
+
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.14.1"}')
|
|
2117
2120
|
});
|
|
2118
2121
|
notifier.notify({ isGlobal: true, defer: false });
|
|
2119
2122
|
program
|
package/bin/publish.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../src/publish.ts"],"names":[],"mappings":"AAwBA,OAAO,EACL,QAAQ,EAET,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../src/publish.ts"],"names":[],"mappings":"AAwBA,OAAO,EACL,QAAQ,EAET,MAAM,kDAAkD,CAAC;AAmM1D,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.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/express": "^5.0.0",
|
|
51
51
|
"@types/figlet": "^1.7.0",
|
|
52
52
|
"@types/jest": "^29.5.14",
|
|
53
|
-
"@types/node": "^22.10.
|
|
53
|
+
"@types/node": "^22.10.2",
|
|
54
54
|
"@types/semver": "^7.5.8",
|
|
55
55
|
"@types/update-notifier": "^6.0.8",
|
|
56
56
|
"jest": "^29.7.0",
|