@autohq/cli 0.1.169 → 0.1.170
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/dist/agent-bridge.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -19874,6 +19874,7 @@ var ProviderCredentialKindSchema = external_exports.enum([
|
|
|
19874
19874
|
"github_app_installation",
|
|
19875
19875
|
"oauth",
|
|
19876
19876
|
"api_token",
|
|
19877
|
+
"nango_connection",
|
|
19877
19878
|
"webhook",
|
|
19878
19879
|
"internal"
|
|
19879
19880
|
]);
|
|
@@ -26555,7 +26556,7 @@ Object.assign(lookup, {
|
|
|
26555
26556
|
// package.json
|
|
26556
26557
|
var package_default = {
|
|
26557
26558
|
name: "@autohq/cli",
|
|
26558
|
-
version: "0.1.
|
|
26559
|
+
version: "0.1.170",
|
|
26559
26560
|
license: "SEE LICENSE IN README.md",
|
|
26560
26561
|
publishConfig: {
|
|
26561
26562
|
access: "public"
|
package/dist/index.js
CHANGED
|
@@ -16306,6 +16306,7 @@ var init_provider_grants = __esm({
|
|
|
16306
16306
|
"github_app_installation",
|
|
16307
16307
|
"oauth",
|
|
16308
16308
|
"api_token",
|
|
16309
|
+
"nango_connection",
|
|
16309
16310
|
"webhook",
|
|
16310
16311
|
"internal"
|
|
16311
16312
|
]);
|
|
@@ -21665,7 +21666,7 @@ var init_package = __esm({
|
|
|
21665
21666
|
"package.json"() {
|
|
21666
21667
|
package_default = {
|
|
21667
21668
|
name: "@autohq/cli",
|
|
21668
|
-
version: "0.1.
|
|
21669
|
+
version: "0.1.170",
|
|
21669
21670
|
license: "SEE LICENSE IN README.md",
|
|
21670
21671
|
publishConfig: {
|
|
21671
21672
|
access: "public"
|