@mochabug/adaptkit 0.12.18 → 0.12.20
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 +1 -1
- package/package.json +9 -9
package/bin/index.js
CHANGED
|
@@ -2109,7 +2109,7 @@ function handleVersion(bump, cmd) {
|
|
|
2109
2109
|
}
|
|
2110
2110
|
async function main() {
|
|
2111
2111
|
const notifier = updateNotifier({
|
|
2112
|
-
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.
|
|
2112
|
+
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.20"}')
|
|
2113
2113
|
});
|
|
2114
2114
|
notifier.notify({ isGlobal: true, defer: false });
|
|
2115
2115
|
program
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mochabug/adaptkit",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.20",
|
|
4
4
|
"description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -39,30 +39,30 @@
|
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@jest/globals": "^29.7.0",
|
|
42
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
42
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
|
43
43
|
"@rollup/plugin-json": "^6.1.0",
|
|
44
44
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
45
45
|
"@rollup/plugin-replace": "^6.0.1",
|
|
46
46
|
"@rollup/plugin-terser": "^0.4.4",
|
|
47
|
-
"@rollup/plugin-typescript": "^12.1.
|
|
48
|
-
"@types/archiver": "^6.0.
|
|
47
|
+
"@rollup/plugin-typescript": "^12.1.1",
|
|
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.4",
|
|
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",
|
|
60
|
-
"tslib": "^2.
|
|
60
|
+
"tslib": "^2.8.0",
|
|
61
61
|
"typescript": "^5.6.3"
|
|
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",
|