@mochabug/adaptkit 1.0.0-rc.38 → 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 +2 -2
- 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.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
|
|
5158
|
+
var AUDIENCE = "https://adapt.mochabugapis.com";
|
|
5159
5159
|
function createCodeUrl({
|
|
5160
5160
|
clientId,
|
|
5161
5161
|
redirectUri,
|