@mochabug/adaptkit 0.9.9 → 0.9.10

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.
Files changed (2) hide show
  1. package/bin/index.js +5 -5
  2. package/package.json +5 -5
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.9";
1679
+ var version = "0.9.10";
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.2",
1727
+ "@types/node": "^20.14.8",
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.4",
1733
+ "ts-jest": "^29.1.5",
1734
1734
  "ts-node": "^10.9.2",
1735
- typescript: "^5.4.5"
1735
+ typescript: "^5.5.2"
1736
1736
  };
1737
1737
  var dependencies = {
1738
- "@grpc/grpc-js": "^1.10.8",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.9.9",
3
+ "version": "0.9.10",
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.2",
51
+ "@types/node": "^20.14.8",
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.4",
57
+ "ts-jest": "^29.1.5",
58
58
  "ts-node": "^10.9.2",
59
- "typescript": "^5.4.5"
59
+ "typescript": "^5.5.2"
60
60
  },
61
61
  "dependencies": {
62
- "@grpc/grpc-js": "^1.10.8",
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",