@mochabug/adaptkit 1.0.0-rc.37 → 1.0.0-rc.39

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.
package/bin/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  // <define:__PACKAGE_JSON__>
4
- var define_PACKAGE_JSON_default = { name: "@mochabug/adaptkit", version: "1.0.0-rc.37" };
4
+ var define_PACKAGE_JSON_default = { name: "@mochabug/adaptkit", version: "1.0.0-rc.39" };
5
5
 
6
6
  // node_modules/@bufbuild/protobuf/dist/esm/is-message.js
7
7
  function isMessage(arg, schema) {
@@ -5155,7 +5155,7 @@ import pkceChallenge from "pkce-challenge";
5155
5155
  var OAUTH_CALLBACK_PORT = 51421;
5156
5156
  var PORT_RANGE = 5;
5157
5157
  var OAUTH_SCOPE = "https://www.mochabugapis.com/auth/adapt/plugins.upload";
5158
- var AUDIENCE = "https://adapt-dev.mochabugapis.com";
5158
+ var AUDIENCE = "https://adapt.mochabugapis.com";
5159
5159
  function createCodeUrl({
5160
5160
  clientId,
5161
5161
  redirectUri,
@@ -5915,7 +5915,7 @@ async function main() {
5915
5915
  program.command("publish").option(
5916
5916
  "-e, --endpoint <url>",
5917
5917
  "URL of the gRPC server (including protocol)",
5918
- "https://adapt-grpc-dev.mochabugapis.com"
5918
+ "https://adapt-grpc.mochabugapis.com"
5919
5919
  ).option(
5920
5920
  "--cdn <folder>",
5921
5921
  "Folder to upload the public plugin CDN resources (default: cdn)",
@@ -5935,15 +5935,15 @@ async function main() {
5935
5935
  ).option(
5936
5936
  "-a, --authority <authority>",
5937
5937
  chalk4.yellow("Warning: Primarily for development purposes"),
5938
- "https://auth-dev.mochabugapis.com"
5938
+ "https://auth.mochabugapis.com"
5939
5939
  ).option(
5940
5940
  "-c, --client <client>",
5941
5941
  chalk4.yellow("Warning: Primarily for development purposes"),
5942
- "2d711bbb-4b57-4ad5-8bf0-f2269de5b71d"
5942
+ "22f9edd0-0031-4c11-b0c8-64deba9b7b47"
5943
5943
  ).option(
5944
5944
  "--error-url <errorUrl>",
5945
5945
  chalk4.yellow("Warning: Primarily for development purposes"),
5946
- "https://accounts-dev.mochabug.com/services/error"
5946
+ "https://accounts.mochabug.com/services/error"
5947
5947
  ).option("--insecure", chalk4.red("Ignore SSL certificate errors (insecure)")).description(
5948
5948
  "Ready for liftoff? Publish your plugin to your organization with this command."
5949
5949
  ).action(