@mochabug/adaptkit 1.0.0-rc.36 → 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/assets/configurator_none.ts +2 -2
- package/assets/configurator_react.tsx +2 -2
- package/assets/executor_action.ts +1 -1
- package/assets/executor_action_cron.ts +1 -1
- package/assets/executor_browser_none.ts +2 -2
- package/assets/executor_browser_none_cron.ts +2 -2
- package/assets/executor_browser_react.tsx +2 -2
- package/assets/executor_browser_react_cron.tsx +2 -2
- package/assets/executor_external.ts +2 -2
- package/assets/executor_external_cron.ts +2 -2
- package/bin/genproto/mochabugapis/adapt/graph/signal_format_pb.d.ts.map +1 -1
- package/bin/genproto/mochabugapis/adapt/plugins/v1/file_pb.d.ts.map +1 -1
- package/bin/index.js +8 -8
- package/bin/index.js.map +2 -2
- package/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus
|
|
4
|
-
} from '@mochabug/adapt-
|
|
4
|
+
} from '@mochabug/adapt-sdk/api';
|
|
5
5
|
import {
|
|
6
6
|
ExternalConfiguratorRouter,
|
|
7
7
|
InternalConfiguratorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalConfiguratorRouter()
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus
|
|
4
|
-
} from '@mochabug/adapt-
|
|
4
|
+
} from '@mochabug/adapt-sdk/api';
|
|
5
5
|
import {
|
|
6
6
|
ExternalConfiguratorRouter,
|
|
7
7
|
InternalConfiguratorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalConfiguratorRouter()
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus,
|
|
4
|
-
} from "@mochabug/adapt-
|
|
4
|
+
} from "@mochabug/adapt-sdk/api";
|
|
5
5
|
import {
|
|
6
6
|
ExternalExecutorRouter,
|
|
7
7
|
InternalExecutorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalExecutorRouter()
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus,
|
|
4
|
-
} from "@mochabug/adapt-
|
|
4
|
+
} from "@mochabug/adapt-sdk/api";
|
|
5
5
|
import {
|
|
6
6
|
ExternalExecutorRouter,
|
|
7
7
|
CronExecutorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalExecutorRouter()
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus,
|
|
4
|
-
} from "@mochabug/adapt-
|
|
4
|
+
} from "@mochabug/adapt-sdk/api";
|
|
5
5
|
import {
|
|
6
6
|
ExternalExecutorRouter,
|
|
7
7
|
InternalExecutorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalExecutorRouter()
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus,
|
|
4
|
-
} from "@mochabug/adapt-
|
|
4
|
+
} from "@mochabug/adapt-sdk/api";
|
|
5
5
|
import {
|
|
6
6
|
ExternalExecutorRouter,
|
|
7
7
|
CronExecutorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalExecutorRouter()
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus,
|
|
4
|
-
} from "@mochabug/adapt-
|
|
4
|
+
} from "@mochabug/adapt-sdk/api";
|
|
5
5
|
import {
|
|
6
6
|
ExternalExecutorRouter,
|
|
7
7
|
InternalExecutorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalExecutorRouter()
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConnectError,
|
|
3
3
|
mapConnectErrorToHttpStatus,
|
|
4
|
-
} from "@mochabug/adapt-
|
|
4
|
+
} from "@mochabug/adapt-sdk/api";
|
|
5
5
|
import {
|
|
6
6
|
ExternalExecutorRouter,
|
|
7
7
|
InternalExecutorRouter
|
|
8
|
-
} from '@mochabug/adapt-
|
|
8
|
+
} from '@mochabug/adapt-sdk/router';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
external: new ExternalExecutorRouter()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signal_format_pb.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/signal_format_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,
|
|
1
|
+
{"version":3,"file":"signal_format_pb.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/signal_format_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,OACo/B,CAAC;AAE/iC;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC,uCAAuC,CAAC,GAAG;IAC5E;;;;;;;;;;;OAWG;IACH,MAAM,EAAE;QACN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmCG;QACH,KAAK,EAAE,SAAS,CAAC;QACjB,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+EG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,UAAU,CAAC;KAClB,GAAG;QAAE,IAAI,EAAE,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;CAC5C,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC;IAE1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+EG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,YAAY,EAAE;IAAC,QAAQ,EAAE,gBAAgB,CAAA;CAAC,CACzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/plugins/v1/file_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,
|
|
1
|
+
{"version":3,"file":"file_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/plugins/v1/file_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,OAC6Q,CAAC;AAEpU;;;;GAIG;AACH,MAAM,MAAM,IAAI,GAAG,OAAO,CAAC,oCAAoC,CAAC,GAAG;IACjE;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,IAAI,EAAE,UAAU,CAAC;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,QAAQ,GAAG;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,IAAI,EAAE;IAAC,QAAQ,EAAE,QAAQ,CAAA;CAAC,CACL,CAAC"}
|
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) {
|
|
@@ -4460,7 +4460,7 @@ var file_mochabugapis_adapt_graph_jtd_schema = /* @__PURE__ */ fileDesc("Ciltb2N
|
|
|
4460
4460
|
var JTDSchemaSchema = /* @__PURE__ */ messageDesc(file_mochabugapis_adapt_graph_jtd_schema, 0);
|
|
4461
4461
|
|
|
4462
4462
|
// src/genproto/mochabugapis/adapt/graph/signal_format_pb.ts
|
|
4463
|
-
var file_mochabugapis_adapt_graph_signal_format = /* @__PURE__ */ fileDesc("
|
|
4463
|
+
var file_mochabugapis_adapt_graph_signal_format = /* @__PURE__ */ fileDesc("Cixtb2NoYWJ1Z2FwaXMvYWRhcHQvZ3JhcGgvc2lnbmFsX2Zvcm1hdC5wcm90bxIYbW9jaGFidWdhcGlzLmFkYXB0LmdyYXBoIo8FCgxTaWduYWxGb3JtYXQSOQoKanRkX3NjaGVtYRgBIAEoCzIjLm1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaC5KVERTY2hlbWFIABKyBAoJbWltZV90eXBlGAIgASgJQpwEukiYBLoBmwIKMG1pbWVfdHlwZS5ub190eXBlX3dpbGRjYXJkX3dpdGhfY29uY3JldGVfc3VidHlwZRK7AVR5cGUgd2lsZGNhcmQgd2l0aCBjb25jcmV0ZSBzdWJ0eXBlIChlLmcuLCAnKi9wbmcnLCAnKi9qc29uJykgaXMgbm90IGFsbG93ZWQuIFVzZSBjb25jcmV0ZSB0eXBlIChlLmcuLCAnaW1hZ2UvcG5nJyksIHR5cGUtZmFtaWx5IHdpbGRjYXJkIChlLmcuLCAnaW1hZ2UvKicpLCBvciB1bml2ZXJzYWwgd2lsZGNhcmQgKCcqLyonKS4aKSEodGhpcy5zdGFydHNXaXRoKCcqLycpICYmIHRoaXMgIT0gJyovKicpugGRAQodbWltZV90eXBlLm5vX2FwcGxpY2F0aW9uX2pzb24SR2dlbmVyaWMganNvbiBpcyBqdGQtc2NoZW1hIHdpdGggZW1wdHkgc2NoZW1hLCB0aGlzIHdpbGwgYWNjZXB0IGFueSBKU09OGid0aGlzLmxvd2VyQXNjaWkoKSAhPSAnYXBwbGljYXRpb24vanNvbidyYhADGP8BMlteKFthLXpBLVowLTldW2EtekEtWjAtOSEjJCZcLV5fLitdezAsMTI2fXxcKikvKFthLXpBLVowLTldW2EtekEtWjAtOSEjJCZcLV5fLitdezAsMTI2fXxcKikkSABCDwoGZm9ybWF0EgW6SAIIAWIGcHJvdG8z", [file_buf_validate_validate, file_mochabugapis_adapt_graph_jtd_schema]);
|
|
4464
4464
|
|
|
4465
4465
|
// src/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.ts
|
|
4466
4466
|
var file_mochabugapis_adapt_graph_signal_descriptor = /* @__PURE__ */ fileDesc("CjBtb2NoYWJ1Z2FwaXMvYWRhcHQvZ3JhcGgvc2lnbmFsX2Rlc2NyaXB0b3IucHJvdG8SGG1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaCKMAgoQU2lnbmFsRGVzY3JpcHRvchIzCgRuYW1lGAEgASgJQiW6SCJyIBABGDIyGl5bXyRhLXpBLVpdW18kYS16QS1aMC05XSokEhwKBWxhYmVsGAIgASgJQgi6SAVyAxj6AUgAiAEBEiIKC2Rlc2NyaXB0aW9uGAMgASgJQgi6SAVyAxjoB0gBiAEBEhUKCG9wdGlvbmFsGAQgASgISAKIAQESQwoHZm9ybWF0cxgFIAMoCzImLm1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaC5TaWduYWxGb3JtYXRCCrpIB5IBBAgBEDJCCAoGX2xhYmVsQg4KDF9kZXNjcmlwdGlvbkILCglfb3B0aW9uYWxiBnByb3RvMw", [file_buf_validate_validate, file_mochabugapis_adapt_graph_signal_format]);
|
|
@@ -4488,7 +4488,7 @@ var file_mochabugapis_adapt_graph_vertex_metadata = /* @__PURE__ */ fileDesc("Ci
|
|
|
4488
4488
|
var VertexMetadataSchema = /* @__PURE__ */ messageDesc(file_mochabugapis_adapt_graph_vertex_metadata, 0);
|
|
4489
4489
|
|
|
4490
4490
|
// src/genproto/mochabugapis/adapt/plugins/v1/file_pb.ts
|
|
4491
|
-
var file_mochabugapis_adapt_plugins_v1_file = /* @__PURE__ */ fileDesc("
|
|
4491
|
+
var file_mochabugapis_adapt_plugins_v1_file = /* @__PURE__ */ fileDesc("Cihtb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9maWxlLnByb3RvEh1tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MSJ+CgRGaWxlEisKBG5hbWUYASABKAlCHbpIGnIYEAIYgCAyEV5bXi9dKyhcL1teL10rKSokEhgKBGRhdGEYAiABKAxCCrpIB3oFGIC0iRMSIQoJbWltZV90eXBlGAMgASgJQgm6SAZyBBABGGRIAIgBAUIMCgpfbWltZV90eXBlYgZwcm90bzM", [file_buf_validate_validate]);
|
|
4492
4492
|
var FileSchema = /* @__PURE__ */ messageDesc(file_mochabugapis_adapt_plugins_v1_file, 0);
|
|
4493
4493
|
|
|
4494
4494
|
// src/genproto/mochabugapis/adapt/plugins/v1/compound_services_pb.ts
|
|
@@ -5105,7 +5105,7 @@ async function init(dir) {
|
|
|
5105
5105
|
cwd
|
|
5106
5106
|
}
|
|
5107
5107
|
);
|
|
5108
|
-
await execPromise2("npm install @mochabug/adapt-
|
|
5108
|
+
await execPromise2("npm install @mochabug/adapt-sdk", {
|
|
5109
5109
|
cwd
|
|
5110
5110
|
});
|
|
5111
5111
|
} catch (e) {
|
|
@@ -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(
|