@mochabug/adaptkit 0.9.3 → 0.9.6

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 +8 -8
  2. package/package.json +8 -8
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.3";
1675
+ var version = "0.9.6";
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";
@@ -1717,10 +1717,10 @@ var devDependencies = {
1717
1717
  "@types/express": "^4.17.21",
1718
1718
  "@types/figlet": "^1.5.8",
1719
1719
  "@types/inquirer": "^9.0.7",
1720
- "@types/jest": "^29.5.11",
1720
+ "@types/jest": "^29.5.12",
1721
1721
  "@types/mkdirp": "^1.0.2",
1722
1722
  "@types/mustache": "^4.2.5",
1723
- "@types/node": "^20.11.6",
1723
+ "@types/node": "^20.11.16",
1724
1724
  "@types/sharp": "^0.31.1",
1725
1725
  "@types/update-notifier": "^6.0.8",
1726
1726
  jest: "^29.7.0",
@@ -1731,22 +1731,22 @@ var devDependencies = {
1731
1731
  typescript: "^5.3.3"
1732
1732
  };
1733
1733
  var dependencies = {
1734
- "@grpc/grpc-js": "^1.9.14",
1734
+ "@grpc/grpc-js": "^1.10.0",
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",
1738
1738
  chalk: "^5.3.0",
1739
- commander: "^11.1.0",
1739
+ commander: "^12.0.0",
1740
1740
  express: "^4.18.2",
1741
1741
  "fast-glob": "^3.3.2",
1742
1742
  figlet: "^1.7.0",
1743
- inquirer: "^9.2.12",
1743
+ inquirer: "^9.2.14",
1744
1744
  "is-valid-hostname": "^1.0.2",
1745
1745
  mkdirp: "^3.0.1",
1746
1746
  mustache: "^4.2.0",
1747
1747
  "node-fetch": "^3.3.2",
1748
1748
  open: "^10.0.3",
1749
- "pkce-challenge": "^4.0.1",
1749
+ "pkce-challenge": "^4.1.0",
1750
1750
  sharp: "^0.33.2",
1751
1751
  "update-notifier": "^7.0.0"
1752
1752
  };
@@ -1912,7 +1912,7 @@ async function main() {
1912
1912
  .command('publish')
1913
1913
  .option('-h, --host <host>', chalk.yellow('Warning: Primarily for development purposes'), 'test.adapt.mochabugapis.com')
1914
1914
  .option('-a, --authority <authority>', chalk.yellow('Warning: Primarily for development purposes'), 'https://test.auth.mochabugapis.com')
1915
- .option('-c, --client <client>', chalk.yellow('Warning: Primarily for development purposes'), 'ee9a137d-c7b4-4811-9637-e9948b5d8c21')
1915
+ .option('-c, --client <client>', chalk.yellow('Warning: Primarily for development purposes'), '2d711bbb-4b57-4ad5-8bf0-f2269de5b71d')
1916
1916
  .option('-e, --error-url <errorUrl>', chalk.yellow('Warning: Primarily for development purposes'), 'https://test.accounts.mochabug.com/services/error')
1917
1917
  .option('--insecure', chalk.red('Ignore SSL certificate errors (insecure)'))
1918
1918
  .description('Ready for liftoff? Publish your plugin to your organization with this command.')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.9.3",
3
+ "version": "0.9.6",
4
4
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",
@@ -45,10 +45,10 @@
45
45
  "@types/express": "^4.17.21",
46
46
  "@types/figlet": "^1.5.8",
47
47
  "@types/inquirer": "^9.0.7",
48
- "@types/jest": "^29.5.11",
48
+ "@types/jest": "^29.5.12",
49
49
  "@types/mkdirp": "^1.0.2",
50
50
  "@types/mustache": "^4.2.5",
51
- "@types/node": "^20.11.6",
51
+ "@types/node": "^20.11.16",
52
52
  "@types/sharp": "^0.31.1",
53
53
  "@types/update-notifier": "^6.0.8",
54
54
  "jest": "^29.7.0",
@@ -59,23 +59,23 @@
59
59
  "typescript": "^5.3.3"
60
60
  },
61
61
  "dependencies": {
62
- "@grpc/grpc-js": "^1.9.14",
62
+ "@grpc/grpc-js": "^1.10.0",
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",
66
66
  "chalk": "^5.3.0",
67
- "commander": "^11.1.0",
67
+ "commander": "^12.0.0",
68
68
  "express": "^4.18.2",
69
69
  "fast-glob": "^3.3.2",
70
70
  "figlet": "^1.7.0",
71
- "inquirer": "^9.2.12",
71
+ "inquirer": "^9.2.14",
72
72
  "is-valid-hostname": "^1.0.2",
73
73
  "mkdirp": "^3.0.1",
74
74
  "mustache": "^4.2.0",
75
75
  "node-fetch": "^3.3.2",
76
76
  "open": "^10.0.3",
77
- "pkce-challenge": "^4.0.1",
77
+ "pkce-challenge": "^4.1.0",
78
78
  "sharp": "^0.33.2",
79
79
  "update-notifier": "^7.0.0"
80
80
  }
81
- }
81
+ }