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