@cross-deck/node 1.10.0 → 1.10.1
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/CHANGELOG.md +16 -0
- package/README.md +45 -0
- package/dist/auto-events/index.d.mts +1 -1
- package/dist/auto-events/index.d.ts +1 -1
- package/dist/{crossdeck-server-C4nWPQzH.d.mts → crossdeck-server-BpBVFC4O.d.mts} +51 -3
- package/dist/{crossdeck-server-C4nWPQzH.d.ts → crossdeck-server-BpBVFC4O.d.ts} +51 -3
- package/dist/index.cjs +70 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +70 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AliasIdentityInput, a as AliasResult, b as AuditDecision, c as AuditEntry, B as BlockVerdict, d as Breadcrumb, e as BreadcrumbCategory, f as BreadcrumbLevel, C as CROSSDECK_API_VERSION, g as CapturedError, h as Contract, i as ContractAppliesTo, j as ContractFailureInput, k as ContractPillar, l as ContractStatus, m as ContractTestRef, n as CrossdeckAuthenticationError, o as CrossdeckConfigurationError, p as CrossdeckContracts, q as CrossdeckError, r as CrossdeckErrorPayload, s as CrossdeckErrorType, t as CrossdeckInternalError, u as CrossdeckNetworkError, v as CrossdeckPermissionError, w as CrossdeckRateLimitError, x as CrossdeckServer, y as CrossdeckServerOptions, z as CrossdeckValidationError, D as DEFAULT_BASE_URL, E as DEFAULT_TIMEOUT_MS, F as Diagnostics, G as EntitlementCacheOptions, H as EntitlementMutationResult, I as EntitlementStore, J as EntitlementsListResponse, K as EntitlementsListener, L as Environment, M as ErrorCaptureConfig, N as ErrorLevel, O as EventProperties, P as ForgetResult, Q as
|
|
1
|
+
export { A as AliasIdentityInput, a as AliasResult, b as AuditDecision, c as AuditEntry, B as BlockVerdict, d as Breadcrumb, e as BreadcrumbCategory, f as BreadcrumbLevel, C as CROSSDECK_API_VERSION, g as CapturedError, h as Contract, i as ContractAppliesTo, j as ContractFailureInput, k as ContractPillar, l as ContractStatus, m as ContractTestRef, n as CrossdeckAuthenticationError, o as CrossdeckConfigurationError, p as CrossdeckContracts, q as CrossdeckError, r as CrossdeckErrorPayload, s as CrossdeckErrorType, t as CrossdeckInternalError, u as CrossdeckNetworkError, v as CrossdeckPermissionError, w as CrossdeckRateLimitError, x as CrossdeckServer, y as CrossdeckServerOptions, z as CrossdeckValidationError, D as DEFAULT_BASE_URL, E as DEFAULT_TIMEOUT_MS, F as Diagnostics, G as EntitlementCacheOptions, H as EntitlementMutationResult, I as EntitlementStore, J as EntitlementsListResponse, K as EntitlementsListener, L as Environment, M as ErrorCaptureConfig, N as ErrorLevel, O as EventProperties, P as ForgetResult, Q as GateInput, R as GateVerdict, S as GrantDuration, T as GrantEntitlementInput, U as GroupMembership, V as HeartbeatResponse, W as HttpRequestInfo, X as HttpResponseInfo, Y as HttpRetriesConfig, Z as IdentifyOptions, _ as IdentityHints, $ as IngestOptions, a0 as IngestResponse, a1 as OwnerStatusInput, a2 as PublicEntitlement, a3 as PurchaseResult, a4 as RequestOptions, a5 as ResolveInput, a6 as ResolveResult, a7 as RevokeEntitlementInput, a8 as RuntimeHost, a9 as RuntimeInfo, aa as ServerEvent, ab as StackFrame, ac as StoredEntitlements, ad as SyncPurchaseInput, ae as makeCrossdeckError } from './crossdeck-server-BpBVFC4O.mjs';
|
|
2
2
|
import 'node:events';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -17,7 +17,7 @@ import 'node:events';
|
|
|
17
17
|
*
|
|
18
18
|
* Do NOT edit by hand — `node scripts/sync-sdk-versions.mjs`.
|
|
19
19
|
*/
|
|
20
|
-
declare const SDK_VERSION = "1.10.
|
|
20
|
+
declare const SDK_VERSION = "1.10.1";
|
|
21
21
|
declare const SDK_NAME = "@cross-deck/node";
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -501,7 +501,7 @@ declare function scrubPiiFromProperties(properties: Record<string, unknown>): Re
|
|
|
501
501
|
* - `sdk.no_durable_store`
|
|
502
502
|
* - `sdk.super_property_registered`
|
|
503
503
|
*/
|
|
504
|
-
type DebugSignal = "sdk.configured" | "sdk.first_event_sent" | "sdk.invalid_key" | "sdk.no_identity" | "sdk.entitlement_cache_used" | "sdk.entitlement_cache_warm" | "sdk.entitlement_cache_stale" | "sdk.entitlement_store_recovered" | "sdk.no_durable_store" | "sdk.purchase_evidence_sent" | "sdk.environment_mismatch" | "sdk.sensitive_property_warning" | "sdk.property_coerced" | "sdk.flush_retry_scheduled" | "sdk.flush_permanent_failure" | "sdk.parked" | "sdk.flush_on_exit_started" | "sdk.flush_on_exit_completed" | "sdk.webhook_verified" | "sdk.runtime_detected" | "sdk.super_property_registered" | "sdk.boot_heartbeat_failed" | "sdk.resolve_missing_identity" | "sdk.resolve_failed" | "sdk.owner_status_missing_identity" | "sdk.owner_status_failed";
|
|
504
|
+
type DebugSignal = "sdk.configured" | "sdk.first_event_sent" | "sdk.invalid_key" | "sdk.no_identity" | "sdk.entitlement_cache_used" | "sdk.entitlement_cache_warm" | "sdk.entitlement_cache_stale" | "sdk.entitlement_store_recovered" | "sdk.no_durable_store" | "sdk.purchase_evidence_sent" | "sdk.environment_mismatch" | "sdk.sensitive_property_warning" | "sdk.property_coerced" | "sdk.flush_retry_scheduled" | "sdk.flush_permanent_failure" | "sdk.parked" | "sdk.flush_on_exit_started" | "sdk.flush_on_exit_completed" | "sdk.webhook_verified" | "sdk.runtime_detected" | "sdk.super_property_registered" | "sdk.boot_heartbeat_failed" | "sdk.resolve_missing_identity" | "sdk.resolve_failed" | "sdk.owner_status_missing_identity" | "sdk.owner_status_failed" | "sdk.gate_missing_input" | "sdk.gate_failed";
|
|
505
505
|
interface DebugContext {
|
|
506
506
|
[key: string]: unknown;
|
|
507
507
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AliasIdentityInput, a as AliasResult, b as AuditDecision, c as AuditEntry, B as BlockVerdict, d as Breadcrumb, e as BreadcrumbCategory, f as BreadcrumbLevel, C as CROSSDECK_API_VERSION, g as CapturedError, h as Contract, i as ContractAppliesTo, j as ContractFailureInput, k as ContractPillar, l as ContractStatus, m as ContractTestRef, n as CrossdeckAuthenticationError, o as CrossdeckConfigurationError, p as CrossdeckContracts, q as CrossdeckError, r as CrossdeckErrorPayload, s as CrossdeckErrorType, t as CrossdeckInternalError, u as CrossdeckNetworkError, v as CrossdeckPermissionError, w as CrossdeckRateLimitError, x as CrossdeckServer, y as CrossdeckServerOptions, z as CrossdeckValidationError, D as DEFAULT_BASE_URL, E as DEFAULT_TIMEOUT_MS, F as Diagnostics, G as EntitlementCacheOptions, H as EntitlementMutationResult, I as EntitlementStore, J as EntitlementsListResponse, K as EntitlementsListener, L as Environment, M as ErrorCaptureConfig, N as ErrorLevel, O as EventProperties, P as ForgetResult, Q as
|
|
1
|
+
export { A as AliasIdentityInput, a as AliasResult, b as AuditDecision, c as AuditEntry, B as BlockVerdict, d as Breadcrumb, e as BreadcrumbCategory, f as BreadcrumbLevel, C as CROSSDECK_API_VERSION, g as CapturedError, h as Contract, i as ContractAppliesTo, j as ContractFailureInput, k as ContractPillar, l as ContractStatus, m as ContractTestRef, n as CrossdeckAuthenticationError, o as CrossdeckConfigurationError, p as CrossdeckContracts, q as CrossdeckError, r as CrossdeckErrorPayload, s as CrossdeckErrorType, t as CrossdeckInternalError, u as CrossdeckNetworkError, v as CrossdeckPermissionError, w as CrossdeckRateLimitError, x as CrossdeckServer, y as CrossdeckServerOptions, z as CrossdeckValidationError, D as DEFAULT_BASE_URL, E as DEFAULT_TIMEOUT_MS, F as Diagnostics, G as EntitlementCacheOptions, H as EntitlementMutationResult, I as EntitlementStore, J as EntitlementsListResponse, K as EntitlementsListener, L as Environment, M as ErrorCaptureConfig, N as ErrorLevel, O as EventProperties, P as ForgetResult, Q as GateInput, R as GateVerdict, S as GrantDuration, T as GrantEntitlementInput, U as GroupMembership, V as HeartbeatResponse, W as HttpRequestInfo, X as HttpResponseInfo, Y as HttpRetriesConfig, Z as IdentifyOptions, _ as IdentityHints, $ as IngestOptions, a0 as IngestResponse, a1 as OwnerStatusInput, a2 as PublicEntitlement, a3 as PurchaseResult, a4 as RequestOptions, a5 as ResolveInput, a6 as ResolveResult, a7 as RevokeEntitlementInput, a8 as RuntimeHost, a9 as RuntimeInfo, aa as ServerEvent, ab as StackFrame, ac as StoredEntitlements, ad as SyncPurchaseInput, ae as makeCrossdeckError } from './crossdeck-server-BpBVFC4O.js';
|
|
2
2
|
import 'node:events';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -17,7 +17,7 @@ import 'node:events';
|
|
|
17
17
|
*
|
|
18
18
|
* Do NOT edit by hand — `node scripts/sync-sdk-versions.mjs`.
|
|
19
19
|
*/
|
|
20
|
-
declare const SDK_VERSION = "1.10.
|
|
20
|
+
declare const SDK_VERSION = "1.10.1";
|
|
21
21
|
declare const SDK_NAME = "@cross-deck/node";
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -501,7 +501,7 @@ declare function scrubPiiFromProperties(properties: Record<string, unknown>): Re
|
|
|
501
501
|
* - `sdk.no_durable_store`
|
|
502
502
|
* - `sdk.super_property_registered`
|
|
503
503
|
*/
|
|
504
|
-
type DebugSignal = "sdk.configured" | "sdk.first_event_sent" | "sdk.invalid_key" | "sdk.no_identity" | "sdk.entitlement_cache_used" | "sdk.entitlement_cache_warm" | "sdk.entitlement_cache_stale" | "sdk.entitlement_store_recovered" | "sdk.no_durable_store" | "sdk.purchase_evidence_sent" | "sdk.environment_mismatch" | "sdk.sensitive_property_warning" | "sdk.property_coerced" | "sdk.flush_retry_scheduled" | "sdk.flush_permanent_failure" | "sdk.parked" | "sdk.flush_on_exit_started" | "sdk.flush_on_exit_completed" | "sdk.webhook_verified" | "sdk.runtime_detected" | "sdk.super_property_registered" | "sdk.boot_heartbeat_failed" | "sdk.resolve_missing_identity" | "sdk.resolve_failed" | "sdk.owner_status_missing_identity" | "sdk.owner_status_failed";
|
|
504
|
+
type DebugSignal = "sdk.configured" | "sdk.first_event_sent" | "sdk.invalid_key" | "sdk.no_identity" | "sdk.entitlement_cache_used" | "sdk.entitlement_cache_warm" | "sdk.entitlement_cache_stale" | "sdk.entitlement_store_recovered" | "sdk.no_durable_store" | "sdk.purchase_evidence_sent" | "sdk.environment_mismatch" | "sdk.sensitive_property_warning" | "sdk.property_coerced" | "sdk.flush_retry_scheduled" | "sdk.flush_permanent_failure" | "sdk.parked" | "sdk.flush_on_exit_started" | "sdk.flush_on_exit_completed" | "sdk.webhook_verified" | "sdk.runtime_detected" | "sdk.super_property_registered" | "sdk.boot_heartbeat_failed" | "sdk.resolve_missing_identity" | "sdk.resolve_failed" | "sdk.owner_status_missing_identity" | "sdk.owner_status_failed" | "sdk.gate_missing_input" | "sdk.gate_failed";
|
|
505
505
|
interface DebugContext {
|
|
506
506
|
[key: string]: unknown;
|
|
507
507
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -329,7 +329,7 @@ function byteLength(s) {
|
|
|
329
329
|
import * as https from "https";
|
|
330
330
|
|
|
331
331
|
// src/_version.ts
|
|
332
|
-
var SDK_VERSION = "1.10.
|
|
332
|
+
var SDK_VERSION = "1.10.1";
|
|
333
333
|
var SDK_NAME = "@cross-deck/node";
|
|
334
334
|
|
|
335
335
|
// src/_diagnostic-telemetry.ts
|
|
@@ -3127,10 +3127,10 @@ var CrossdeckServer = class extends EventEmitter {
|
|
|
3127
3127
|
anonymousId: input?.anonymousId ?? null,
|
|
3128
3128
|
identityError: null
|
|
3129
3129
|
});
|
|
3130
|
-
if (!input || !input.anonymousId && !
|
|
3130
|
+
if (!input || !input.anonymousId && !input.userId) {
|
|
3131
3131
|
this.debug.emit(
|
|
3132
3132
|
"sdk.resolve_missing_identity",
|
|
3133
|
-
"resolve() needs anonymousId
|
|
3133
|
+
"resolve() needs an anonymousId or a userId; returning fail-open blocked:false."
|
|
3134
3134
|
);
|
|
3135
3135
|
return failOpen();
|
|
3136
3136
|
}
|
|
@@ -3215,6 +3215,60 @@ var CrossdeckServer = class extends EventEmitter {
|
|
|
3215
3215
|
return { blocked: false, blockReason: null, blockedKey: null, degraded: true };
|
|
3216
3216
|
}
|
|
3217
3217
|
}
|
|
3218
|
+
/**
|
|
3219
|
+
* The brand-new-signup door (§3 of the Blocking developer guide). Block a user Crossdeck
|
|
3220
|
+
* has **never seen** — at the instant they sign up — by the two strings you have then:
|
|
3221
|
+
* their `email` and `ip`. There's no identity to ride yet, so {@link resolve} can't catch
|
|
3222
|
+
* them; this matches `email` / domain / `ip` blocklist rules directly. Call it BEFORE you
|
|
3223
|
+
* create the account; on `action: "block"`, reject the signup.
|
|
3224
|
+
*
|
|
3225
|
+
* **Fail-open by contract** — never throws, never blocks on uncertainty: any error →
|
|
3226
|
+
* `{ action: "allow", allow: true, degraded: true }`, so a glitch can't reject a real signup.
|
|
3227
|
+
*
|
|
3228
|
+
* @experimental Preview — Crossdeck Trust ships with Crossdeck v2.
|
|
3229
|
+
*/
|
|
3230
|
+
async gate(input, options) {
|
|
3231
|
+
const failOpen = () => ({
|
|
3232
|
+
action: "allow",
|
|
3233
|
+
allow: true,
|
|
3234
|
+
blockReason: null,
|
|
3235
|
+
blockedKey: null,
|
|
3236
|
+
degraded: true
|
|
3237
|
+
});
|
|
3238
|
+
if (!input || !input.email && !input.ip && !input.domain) {
|
|
3239
|
+
this.debug.emit(
|
|
3240
|
+
"sdk.gate_missing_input",
|
|
3241
|
+
"gate() needs at least one of email / ip / domain; returning fail-open allow:true."
|
|
3242
|
+
);
|
|
3243
|
+
return failOpen();
|
|
3244
|
+
}
|
|
3245
|
+
try {
|
|
3246
|
+
const raw = await this.http.request("POST", "/trust/gate", {
|
|
3247
|
+
body: {
|
|
3248
|
+
...input.email ? { email: input.email } : {},
|
|
3249
|
+
...input.ip ? { ip: input.ip } : {},
|
|
3250
|
+
...input.domain ? { domain: input.domain } : {},
|
|
3251
|
+
...input.fingerprint ? { fingerprint: input.fingerprint } : {}
|
|
3252
|
+
},
|
|
3253
|
+
signal: options?.signal,
|
|
3254
|
+
timeoutMs: options?.timeoutMs
|
|
3255
|
+
});
|
|
3256
|
+
const action = raw.action === "block" || raw.action === "review" ? raw.action : "allow";
|
|
3257
|
+
return {
|
|
3258
|
+
action,
|
|
3259
|
+
allow: raw.allow !== false && action !== "block",
|
|
3260
|
+
blockReason: raw.blockReason ?? null,
|
|
3261
|
+
blockedKey: raw.blockedKey ?? null
|
|
3262
|
+
};
|
|
3263
|
+
} catch (err) {
|
|
3264
|
+
this.debug.emit(
|
|
3265
|
+
"sdk.gate_failed",
|
|
3266
|
+
`gate() failed \u2014 fail-open allow:true. ${err instanceof Error ? err.message : String(err)}`,
|
|
3267
|
+
{ error: err instanceof Error ? err.message : String(err) }
|
|
3268
|
+
);
|
|
3269
|
+
return failOpen();
|
|
3270
|
+
}
|
|
3271
|
+
}
|
|
3218
3272
|
/**
|
|
3219
3273
|
* Synchronous entitlement check. Returns `true` iff the customer
|
|
3220
3274
|
* has the entitlement AND the cache entry is fresh (within
|
|
@@ -4662,8 +4716,8 @@ function normaliseSecrets(input) {
|
|
|
4662
4716
|
}
|
|
4663
4717
|
|
|
4664
4718
|
// src/_contracts-bundled.ts
|
|
4665
|
-
var BUNDLED_IN = "@cross-deck/node@1.10.
|
|
4666
|
-
var SDK_VERSION2 = "1.10.
|
|
4719
|
+
var BUNDLED_IN = "@cross-deck/node@1.10.1";
|
|
4720
|
+
var SDK_VERSION2 = "1.10.1";
|
|
4667
4721
|
var BUNDLED_CONTRACTS = Object.freeze([
|
|
4668
4722
|
{
|
|
4669
4723
|
"id": "contract-failed-payload-schema-lock",
|
|
@@ -4785,7 +4839,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
4785
4839
|
"legal/security/index.html#diagnostic",
|
|
4786
4840
|
"legal/sdk-data/index.html#b-diagnostic"
|
|
4787
4841
|
],
|
|
4788
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
4842
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
4789
4843
|
},
|
|
4790
4844
|
{
|
|
4791
4845
|
"id": "documentation-honesty",
|
|
@@ -4817,7 +4871,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
4817
4871
|
],
|
|
4818
4872
|
"registeredAt": "2026-05-26",
|
|
4819
4873
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 7.1",
|
|
4820
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
4874
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
4821
4875
|
},
|
|
4822
4876
|
{
|
|
4823
4877
|
"id": "error-envelope-shape",
|
|
@@ -4856,7 +4910,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
4856
4910
|
],
|
|
4857
4911
|
"registeredAt": "2026-05-26",
|
|
4858
4912
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 8 (codifies existing contract)",
|
|
4859
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
4913
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
4860
4914
|
},
|
|
4861
4915
|
{
|
|
4862
4916
|
"id": "flush-interval-parity",
|
|
@@ -4901,7 +4955,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
4901
4955
|
],
|
|
4902
4956
|
"registeredAt": "2026-05-26",
|
|
4903
4957
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 3.3",
|
|
4904
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
4958
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
4905
4959
|
},
|
|
4906
4960
|
{
|
|
4907
4961
|
"id": "idempotency-key-deterministic",
|
|
@@ -5006,7 +5060,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
5006
5060
|
],
|
|
5007
5061
|
"registeredAt": "2026-05-26",
|
|
5008
5062
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 2.2.a + 2.2.b + 2.2.c",
|
|
5009
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
5063
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
5010
5064
|
},
|
|
5011
5065
|
{
|
|
5012
5066
|
"id": "invalid-input-rejected-natively",
|
|
@@ -5062,7 +5116,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
5062
5116
|
],
|
|
5063
5117
|
"registeredAt": "2026-06-11",
|
|
5064
5118
|
"firstRegisteredIn": "swift trap-on-input class fix \u2014 first machine-tested Swift release",
|
|
5065
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
5119
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
5066
5120
|
},
|
|
5067
5121
|
{
|
|
5068
5122
|
"id": "node-pii-scrubber",
|
|
@@ -5101,7 +5155,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
5101
5155
|
],
|
|
5102
5156
|
"registeredAt": "2026-05-26",
|
|
5103
5157
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 3.1",
|
|
5104
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
5158
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
5105
5159
|
},
|
|
5106
5160
|
{
|
|
5107
5161
|
"id": "node-shutdown-awaits-flush",
|
|
@@ -5134,7 +5188,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
5134
5188
|
],
|
|
5135
5189
|
"registeredAt": "2026-05-26",
|
|
5136
5190
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 5.4",
|
|
5137
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
5191
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
5138
5192
|
},
|
|
5139
5193
|
{
|
|
5140
5194
|
"id": "sdk-error-codes-catalogue",
|
|
@@ -5179,7 +5233,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
5179
5233
|
],
|
|
5180
5234
|
"registeredAt": "2026-05-26",
|
|
5181
5235
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 6.2",
|
|
5182
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
5236
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
5183
5237
|
},
|
|
5184
5238
|
{
|
|
5185
5239
|
"id": "sync-purchases-funnel-parity",
|
|
@@ -5212,7 +5266,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
5212
5266
|
],
|
|
5213
5267
|
"registeredAt": "2026-05-26",
|
|
5214
5268
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 3.5",
|
|
5215
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
5269
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
5216
5270
|
},
|
|
5217
5271
|
{
|
|
5218
5272
|
"id": "verifier-timestamp-mandatory",
|
|
@@ -5266,7 +5320,7 @@ var BUNDLED_CONTRACTS = Object.freeze([
|
|
|
5266
5320
|
],
|
|
5267
5321
|
"registeredAt": "2026-05-26",
|
|
5268
5322
|
"firstRegisteredIn": "bank-grade reconciliation v1.4.0 \u2014 phase 7.2",
|
|
5269
|
-
"bundledIn": "@cross-deck/node@1.10.
|
|
5323
|
+
"bundledIn": "@cross-deck/node@1.10.1"
|
|
5270
5324
|
}
|
|
5271
5325
|
]);
|
|
5272
5326
|
|