@mochabug/adaptkit 0.11.4 → 0.12.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 +1 -1
- package/package.json +8 -8
package/bin/index.js
CHANGED
|
@@ -1986,7 +1986,7 @@ async function handleEmulate(host, cmd) {
|
|
|
1986
1986
|
}
|
|
1987
1987
|
async function main() {
|
|
1988
1988
|
const notifier = updateNotifier({
|
|
1989
|
-
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.
|
|
1989
|
+
pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.0"}')
|
|
1990
1990
|
});
|
|
1991
1991
|
notifier.notify({ isGlobal: true, defer: false });
|
|
1992
1992
|
program
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mochabug/adaptkit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -50,27 +50,27 @@
|
|
|
50
50
|
"@types/archiver": "^6.0.2",
|
|
51
51
|
"@types/express": "^4.17.21",
|
|
52
52
|
"@types/figlet": "^1.5.8",
|
|
53
|
-
"@types/jest": "^29.5.
|
|
54
|
-
"@types/node": "^22.5.
|
|
53
|
+
"@types/jest": "^29.5.13",
|
|
54
|
+
"@types/node": "^22.5.5",
|
|
55
55
|
"@types/update-notifier": "^6.0.8",
|
|
56
56
|
"jest": "^29.7.0",
|
|
57
|
-
"rollup": "^4.21.
|
|
57
|
+
"rollup": "^4.21.3",
|
|
58
58
|
"rollup-plugin-string": "^3.0.0",
|
|
59
59
|
"ts-jest": "^29.2.5",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"tslib": "^2.7.0",
|
|
62
|
-
"typescript": "^5.
|
|
62
|
+
"typescript": "^5.6.2"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@grpc/grpc-js": "^1.11.2",
|
|
66
|
-
"@inquirer/prompts": "^
|
|
66
|
+
"@inquirer/prompts": "^6.0.1",
|
|
67
67
|
"@protobuf-ts/grpc-transport": "^2.9.4",
|
|
68
68
|
"@protobuf-ts/runtime": "^2.9.4",
|
|
69
69
|
"@protobuf-ts/runtime-rpc": "^2.9.4",
|
|
70
70
|
"archiver": "^7.0.1",
|
|
71
71
|
"chalk": "^5.3.0",
|
|
72
72
|
"commander": "^12.1.0",
|
|
73
|
-
"express": "^4.
|
|
73
|
+
"express": "^4.21.0",
|
|
74
74
|
"fast-glob": "^3.3.2",
|
|
75
75
|
"figlet": "^1.7.0",
|
|
76
76
|
"is-valid-hostname": "^1.0.2",
|
|
@@ -79,6 +79,6 @@
|
|
|
79
79
|
"open": "^10.1.0",
|
|
80
80
|
"pkce-challenge": "^4.1.0",
|
|
81
81
|
"sharp": "^0.33.5",
|
|
82
|
-
"update-notifier": "^7.3.
|
|
82
|
+
"update-notifier": "^7.3.1"
|
|
83
83
|
}
|
|
84
84
|
}
|