@postman-cs/onboarding-repo-sync 2.10.1 → 2.10.2
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/action.cjs +8 -8
- package/dist/cli.cjs +8 -8
- package/dist/index.cjs +8 -8
- package/package.json +2 -2
package/dist/action.cjs
CHANGED
|
@@ -115620,7 +115620,7 @@ function detectRepoContext(input, env = process.env) {
|
|
|
115620
115620
|
};
|
|
115621
115621
|
}
|
|
115622
115622
|
|
|
115623
|
-
// node_modules/@postman-
|
|
115623
|
+
// node_modules/@postman-cs/automation-core/dist/ci-context.js
|
|
115624
115624
|
function norm(value) {
|
|
115625
115625
|
const trimmed = (value ?? "").trim();
|
|
115626
115626
|
return trimmed.length > 0 ? trimmed : void 0;
|
|
@@ -115771,7 +115771,7 @@ function detectCiProviderContext(env = process.env) {
|
|
|
115771
115771
|
return { ciProvider: "unknown", runnerKind: "unknown" };
|
|
115772
115772
|
}
|
|
115773
115773
|
|
|
115774
|
-
// node_modules/@postman-
|
|
115774
|
+
// node_modules/@postman-cs/automation-core/dist/repo-context.js
|
|
115775
115775
|
function normalize2(value) {
|
|
115776
115776
|
const trimmed = (value ?? "").trim();
|
|
115777
115777
|
return trimmed.length > 0 ? trimmed : void 0;
|
|
@@ -115860,7 +115860,7 @@ function detectRepoContext2(input, env = process.env) {
|
|
|
115860
115860
|
};
|
|
115861
115861
|
}
|
|
115862
115862
|
|
|
115863
|
-
// node_modules/@postman-
|
|
115863
|
+
// node_modules/@postman-cs/automation-core/dist/telemetry.js
|
|
115864
115864
|
var import_node_crypto = require("node:crypto");
|
|
115865
115865
|
var import_undici2 = __toESM(require_undici(), 1);
|
|
115866
115866
|
var SCHEMA_VERSION = 3;
|
|
@@ -116000,7 +116000,7 @@ function createTelemetryContext(options) {
|
|
|
116000
116000
|
};
|
|
116001
116001
|
}
|
|
116002
116002
|
|
|
116003
|
-
// node_modules/@postman-
|
|
116003
|
+
// node_modules/@postman-cs/automation-core/dist/logger.js
|
|
116004
116004
|
var LEVEL_ORDER = {
|
|
116005
116005
|
debug: 10,
|
|
116006
116006
|
info: 20,
|
|
@@ -116180,7 +116180,7 @@ function createLogger(options) {
|
|
|
116180
116180
|
return root;
|
|
116181
116181
|
}
|
|
116182
116182
|
|
|
116183
|
-
// node_modules/@postman-
|
|
116183
|
+
// node_modules/@postman-cs/automation-core/dist/secrets-resolver.js
|
|
116184
116184
|
var SECRETS_RESOLVER_PROVIDERS = ["none", "aws", "azure", "gcp"];
|
|
116185
116185
|
var DEFAULT_SECRETS_RESOLVER_PROVIDER = "none";
|
|
116186
116186
|
function parseSecretsResolverProvider(value, fallback = DEFAULT_SECRETS_RESOLVER_PROVIDER) {
|
|
@@ -116223,7 +116223,7 @@ function secretsResolverEnvironmentKeys(provider) {
|
|
|
116223
116223
|
}
|
|
116224
116224
|
}
|
|
116225
116225
|
|
|
116226
|
-
// node_modules/@postman-
|
|
116226
|
+
// node_modules/@postman-cs/automation-core/dist/http/http-error.js
|
|
116227
116227
|
var REDACTED2 = "[REDACTED]";
|
|
116228
116228
|
var SENSITIVE_HEADER_NAMES = /* @__PURE__ */ new Set([
|
|
116229
116229
|
"authorization",
|
|
@@ -116382,7 +116382,7 @@ var HttpError = class _HttpError extends Error {
|
|
|
116382
116382
|
}
|
|
116383
116383
|
};
|
|
116384
116384
|
|
|
116385
|
-
// node_modules/@postman-
|
|
116385
|
+
// node_modules/@postman-cs/automation-core/dist/http/retry.js
|
|
116386
116386
|
function sleep(delayMs) {
|
|
116387
116387
|
return new Promise((resolve3) => {
|
|
116388
116388
|
setTimeout(resolve3, delayMs);
|
|
@@ -116446,7 +116446,7 @@ function isRetryableGatewayFailure(status, body = "") {
|
|
|
116446
116446
|
return isTransientHttpStatus(status) || RETRYABLE_GATEWAY_BODY.test(body);
|
|
116447
116447
|
}
|
|
116448
116448
|
|
|
116449
|
-
// node_modules/@postman-
|
|
116449
|
+
// node_modules/@postman-cs/automation-core/dist/http/gateway-client.js
|
|
116450
116450
|
var DEFAULT_POSTMAN_BIFROST_BASE_URL = "https://bifrost-premium-https-v4.gw.postman.com";
|
|
116451
116451
|
function isExpiredAuthError(status, body) {
|
|
116452
116452
|
return status === 401 || body.includes("UNAUTHENTICATED") || body.includes("authenticationError");
|
package/dist/cli.cjs
CHANGED
|
@@ -113725,7 +113725,7 @@ function detectRepoContext(input, env = process.env) {
|
|
|
113725
113725
|
};
|
|
113726
113726
|
}
|
|
113727
113727
|
|
|
113728
|
-
// node_modules/@postman-
|
|
113728
|
+
// node_modules/@postman-cs/automation-core/dist/ci-context.js
|
|
113729
113729
|
function norm(value) {
|
|
113730
113730
|
const trimmed = (value ?? "").trim();
|
|
113731
113731
|
return trimmed.length > 0 ? trimmed : void 0;
|
|
@@ -113876,7 +113876,7 @@ function detectCiProviderContext(env = process.env) {
|
|
|
113876
113876
|
return { ciProvider: "unknown", runnerKind: "unknown" };
|
|
113877
113877
|
}
|
|
113878
113878
|
|
|
113879
|
-
// node_modules/@postman-
|
|
113879
|
+
// node_modules/@postman-cs/automation-core/dist/repo-context.js
|
|
113880
113880
|
function normalize2(value) {
|
|
113881
113881
|
const trimmed = (value ?? "").trim();
|
|
113882
113882
|
return trimmed.length > 0 ? trimmed : void 0;
|
|
@@ -113965,7 +113965,7 @@ function detectRepoContext2(input, env = process.env) {
|
|
|
113965
113965
|
};
|
|
113966
113966
|
}
|
|
113967
113967
|
|
|
113968
|
-
// node_modules/@postman-
|
|
113968
|
+
// node_modules/@postman-cs/automation-core/dist/telemetry.js
|
|
113969
113969
|
var import_node_crypto = require("node:crypto");
|
|
113970
113970
|
var import_undici2 = __toESM(require_undici(), 1);
|
|
113971
113971
|
var SCHEMA_VERSION = 3;
|
|
@@ -114105,7 +114105,7 @@ function createTelemetryContext(options) {
|
|
|
114105
114105
|
};
|
|
114106
114106
|
}
|
|
114107
114107
|
|
|
114108
|
-
// node_modules/@postman-
|
|
114108
|
+
// node_modules/@postman-cs/automation-core/dist/logger.js
|
|
114109
114109
|
var LEVEL_ORDER = {
|
|
114110
114110
|
debug: 10,
|
|
114111
114111
|
info: 20,
|
|
@@ -114285,7 +114285,7 @@ function createLogger(options) {
|
|
|
114285
114285
|
return root;
|
|
114286
114286
|
}
|
|
114287
114287
|
|
|
114288
|
-
// node_modules/@postman-
|
|
114288
|
+
// node_modules/@postman-cs/automation-core/dist/secrets-resolver.js
|
|
114289
114289
|
var SECRETS_RESOLVER_PROVIDERS = ["none", "aws", "azure", "gcp"];
|
|
114290
114290
|
var DEFAULT_SECRETS_RESOLVER_PROVIDER = "none";
|
|
114291
114291
|
function parseSecretsResolverProvider(value, fallback = DEFAULT_SECRETS_RESOLVER_PROVIDER) {
|
|
@@ -114328,7 +114328,7 @@ function secretsResolverEnvironmentKeys(provider) {
|
|
|
114328
114328
|
}
|
|
114329
114329
|
}
|
|
114330
114330
|
|
|
114331
|
-
// node_modules/@postman-
|
|
114331
|
+
// node_modules/@postman-cs/automation-core/dist/http/http-error.js
|
|
114332
114332
|
var REDACTED2 = "[REDACTED]";
|
|
114333
114333
|
var SENSITIVE_HEADER_NAMES = /* @__PURE__ */ new Set([
|
|
114334
114334
|
"authorization",
|
|
@@ -114487,7 +114487,7 @@ var HttpError = class _HttpError extends Error {
|
|
|
114487
114487
|
}
|
|
114488
114488
|
};
|
|
114489
114489
|
|
|
114490
|
-
// node_modules/@postman-
|
|
114490
|
+
// node_modules/@postman-cs/automation-core/dist/http/retry.js
|
|
114491
114491
|
function sleep(delayMs) {
|
|
114492
114492
|
return new Promise((resolve2) => {
|
|
114493
114493
|
setTimeout(resolve2, delayMs);
|
|
@@ -114551,7 +114551,7 @@ function isRetryableGatewayFailure(status, body = "") {
|
|
|
114551
114551
|
return isTransientHttpStatus(status) || RETRYABLE_GATEWAY_BODY.test(body);
|
|
114552
114552
|
}
|
|
114553
114553
|
|
|
114554
|
-
// node_modules/@postman-
|
|
114554
|
+
// node_modules/@postman-cs/automation-core/dist/http/gateway-client.js
|
|
114555
114555
|
var DEFAULT_POSTMAN_BIFROST_BASE_URL = "https://bifrost-premium-https-v4.gw.postman.com";
|
|
114556
114556
|
function isExpiredAuthError(status, body) {
|
|
114557
114557
|
return status === 401 || body.includes("UNAUTHENTICATED") || body.includes("authenticationError");
|
package/dist/index.cjs
CHANGED
|
@@ -115646,7 +115646,7 @@ function detectRepoContext(input, env = process.env) {
|
|
|
115646
115646
|
};
|
|
115647
115647
|
}
|
|
115648
115648
|
|
|
115649
|
-
// node_modules/@postman-
|
|
115649
|
+
// node_modules/@postman-cs/automation-core/dist/ci-context.js
|
|
115650
115650
|
function norm(value) {
|
|
115651
115651
|
const trimmed = (value ?? "").trim();
|
|
115652
115652
|
return trimmed.length > 0 ? trimmed : void 0;
|
|
@@ -115797,7 +115797,7 @@ function detectCiProviderContext(env = process.env) {
|
|
|
115797
115797
|
return { ciProvider: "unknown", runnerKind: "unknown" };
|
|
115798
115798
|
}
|
|
115799
115799
|
|
|
115800
|
-
// node_modules/@postman-
|
|
115800
|
+
// node_modules/@postman-cs/automation-core/dist/repo-context.js
|
|
115801
115801
|
function normalize2(value) {
|
|
115802
115802
|
const trimmed = (value ?? "").trim();
|
|
115803
115803
|
return trimmed.length > 0 ? trimmed : void 0;
|
|
@@ -115886,7 +115886,7 @@ function detectRepoContext2(input, env = process.env) {
|
|
|
115886
115886
|
};
|
|
115887
115887
|
}
|
|
115888
115888
|
|
|
115889
|
-
// node_modules/@postman-
|
|
115889
|
+
// node_modules/@postman-cs/automation-core/dist/telemetry.js
|
|
115890
115890
|
var import_node_crypto = require("node:crypto");
|
|
115891
115891
|
var import_undici2 = __toESM(require_undici(), 1);
|
|
115892
115892
|
var SCHEMA_VERSION = 3;
|
|
@@ -116026,7 +116026,7 @@ function createTelemetryContext(options) {
|
|
|
116026
116026
|
};
|
|
116027
116027
|
}
|
|
116028
116028
|
|
|
116029
|
-
// node_modules/@postman-
|
|
116029
|
+
// node_modules/@postman-cs/automation-core/dist/logger.js
|
|
116030
116030
|
var LEVEL_ORDER = {
|
|
116031
116031
|
debug: 10,
|
|
116032
116032
|
info: 20,
|
|
@@ -116206,7 +116206,7 @@ function createLogger(options) {
|
|
|
116206
116206
|
return root;
|
|
116207
116207
|
}
|
|
116208
116208
|
|
|
116209
|
-
// node_modules/@postman-
|
|
116209
|
+
// node_modules/@postman-cs/automation-core/dist/secrets-resolver.js
|
|
116210
116210
|
var SECRETS_RESOLVER_PROVIDERS = ["none", "aws", "azure", "gcp"];
|
|
116211
116211
|
var DEFAULT_SECRETS_RESOLVER_PROVIDER = "none";
|
|
116212
116212
|
function parseSecretsResolverProvider(value, fallback = DEFAULT_SECRETS_RESOLVER_PROVIDER) {
|
|
@@ -116249,7 +116249,7 @@ function secretsResolverEnvironmentKeys(provider) {
|
|
|
116249
116249
|
}
|
|
116250
116250
|
}
|
|
116251
116251
|
|
|
116252
|
-
// node_modules/@postman-
|
|
116252
|
+
// node_modules/@postman-cs/automation-core/dist/http/http-error.js
|
|
116253
116253
|
var REDACTED2 = "[REDACTED]";
|
|
116254
116254
|
var SENSITIVE_HEADER_NAMES = /* @__PURE__ */ new Set([
|
|
116255
116255
|
"authorization",
|
|
@@ -116408,7 +116408,7 @@ var HttpError = class _HttpError extends Error {
|
|
|
116408
116408
|
}
|
|
116409
116409
|
};
|
|
116410
116410
|
|
|
116411
|
-
// node_modules/@postman-
|
|
116411
|
+
// node_modules/@postman-cs/automation-core/dist/http/retry.js
|
|
116412
116412
|
function sleep(delayMs) {
|
|
116413
116413
|
return new Promise((resolve3) => {
|
|
116414
116414
|
setTimeout(resolve3, delayMs);
|
|
@@ -116472,7 +116472,7 @@ function isRetryableGatewayFailure(status, body = "") {
|
|
|
116472
116472
|
return isTransientHttpStatus(status) || RETRYABLE_GATEWAY_BODY.test(body);
|
|
116473
116473
|
}
|
|
116474
116474
|
|
|
116475
|
-
// node_modules/@postman-
|
|
116475
|
+
// node_modules/@postman-cs/automation-core/dist/http/gateway-client.js
|
|
116476
116476
|
var DEFAULT_POSTMAN_BIFROST_BASE_URL = "https://bifrost-premium-https-v4.gw.postman.com";
|
|
116477
116477
|
function isExpiredAuthError(status, body) {
|
|
116478
116478
|
return status === 401 || body.includes("UNAUTHENTICATED") || body.includes("authenticationError");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postman-cs/onboarding-repo-sync",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.2",
|
|
4
4
|
"description": "Postman repo sync GitHub Action.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@actions/core": "^3.0.1",
|
|
55
55
|
"@actions/exec": "^3.0.0",
|
|
56
|
-
"@postman-
|
|
56
|
+
"@postman-cs/automation-core": "^1.8.1",
|
|
57
57
|
"js-yaml": "^5.2.1",
|
|
58
58
|
"undici": "^8.10.0"
|
|
59
59
|
},
|