@mochabug/adaptkit 0.9.3 → 0.9.4

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 +2 -2
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.4";
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";
@@ -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.4",
4
4
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",
@@ -78,4 +78,4 @@
78
78
  "sharp": "^0.33.2",
79
79
  "update-notifier": "^7.0.0"
80
80
  }
81
- }
81
+ }