@mochabug/adaptkit 0.12.6 → 0.12.7

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 +2 -2
  2. package/package.json +3 -3
package/bin/index.js CHANGED
@@ -2018,7 +2018,7 @@ function handleVersion(bump, cmd) {
2018
2018
  }
2019
2019
  async function main() {
2020
2020
  const notifier = updateNotifier({
2021
- pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.6"}')
2021
+ pkg: JSON.parse('{"name":"@mochabug/adaptkit","version":"0.12.7"}')
2022
2022
  });
2023
2023
  notifier.notify({ isGlobal: true, defer: false });
2024
2024
  program
@@ -2044,7 +2044,7 @@ async function main() {
2044
2044
  .action((_, cmd) => handleAdd(cmd));
2045
2045
  program
2046
2046
  .command('publish')
2047
- .option('-h, --host <host>', chalk.yellow('Warning: Primarily for development purposes'), 'adapt-dev.mochabugapis.com')
2047
+ .option('-h, --host <host>', chalk.yellow('Warning: Primarily for development purposes'), 'adapt-dev-grpc.mochabugapis.com')
2048
2048
  .option('-a, --authority <authority>', chalk.yellow('Warning: Primarily for development purposes'), 'https://auth-dev.mochabugapis.com')
2049
2049
  .option('-c, --client <client>', chalk.yellow('Warning: Primarily for development purposes'), '2d711bbb-4b57-4ad5-8bf0-f2269de5b71d')
2050
2050
  .option('-e, --error-url <errorUrl>', chalk.yellow('Warning: Primarily for development purposes'), 'https://accounts-dev.mochabug.com/services/error')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adaptkit",
3
- "version": "0.12.6",
3
+ "version": "0.12.7",
4
4
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",
@@ -46,10 +46,10 @@
46
46
  "@rollup/plugin-terser": "^0.4.4",
47
47
  "@rollup/plugin-typescript": "^12.1.0",
48
48
  "@types/archiver": "^6.0.2",
49
- "@types/express": "^4.17.21",
49
+ "@types/express": "^5.0.0",
50
50
  "@types/figlet": "^1.5.8",
51
51
  "@types/jest": "^29.5.13",
52
- "@types/node": "^22.7.0",
52
+ "@types/node": "^22.7.2",
53
53
  "@types/semver": "^7.5.8",
54
54
  "@types/update-notifier": "^6.0.8",
55
55
  "jest": "^29.7.0",