@mochabug/adaptkit 0.9.9 → 0.9.11
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 +6 -6
- package/package.json +6 -6
package/bin/index.js
CHANGED
|
@@ -1676,7 +1676,7 @@ function printRpcError(error) {
|
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
1678
|
var name = "@mochabug/adaptkit";
|
|
1679
|
-
var version = "0.9.
|
|
1679
|
+
var version = "0.9.11";
|
|
1680
1680
|
var description = "A cmd to create, emulate and publish Mochabug Adapt plugins";
|
|
1681
1681
|
var main$1 = "bin/index.js";
|
|
1682
1682
|
var type = "module";
|
|
@@ -1724,18 +1724,18 @@ var devDependencies = {
|
|
|
1724
1724
|
"@types/jest": "^29.5.12",
|
|
1725
1725
|
"@types/mkdirp": "^1.0.2",
|
|
1726
1726
|
"@types/mustache": "^4.2.5",
|
|
1727
|
-
"@types/node": "^20.14.
|
|
1727
|
+
"@types/node": "^20.14.9",
|
|
1728
1728
|
"@types/sharp": "^0.31.1",
|
|
1729
1729
|
"@types/update-notifier": "^6.0.8",
|
|
1730
1730
|
jest: "^29.7.0",
|
|
1731
1731
|
rollup: "^4.18.0",
|
|
1732
1732
|
"rollup-plugin-string": "^3.0.0",
|
|
1733
|
-
"ts-jest": "^29.1.
|
|
1733
|
+
"ts-jest": "^29.1.5",
|
|
1734
1734
|
"ts-node": "^10.9.2",
|
|
1735
|
-
typescript: "^5.
|
|
1735
|
+
typescript: "^5.5.3"
|
|
1736
1736
|
};
|
|
1737
1737
|
var dependencies = {
|
|
1738
|
-
"@grpc/grpc-js": "^1.10.
|
|
1738
|
+
"@grpc/grpc-js": "^1.10.10",
|
|
1739
1739
|
"@protobuf-ts/grpc-transport": "^2.9.4",
|
|
1740
1740
|
"@protobuf-ts/runtime": "^2.9.4",
|
|
1741
1741
|
"@protobuf-ts/runtime-rpc": "^2.9.4",
|
|
@@ -1744,7 +1744,7 @@ var dependencies = {
|
|
|
1744
1744
|
express: "^4.19.2",
|
|
1745
1745
|
"fast-glob": "^3.3.2",
|
|
1746
1746
|
figlet: "^1.7.0",
|
|
1747
|
-
inquirer: "^9.2
|
|
1747
|
+
inquirer: "^9.3.2",
|
|
1748
1748
|
"is-valid-hostname": "^1.0.2",
|
|
1749
1749
|
mkdirp: "^3.0.1",
|
|
1750
1750
|
mustache: "^4.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mochabug/adaptkit",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.11",
|
|
4
4
|
"description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"@types/jest": "^29.5.12",
|
|
49
49
|
"@types/mkdirp": "^1.0.2",
|
|
50
50
|
"@types/mustache": "^4.2.5",
|
|
51
|
-
"@types/node": "^20.14.
|
|
51
|
+
"@types/node": "^20.14.9",
|
|
52
52
|
"@types/sharp": "^0.31.1",
|
|
53
53
|
"@types/update-notifier": "^6.0.8",
|
|
54
54
|
"jest": "^29.7.0",
|
|
55
55
|
"rollup": "^4.18.0",
|
|
56
56
|
"rollup-plugin-string": "^3.0.0",
|
|
57
|
-
"ts-jest": "^29.1.
|
|
57
|
+
"ts-jest": "^29.1.5",
|
|
58
58
|
"ts-node": "^10.9.2",
|
|
59
|
-
"typescript": "^5.
|
|
59
|
+
"typescript": "^5.5.3"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@grpc/grpc-js": "^1.10.
|
|
62
|
+
"@grpc/grpc-js": "^1.10.10",
|
|
63
63
|
"@protobuf-ts/grpc-transport": "^2.9.4",
|
|
64
64
|
"@protobuf-ts/runtime": "^2.9.4",
|
|
65
65
|
"@protobuf-ts/runtime-rpc": "^2.9.4",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"express": "^4.19.2",
|
|
69
69
|
"fast-glob": "^3.3.2",
|
|
70
70
|
"figlet": "^1.7.0",
|
|
71
|
-
"inquirer": "^9.2
|
|
71
|
+
"inquirer": "^9.3.2",
|
|
72
72
|
"is-valid-hostname": "^1.0.2",
|
|
73
73
|
"mkdirp": "^3.0.1",
|
|
74
74
|
"mustache": "^4.2.0",
|