@mochabug/adaptkit 0.9.1 → 0.9.3

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
@@ -1672,7 +1672,7 @@ function printRpcError(error) {
1672
1672
  }
1673
1673
 
1674
1674
  var name = "@mochabug/adaptkit";
1675
- var version = "0.9.1";
1675
+ var version = "0.9.3";
1676
1676
  var description = "A cmd to create, emulate and publish Mochabug Adapt plugins";
1677
1677
  var main$1 = "bin/index.js";
1678
1678
  var type = "module";
@@ -1720,18 +1720,18 @@ var devDependencies = {
1720
1720
  "@types/jest": "^29.5.11",
1721
1721
  "@types/mkdirp": "^1.0.2",
1722
1722
  "@types/mustache": "^4.2.5",
1723
- "@types/node": "^20.11.2",
1723
+ "@types/node": "^20.11.6",
1724
1724
  "@types/sharp": "^0.31.1",
1725
1725
  "@types/update-notifier": "^6.0.8",
1726
1726
  jest: "^29.7.0",
1727
- rollup: "^4.9.5",
1727
+ rollup: "^4.9.6",
1728
1728
  "rollup-plugin-string": "^3.0.0",
1729
- "ts-jest": "^29.1.1",
1729
+ "ts-jest": "^29.1.2",
1730
1730
  "ts-node": "^10.9.2",
1731
1731
  typescript: "^5.3.3"
1732
1732
  };
1733
1733
  var dependencies = {
1734
- "@grpc/grpc-js": "^1.9.13",
1734
+ "@grpc/grpc-js": "^1.9.14",
1735
1735
  "@protobuf-ts/grpc-transport": "^2.9.3",
1736
1736
  "@protobuf-ts/runtime": "^2.9.3",
1737
1737
  "@protobuf-ts/runtime-rpc": "^2.9.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
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.11",
49
49
  "@types/mkdirp": "^1.0.2",
50
50
  "@types/mustache": "^4.2.5",
51
- "@types/node": "^20.11.2",
51
+ "@types/node": "^20.11.6",
52
52
  "@types/sharp": "^0.31.1",
53
53
  "@types/update-notifier": "^6.0.8",
54
54
  "jest": "^29.7.0",
55
- "rollup": "^4.9.5",
55
+ "rollup": "^4.9.6",
56
56
  "rollup-plugin-string": "^3.0.0",
57
- "ts-jest": "^29.1.1",
57
+ "ts-jest": "^29.1.2",
58
58
  "ts-node": "^10.9.2",
59
59
  "typescript": "^5.3.3"
60
60
  },
61
61
  "dependencies": {
62
- "@grpc/grpc-js": "^1.9.13",
62
+ "@grpc/grpc-js": "^1.9.14",
63
63
  "@protobuf-ts/grpc-transport": "^2.9.3",
64
64
  "@protobuf-ts/runtime": "^2.9.3",
65
65
  "@protobuf-ts/runtime-rpc": "^2.9.3",