@mochabug/adaptkit 0.12.19 → 0.13.0
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 +2 -3
- package/bin/vertices.d.ts.map +1 -1
- package/package.json +6 -6
package/bin/index.js
CHANGED
|
@@ -1216,8 +1216,7 @@ function addVertex(cwd, name, type, hasConfigurator, existingVertices) {
|
|
|
1216
1216
|
}
|
|
1217
1217
|
],
|
|
1218
1218
|
procedures: [],
|
|
1219
|
-
streams: []
|
|
1220
|
-
bindings: []
|
|
1219
|
+
streams: []
|
|
1221
1220
|
};
|
|
1222
1221
|
if (vertex.type === Vertex_VertexType.CRON_TRIGGER) {
|
|
1223
1222
|
vertexConfig.cronInterval = 5000;
|
|
@@ -2109,7 +2108,7 @@ function handleVersion(bump, cmd) {
|
|
|
2109
2108
|
}
|
|
2110
2109
|
async function main() {
|
|
2111
2110
|
const notifier = updateNotifier({
|
|
2112
|
-
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.
|
|
2111
|
+
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.13.0"}')
|
|
2113
2112
|
});
|
|
2114
2113
|
notifier.notify({ isGlobal: true, defer: false });
|
|
2115
2114
|
program
|
package/bin/vertices.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vertices.d.ts","sourceRoot":"","sources":["../src/vertices.ts"],"names":[],"mappings":"AAiBA,OAAO,EACL,MAAM,EAEP,MAAM,kDAAkD,CAAC;AAkB1D,wBAAgB,SAAS,CACvB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,eAAe,EAAE,OAAO,EACxB,gBAAgB,EAAE,MAAM,EAAE,GACzB,MAAM,
|
|
1
|
+
{"version":3,"file":"vertices.d.ts","sourceRoot":"","sources":["../src/vertices.ts"],"names":[],"mappings":"AAiBA,OAAO,EACL,MAAM,EAEP,MAAM,kDAAkD,CAAC;AAkB1D,wBAAgB,SAAS,CACvB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,eAAe,EAAE,OAAO,EACxB,gBAAgB,EAAE,MAAM,EAAE,GACzB,MAAM,CAqGR"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mochabug/adaptkit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"@rollup/plugin-replace": "^6.0.1",
|
|
46
46
|
"@rollup/plugin-terser": "^0.4.4",
|
|
47
47
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
48
|
-
"@types/archiver": "^6.0.
|
|
48
|
+
"@types/archiver": "^6.0.3",
|
|
49
49
|
"@types/express": "^5.0.0",
|
|
50
50
|
"@types/figlet": "^1.7.0",
|
|
51
|
-
"@types/jest": "^29.5.
|
|
52
|
-
"@types/node": "^22.
|
|
51
|
+
"@types/jest": "^29.5.14",
|
|
52
|
+
"@types/node": "^22.8.5",
|
|
53
53
|
"@types/semver": "^7.5.8",
|
|
54
54
|
"@types/update-notifier": "^6.0.8",
|
|
55
55
|
"jest": "^29.7.0",
|
|
56
|
-
"rollup": "^4.24.
|
|
56
|
+
"rollup": "^4.24.3",
|
|
57
57
|
"rollup-plugin-string": "^3.0.0",
|
|
58
58
|
"ts-jest": "^29.2.5",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@grpc/grpc-js": "^1.12.2",
|
|
65
|
-
"@inquirer/prompts": "^7.0.
|
|
65
|
+
"@inquirer/prompts": "^7.0.1",
|
|
66
66
|
"@protobuf-ts/grpc-transport": "^2.9.4",
|
|
67
67
|
"@protobuf-ts/runtime": "^2.9.4",
|
|
68
68
|
"@protobuf-ts/runtime-rpc": "^2.9.4",
|