@lucern/sdk 0.3.0-alpha.16 → 0.3.0-alpha.17

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.
@@ -1669,7 +1669,7 @@ function normalizeCanonicalPrincipalIdentity(input, options = {}) {
1669
1669
  })) {
1670
1670
  throw new LucernAccessControlError(
1671
1671
  "clerk_alias_unrecognized",
1672
- "Observed Clerk user id is not attached to the canonical Lucern principal."
1672
+ "Observed Clerk user id does not match the canonical human principal id."
1673
1673
  );
1674
1674
  }
1675
1675
  return {
@@ -7133,7 +7133,7 @@ function createToolRegistryClient(config = {}) {
7133
7133
  }
7134
7134
 
7135
7135
  // src/version.ts
7136
- var LUCERN_SDK_VERSION = "0.3.0-alpha.16";
7136
+ var LUCERN_SDK_VERSION = "0.3.0-alpha.17";
7137
7137
 
7138
7138
  // src/workflowClient.ts
7139
7139
  function normalizeLensQuery(value) {