@mochabug/adaptkit 1.0.0-rc.37 → 1.0.0-rc.38
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 +5 -5
- package/bin/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
4
|
+
var define_PACKAGE_JSON_default = { name: "@mochabug/adaptkit", version: "1.0.0-rc.38" };
|
|
5
5
|
|
|
6
6
|
// node_modules/@bufbuild/protobuf/dist/esm/is-message.js
|
|
7
7
|
function isMessage(arg, schema) {
|
|
@@ -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
|
|
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
|
|
5938
|
+
"https://auth.mochabugapis.com"
|
|
5939
5939
|
).option(
|
|
5940
5940
|
"-c, --client <client>",
|
|
5941
5941
|
chalk4.yellow("Warning: Primarily for development purposes"),
|
|
5942
|
-
"
|
|
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
|
|
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(
|