@kanonak-protocol/sdk 4.17.0 → 4.19.0
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/index.js +26 -24
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as wr,b as Sr,c as Rr,d as Er,e as be}from"./chunk-TVSHIXLA.js";import{a as yn,c as we,e as Fe,h as Ue,i as Le,j as gn}from"./chunk-IHB7UVEH.js";import{a as kr,b as br,c as Pr,d as M,e as H,f as l,g as hn}from"./chunk-VZNNI2VR.js";import{a as fn}from"./chunk-EZSHR3CB.js";import"./chunk-QHABFCRC.js";import{a as Mt,b as Ht,c as zt,d as Wt,e as Gt,f as tr,g as rr,h as nr,i as or}from"./chunk-GMEPM2QQ.js";import{a as Jt,b as qt,c as Xt,d as E,f as Zt,g as Yt,h as er}from"./chunk-JYBKSBB5.js";import{a as Lt}from"./chunk-4NO7MHS7.js";import{a as Cr,b as xr,c as Ir,d as Kr}from"./chunk-S6VSAKXB.js";import{a as $r,b as Br}from"./chunk-PEUTCG3B.js";import{a as Dr}from"./chunk-PEJALHXK.js";import{a as Qt}from"./chunk-SC5M74NM.js";import{A as pn,B as dn,K as mn,a as Or,b as Vr,c as Fr,d as Ur,e as Lr,f as Mr,g as Hr,h as zr,i as Wr,j as Gr,k as Jr,l as qr,m as Xr,n as Zr,o as Yr,p as Qr,q as en,r as tn,s as rn,t as nn,u as on,v as an,w as sn,x as cn,y as ln,z as un}from"./chunk-ZO5IUMX6.js";import{a as y,b as le,c as cr,h as L,i as Oe,j as yr,k as gr,l as A}from"./chunk-MX3DEXMV.js";import{a as I}from"./chunk-NJ3AZYQD.js";import{a as hr,b as Pe,c as Ar,d as g,e as Tr,f as jr,g as _r,h as Nr}from"./chunk-WFQANMBQ.js";import{a as Ve}from"./chunk-6U26UASC.js";import{a as lr,b as ur,c as $,d as pr,e as dr,g as mr,k as fr}from"./chunk-GZPLWII7.js";import{a as ir,b as ce,c as f,d as k,e as sr,f as ue,g as pe,h as de,i as me,j as fe,k as ye,l as ge,r as U,w as K,x as he,y as ke}from"./chunk-7BHDZHJY.js";import{a as ar}from"./chunk-FUUTGGJS.js";import{a as _t,b as se,c as F,d as Nt,e as h,f as Bt,g as Ot,h as Vt,i as Ft,j as Ut}from"./chunk-2ACBWC7K.js";import{a as vr}from"./chunk-ODIECDN7.js";import{VersionOperator as La}from"@kanonak-protocol/types/document/models/enums";import{existsSync as Vn,readFileSync as Fn}from"fs";import{homedir as Un}from"os";import{join as Ln}from"path";import{execFile as kn}from"child_process";import{promisify as bn}from"util";var z=bn(kn),Pn="kanonak",W="/usr/bin/security",b=class{constructor(e=Pn){this.service=e}service;async get(e){let t=l(e);try{let{stdout:n}=await z(W,["find-generic-password","-s",this.service,"-a",t,"-w"],{timeout:1e4});try{return JSON.parse(n.trim())}catch{throw new Error(`Stored credential for '${t}' is corrupted (not valid JSON).
|
|
2
2
|
Run 'kanonak logout ${t}' then 'kanonak login ${t}' to fix.`)}}catch(n){if(Me(n,44))return null;throw new Error(`macOS Keychain read failed for '${t}': ${G(n)}
|
|
3
3
|
The Keychain may be locked or inaccessible.
|
|
4
|
-
Try unlocking it via Keychain Access.app or running 'security unlock-keychain'.`)}}async store(e,t){let n=
|
|
4
|
+
Try unlocking it via Keychain Access.app or running 'security unlock-keychain'.`)}}async store(e,t){let n=l(e),o=JSON.stringify(t);try{await z(W,["add-generic-password","-s",this.service,"-a",n,"-U","-w",o],{timeout:1e4})}catch(i){throw new Error(`macOS Keychain write failed for '${n}': ${G(i)}
|
|
5
5
|
Ensure the Keychain is unlocked and the CLI has write permission.
|
|
6
|
-
On managed devices, your IT policy may block credential storage.`)}}async remove(e){let t=
|
|
6
|
+
On managed devices, your IT policy may block credential storage.`)}}async remove(e){let t=l(e);try{await z(W,["delete-generic-password","-s",this.service,"-a",t],{timeout:1e4})}catch(n){if(Me(n,44))return;console.warn(` Warning: macOS Keychain delete failed for '${t}': ${G(n)}
|
|
7
7
|
The credential may not have been fully removed.`)}}async list(){try{let{stdout:e}=await z(W,["dump-keychain"],{timeout:1e4}),t=[],n=!1;for(let o of e.split(`
|
|
8
|
-
`))if(o.includes(`"svce"<blob>="${this.service}"`)&&(n=!0),n&&o.includes('"acct"<blob>=')){let i=o.match(/"acct"<blob>="([^"]+)"/);i&&t.push(i[1]),n=!1}return t}catch(e){return console.warn(` Warning: Could not enumerate Keychain entries: ${G(e)}`),[]}}};function Me(r,e){return typeof r=="object"&&r!==null&&"code"in r&&r.code===e}function G(r){return r instanceof Error?r.message:String(r)}import{execFile as
|
|
8
|
+
`))if(o.includes(`"svce"<blob>="${this.service}"`)&&(n=!0),n&&o.includes('"acct"<blob>=')){let i=o.match(/"acct"<blob>="([^"]+)"/);i&&t.push(i[1]),n=!1}return t}catch(e){return console.warn(` Warning: Could not enumerate Keychain entries: ${G(e)}`),[]}}};function Me(r,e){return typeof r=="object"&&r!==null&&"code"in r&&r.code===e}function G(r){return r instanceof Error?r.message:String(r)}import{execFile as wn}from"child_process";import{promisify as Sn}from"util";var Rn=Sn(wn),En="kanonak:",He=2560,P=class{constructor(e=En){this.targetPrefix=e}targetPrefix;async get(e){let t=this.targetPrefix+l(e),n=`
|
|
9
9
|
${q}
|
|
10
|
-
$target =
|
|
10
|
+
$target = $env:KANONAK_CRED_TARGET
|
|
11
11
|
$ptr = [IntPtr]::Zero
|
|
12
12
|
$result = [CredMan]::CredRead($target, 1, 0, [ref]$ptr)
|
|
13
13
|
if (-not $result) { exit 1 }
|
|
@@ -18,10 +18,10 @@ try {
|
|
|
18
18
|
[System.Text.Encoding]::Unicode.GetString($bytes)
|
|
19
19
|
} finally {
|
|
20
20
|
[CredMan]::CredFree($ptr)
|
|
21
|
-
}`;try{let{stdout:o}=await J(n,t),i=o.trim();return i?JSON.parse(i):null}catch{return null}}async store(e,t){let n=this.targetPrefix+
|
|
21
|
+
}`;try{let{stdout:o}=await J(n,{KANONAK_CRED_TARGET:t}),i=o.trim();return i?JSON.parse(i):null}catch{return null}}async store(e,t){let n=this.targetPrefix+l(e),o=JSON.stringify(t),i=Buffer.byteLength(o,"utf16le");if(i>He)throw new Error(`Credential '${n}' is ${i} bytes (UTF-16), over the Windows Credential Manager limit of ${He} (CRED_MAX_CREDENTIAL_BLOB_SIZE). Keep only the secret here and store large/public material (certificates, chains) on disk.`);let a=`
|
|
22
22
|
${q}
|
|
23
|
-
$target =
|
|
24
|
-
$json =
|
|
23
|
+
$target = $env:KANONAK_CRED_TARGET
|
|
24
|
+
$json = $env:KANONAK_CRED_JSON
|
|
25
25
|
$bytes = [System.Text.Encoding]::Unicode.GetBytes($json)
|
|
26
26
|
$cred = New-Object CredMan+CREDENTIAL
|
|
27
27
|
$cred.Type = 1
|
|
@@ -35,17 +35,19 @@ try {
|
|
|
35
35
|
if (-not $result) { throw "CredWrite failed (Win32 error $([System.Runtime.InteropServices.Marshal]::GetLastWin32Error()))" }
|
|
36
36
|
} finally {
|
|
37
37
|
[System.Runtime.InteropServices.Marshal]::FreeHGlobal($cred.CredentialBlob)
|
|
38
|
-
}`;try{await J(a
|
|
39
|
-
${o}`)}catch(s){throw new Error(`Windows Credential Manager write failed: ${String(s)}`)}}async remove(e){let t=this.targetPrefix+c(e),n=`
|
|
38
|
+
}`;try{await J(a,{KANONAK_CRED_TARGET:n,KANONAK_CRED_JSON:o})}catch(s){let c=s,u=c.stderr&&c.stderr.trim()||c.message||String(s);throw new Error(`Windows Credential Manager write failed: ${u}`)}}async remove(e){let t=this.targetPrefix+l(e),n=`
|
|
40
39
|
${q}
|
|
41
|
-
$target =
|
|
42
|
-
[CredMan]::CredDelete($target, 1, 0) | Out-Null`;try{await J(n,t)}catch{}}async list(){let e=`
|
|
40
|
+
$target = $env:KANONAK_CRED_TARGET
|
|
41
|
+
[CredMan]::CredDelete($target, 1, 0) | Out-Null`;try{await J(n,{KANONAK_CRED_TARGET:t})}catch{}}async list(){let e=`
|
|
43
42
|
${q}
|
|
44
43
|
${vn}
|
|
45
|
-
$prefix =
|
|
44
|
+
$prefix = $env:KANONAK_CRED_PREFIX
|
|
46
45
|
$count = 0
|
|
47
46
|
$pCreds = [IntPtr]::Zero
|
|
48
|
-
|
|
47
|
+
# Filter by the namespace prefix as a wildcard (CredEnumerate flags=0). A $null
|
|
48
|
+
# filter would need CRED_ENUMERATE_ALL_CREDENTIALS, but PowerShell marshals a
|
|
49
|
+
# null string as "" so the API rejects it (ERROR_INVALID_FLAGS, 1004).
|
|
50
|
+
if ([CredMan]::CredEnumerate(($prefix + "*"), 0, [ref]$count, [ref]$pCreds)) {
|
|
49
51
|
$ptrSize = [System.Runtime.InteropServices.Marshal]::SizeOf([Type][IntPtr])
|
|
50
52
|
for ($i = 0; $i -lt $count; $i++) {
|
|
51
53
|
$credPtr = [System.Runtime.InteropServices.Marshal]::ReadIntPtr($pCreds, $i * $ptrSize)
|
|
@@ -55,8 +57,8 @@ if ([CredMan]::CredEnumerate($null, 0, [ref]$count, [ref]$pCreds)) {
|
|
|
55
57
|
}
|
|
56
58
|
}
|
|
57
59
|
[CredMan]::CredFree($pCreds)
|
|
58
|
-
}`;try{let{stdout:t}=await J(e,this.targetPrefix);return t.trim().split(`
|
|
59
|
-
`).map(n=>n.trim()).filter(Boolean)}catch{return[]}}};async function J(r,e){for(let
|
|
60
|
+
}`;try{let{stdout:t}=await J(e,{KANONAK_CRED_PREFIX:this.targetPrefix});return t.trim().split(`
|
|
61
|
+
`).map(n=>n.trim()).filter(Boolean)}catch{return[]}}};async function J(r,e){let t=Buffer.from(r,"utf16le").toString("base64");for(let n of["pwsh","powershell"])try{return await Rn(n,["-NoProfile","-NonInteractive","-EncodedCommand",t],{timeout:15e3,...e&&{env:{...process.env,...e}}})}catch(o){if(n==="powershell")throw o}throw new Error("Neither pwsh nor powershell found")}var q=`
|
|
60
62
|
Add-Type -TypeDefinition @"
|
|
61
63
|
using System;
|
|
62
64
|
using System.Runtime.InteropServices;
|
|
@@ -87,13 +89,13 @@ public class CredMan {
|
|
|
87
89
|
[DllImport("Advapi32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
|
|
88
90
|
public static extern bool CredEnumerate(string filter, int flags, out int count, out IntPtr credentials);
|
|
89
91
|
}
|
|
90
|
-
"@`,vn="";import{execFile as Cn,spawn as
|
|
91
|
-
`)){let o=n.match(/attribute\.publisher\s*=\s*(.+)/);o&&t.push(o[1].trim())}return t}catch{return[]}}};async function
|
|
92
|
+
"@`,vn="";import{execFile as Cn,spawn as xn}from"child_process";import{promisify as In}from"util";var X=In(Cn),Kn="kanonak",w=class{constructor(e=Kn){this.service=e}service;async get(e){let t=l(e);try{let{stdout:n}=await X("secret-tool",["lookup","service",this.service,"publisher",t],{timeout:1e4}),o=n.trim();return o?JSON.parse(o):null}catch{return null}}async store(e,t){let n=l(e),o=JSON.stringify(t);await new Promise((i,a)=>{let s=xn("secret-tool",["store","--label",`Kanonak: ${n}`,"service",this.service,"publisher",n],{stdio:["pipe","ignore","ignore"],timeout:1e4});s.stdin.write(o),s.stdin.end(),s.on("close",c=>{c===0?i():a(new Error(`secret-tool store exited with code ${c}`))}),s.on("error",a)})}async remove(e){let t=l(e);try{await X("secret-tool",["clear","service",this.service,"publisher",t],{timeout:1e4})}catch{}}async list(){try{let{stdout:e}=await X("secret-tool",["search","service",this.service],{timeout:1e4}),t=[];for(let n of e.split(`
|
|
93
|
+
`)){let o=n.match(/attribute\.publisher\s*=\s*(.+)/);o&&t.push(o[1].trim())}return t}catch{return[]}}};async function D(){try{return await X("sh",["-c","command -v secret-tool"],{timeout:5e3}),!0}catch{return!1}}import{existsSync as ze,mkdirSync as We,readFileSync as Ge,writeFileSync as Je}from"fs";import{createCipheriv as $n,createDecipheriv as An,randomBytes as qe}from"crypto";import{homedir as Dn}from"os";import{join as Ee,dirname as Xe}from"path";var Ye=Ee(Dn(),".config","kanonak"),T=Ee(Ye,"keyring.key"),Tn=Ee(Ye,"credentials.enc"),Ze="aes-256-gcm",Se=32,v=12,Re=16,S=class{constructor(e=Tn){this.secretsFile=e}secretsFile;async get(e){let t=this.loadStore(),n=l(e);return t[n]??null}async store(e,t){let n=this.loadStore(),o=l(e);n[o]=t,this.saveStore(n)}async remove(e){let t=this.loadStore(),n=l(e);delete t[n],this.saveStore(t)}async list(){let e=this.loadStore();return Object.keys(e)}loadStore(){if(!ze(this.secretsFile))return{};try{let e=this.getOrCreateKey(),t=Ge(this.secretsFile);if(t.length<v+Re)return{};let n=t.subarray(0,v),o=t.subarray(v,v+Re),i=t.subarray(v+Re),a=An(Ze,e,n);a.setAuthTag(o);let s=Buffer.concat([a.update(i),a.final()]);return JSON.parse(s.toString("utf-8"))}catch{return{}}}saveStore(e){let t=this.getOrCreateKey(),n=qe(v),o=$n(Ze,t,n),i=Buffer.from(JSON.stringify(e),"utf-8"),a=Buffer.concat([o.update(i),o.final()]),s=o.getAuthTag(),c=Buffer.concat([n,s,a]);We(Xe(this.secretsFile),{recursive:!0}),Je(this.secretsFile,c,{mode:384})}getOrCreateKey(){if(ze(T)){let t=Ge(T);if(t.length!==Se)throw new Error(`Credential keyring key is corrupted (expected ${Se} bytes, got ${t.length}). Delete ${T} and re-authenticate.`);return t}let e=qe(Se);return We(Xe(T),{recursive:!0}),Je(T,e,{mode:384}),e}};import{execFile as jn}from"child_process";import{promisify as _n}from"util";var Nn=_n(jn),Qe=3e4,j=class{constructor(e){this.helperPath=e}helperPath;async get(e){let t=l(e);try{let o=(await this.runHelper("get",{publisher:t})).trim();return o?JSON.parse(o):null}catch(n){throw new Error(`Credential helper '${this.helperPath}' failed to read credential for '${t}': ${Z(n)}
|
|
92
94
|
Verify the helper binary exists, is executable, and implements the Kanonak credential helper protocol.
|
|
93
|
-
Check the 'credentialHelper' path in ~/.kanonak/config.json.`)}}async store(e,t){let n=
|
|
94
|
-
Verify the helper binary supports the 'store' action.`)}}async remove(e){let t=
|
|
95
|
+
Check the 'credentialHelper' path in ~/.kanonak/config.json.`)}}async store(e,t){let n=l(e);try{await this.runHelper("store",{publisher:n,credential:t})}catch(o){throw new Error(`Credential helper '${this.helperPath}' failed to store credential for '${n}': ${Z(o)}
|
|
96
|
+
Verify the helper binary supports the 'store' action.`)}}async remove(e){let t=l(e);try{await this.runHelper("erase",{publisher:t})}catch(n){console.warn(` Warning: Credential helper '${this.helperPath}' failed to erase credential for '${t}': ${Z(n)}`)}}async list(){try{let e=await this.runHelper("list",void 0);return JSON.parse(e.trim())}catch(e){return console.warn(` Warning: Credential helper '${this.helperPath}' failed to list credentials: ${Z(e)}`),[]}}async runHelper(e,t){try{let{stdout:n}=await Nn(this.helperPath,[e],{...t&&{input:JSON.stringify(t)},timeout:Qe});return n}catch(n){throw Bn(n)?new Error(`Credential helper not found at '${this.helperPath}'.
|
|
95
97
|
Check the 'credentialHelper' path in ~/.kanonak/config.json.`):On(n)?new Error(`Credential helper '${this.helperPath}' timed out after ${Qe/1e3}s on '${e}'.
|
|
96
|
-
The helper may be waiting for authentication to an external vault.`):n}}};function
|
|
97
|
-
Using default credential backend. Fix the JSON syntax or delete the file.`),{}}}import{homedir as
|
|
98
|
-
The stored key pair may be corrupted. Run 'kanonak login ${n}' to re-authenticate.`),a.Authorization=`Bearer ${i.accessToken}`}}else a.Authorization=`Bearer ${i.accessToken}`;let s=await
|
|
99
|
-
`;function lt(r=ct){if(!ro(r))return null;let e=eo(r,"utf-8"),t=st.load(e);return!t||typeof t!="object"||t.version!=="1"?null:{version:"1",lastUpdated:t.lastUpdated??new Date().toISOString(),packages:t.packages??{}}}function ut(r,e=ct){r.lastUpdated=new Date().toISOString();let t={};for(let o of Object.keys(r.packages).sort())t[o]=r.packages[o];r.packages=t;let n=st.dump(r,{lineWidth:-1,sortKeys:!1,quotingType:'"'});to(e,oo+n,"utf-8")}function pt(r){return`sha256:${no("sha256").update(r).digest("hex")}`}import*as Ke from"js-yaml";import{canonicalForm as io,canonicalHash as ao}from"@kanonak-protocol/canonical";function xe(r){return typeof r=="object"&&r!==null&&Array.isArray(r.subjects)}import{CANONICAL_FORM_VERSION as kt}from"@kanonak-protocol/canonical";function dt(r){return io(xe(r)?r:mt(r))}function ee(r){return ao(xe(r)?r:mt(r))}function mt(r){let e=[];for(let t of r)t instanceof f&&e.push({uri:uo(t),statements:Ie(t.statement)});return{subjects:e}}function Ie(r){let e=[];for(let t of r){let n=lo(t);if(!n)continue;let o=so(t);o&&e.push({predicate:n,value:o})}return e}function so(r){if(r instanceof ue&&r.carrier)return{lit:r.lexical??String(r.object),datatype:yt(r.carrier)};if(r instanceof pe)return{raw:r.object};if(r instanceof de)return{raw:r.lexical??String(r.object)};if(r instanceof me)return{raw:r.lexical??String(r.object)};if(r instanceof fe)return{ref:gt(r.object)};if(r instanceof ye)return ft(r.object);if(r instanceof ge)return{list:r.object.map(co)}}function ft(r){let e=Ie(r.statement);return r.name&&r.name.length>0?{embed:{name:r.name,statements:e}}:{embed:{statements:e}}}function co(r){if(r instanceof k)return{ref:gt(r)};if(r instanceof y)return ft(r);if(r instanceof le){if(r.carrier)return{lit:r.lexical??String(r.value),datatype:yt(r.carrier)};let e=r.value;if(typeof e=="string")return{raw:e};if(typeof e=="number")return{raw:String(e)};if(typeof e=="boolean")return{raw:String(e)}}if(r instanceof ce)return{embed:{statements:Ie(r.statement)}};throw new Error(`canonicalForm: list item of unrecognized kind (${r.constructor?.name??typeof r}); add canonicalization support before hashing data that contains it`)}function yt(r){return r===L.LangString?"kanonak.org/core-rdf/langString":`kanonak.org/core-xsd/${r}`}function lo(r){let e=r.predicate;if(e)return ht(e.subject)}function uo(r){let e=r.namespace??"",t=r.name??"";return`${e}/${t}`}function gt(r){return ht(r.subject)}function ht(r){let e=r.version;return e&&typeof e.major=="number"?`${r.publisher}/${r.package_}@${e.major}.${e.minor}.${e.patch}/${r.name}`:`${r.publisher}/${r.package_}/${r.name}`}import{VersionOperator as bt}from"@kanonak-protocol/types/document/models/enums";var po="0.0.0",E=class{constructor(e,t=new I,n){this.repository=e;this.parser=t;this.objectParser=n??new D(this.parser)}repository;parser;objectParser;imports(){return new V}serializeValue(e,t){return St(e,t)}async buildContentAddressed(e){let t=e.book.toImports(),n=await this.hashBody(e.publisher,t,e.body),o=$e(n),i={type:"EphemeralPackage",publisher:e.publisher,imports:t};e.contentHashProperty&&(i[e.contentHashProperty]=n),Object.assign(i,e.header??{}),i.imports=t;let a={[o]:i,...e.body},s=this.dump(a);return{yaml:s,byteCount:wt(s),contentHash:n,packageName:o,publisher:e.publisher,resourceCount:Object.keys(e.body).length}}async buildNamed(e){let t=e.book.toImports(),n={type:e.type??"Package",publisher:e.publisher,version:e.version,imports:t},o;e.contentHashProperty&&(o=await this.hashBody(e.publisher,t,e.body),n[e.contentHashProperty]=o),Object.assign(n,e.header??{}),n.imports=t;let i={[e.name]:n,...e.body},a=this.dump(i),s={yaml:a,byteCount:wt(a),packageName:e.name,publisher:e.publisher,resourceCount:Object.keys(e.body).length};return o!==void 0&&(s.contentHash=o),s}dump(e){return Ke.dump(e,{lineWidth:-1})}async hashBody(e,t,n){let o={[Pt]:{type:"EphemeralPackage",publisher:e,imports:t},...n},i=this.parser.parse(Ke.dump(o,{lineWidth:-1})),a=i.metadata.namespace_?.toString(),l=(await this.objectParser.parseKanonaks(new Ne(i,this.repository))).filter(u=>u instanceof f&&u.namespace===a&&u.name!==Pt);for(let u of l)u.namespace="ephemeral";return ee(l)}},Pt="__pkgbuilder_probe__";function wt(r){return new TextEncoder().encode(r).length}function $e(r){let e="sha256:",t=r.startsWith(e)?e.length:0;return`q-${r.slice(t,t+16)}`}var V=class{byKey=new Map;aliases=new Set;ensure(e,t,n,o,i=bt.Major){let a=`${e}/${t}@${n}`,s=this.byKey.get(a);if(s)return s.alias;let l=this.uniqueAlias(o);return this.byKey.set(a,{publisher:e,package_:t,version:n,alias:l,match:i}),l}ref(e){if(!e.version||typeof e.version.major!="number")throw new Error(`Cannot serialize a reference to ${e.publisher}/${e.package_}/${e.name} without a version.`);return`${this.ensure(e.publisher,e.package_,h(e.version),e.package_)}.${e.name}`}refLatest(e,t,n,o){return`${this.ensure(e,t,po,o??t,bt.Any)}.${n}`}toImports(){let e=new Map;for(let n of this.byKey.values()){let o=e.get(n.publisher)??[];o.push(n),e.set(n.publisher,o)}return[...e.keys()].sort().map(n=>({publisher:n,packages:e.get(n).sort((o,i)=>o.package_<i.package_?-1:1).map(o=>({package:o.package_,match:se(o.match),version:o.version,alias:o.alias}))}))}uniqueAlias(e){let t=O(e)||"pkg",n=t,o=2;for(;this.aliases.has(n);)n=`${t}${o++}`;return this.aliases.add(n),n}};function St(r,e){if(r!=null){if(typeof r=="string"||typeof r=="number"||typeof r=="boolean")return r;if(r instanceof k)return e.ref(r.subject);if(Array.isArray(r)){let t=r.map(n=>St(n,e)).filter(n=>n!==void 0);return t.length>0?t:void 0}if(r instanceof y)throw new Error("Embedded values are not yet supported by PackageBuilder. Produce a literal or a reference, or compose the embedded shape into the output class.");if(mo(r))throw new Error(`Value produced a bare URI without a version (${r.publisher}/${r.package_}/${r.name}); cannot serialize it as a reference.`)}}function O(r){return r.replace(/[^A-Za-z0-9-]/g,"-").replace(/-+/g,"-").replace(/^-|-$/g,"")}function mo(r){return typeof r=="object"&&r!==null&&typeof r.publisher=="string"&&typeof r.package_=="string"&&typeof r.name=="string"}var te=class{constructor(e){this.producers=e}producers;produced=new Map;producerFor(e,t){return this.producers.find(n=>n.canProduce(e,t))}async produceCached(e,t,n,o){let i=`${t}/${n}@${h(o)}`,a=this.produced.get(i);if(a)return a;let{document:s}=await e.produce(t,n,o);return this.produced.set(i,s),s}async getHighestCompatibleVersionAsync(e,t){let n=this.producerFor(e,t.packageName);if(!n)return null;let o={operator:t.versionOperator,version:t.version},i=await n.resolveVersion(e,t.packageName,o);return i?this.produceCached(n,e,t.packageName,i):null}async getDocumentAsync(e){let t;try{t=Pe(e)}catch{return null}if(t.kind!=="package"||!t.version)return null;let n=this.producerFor(t.publisher,t.package_);return n?this.produceCached(n,t.publisher,t.package_,t.version):null}async getDocumentsByNamespaceAsync(e,t){return Array.from(this.produced.values()).filter(n=>{let o=n.metadata.namespace_;return o!=null&&o.publisher===e&&o.package_===t})}async getAllDocumentsAsync(){return Array.from(this.produced.values())}async saveDocumentAsync(e,t){throw new Error("ProducerRepository is read-only: a producer is a source, not a store.")}async deleteDocumentAsync(e){throw new Error("ProducerRepository is read-only: a producer is a source, not a store.")}async clearNamespaceAsync(e,t){throw new Error("ProducerRepository is read-only: a producer is a source, not a store.")}async getAllDocumentReferencesAsync(){return[]}async getDocumentContentAsync(e){return null}async getDocumentUriAsync(e){return null}};var De={async authorize(){return{allowed:!0}}},je={async record(){}},_=class extends Error{constructor(t,n){let o=`${t.publisher}/${t.package_}${t.version?`@${t.version.major}.${t.version.minor}.${t.version.patch}`:""}`;super(`Not entitled to produce ${o}${n?`: ${n}`:""}`);this.address=t;this.reason=n;this.name="EntitlementDeniedError"}address;reason},re=class{inner;ctx;policy;meter;constructor(e,t,n=De,o=je){this.inner=e,this.ctx=t,this.policy=n,this.meter=o}canProduce(e,t){return this.inner.canProduce(e,t)}async resolveVersion(e,t,n){return await this.assertAllowed({publisher:e,package_:t,version:n.version}),this.inner.resolveVersion(e,t,n)}async produce(e,t,n){let o={publisher:e,package_:t,version:n};await this.assertAllowed(o);let i=await this.inner.produce(e,t,n);return await this.meter.record(this.ctx,o,i),i}async assertAllowed(e){let t=await this.policy.authorize(this.ctx,e);if(!t.allowed)throw new _(e,t.reason)}};var d="kanonak.org",m="view",Rt="core-kanonak",fo={publisher:d,package_:m,name:"rootView"},yo={publisher:d,package_:m,name:"bind"},go={publisher:d,package_:m,name:"produces"},ho={publisher:d,package_:m,name:"projections"},ko={publisher:d,package_:m,name:"where"},bo={publisher:d,package_:m,name:"value"},Po={publisher:d,package_:m,name:"as"},ne=class{constructor(e,t=new I){this.repository=e;this.parser=t;this.objectParser=new D(this.parser),this.builder=new E(this.repository,this.parser,this.objectParser)}repository;parser;objectParser;builder;async materialize(e,t={}){let n=await this.objectParser.parseKanonaks(this.repository),o=this.resolveView(n,e),i=K(o,yo);if(!i)throw new Error(`View ${o.namespace}/${o.name} declares no view.bind; cannot materialize.`);let a=K(o,go);if(!a)throw new Error(`View ${o.namespace}/${o.name} is a selection view (no view.produces). In-graph materialization of selection views is not yet supported \u2014 declare a view.produces output class to reshape the result.`);let s=wo(o),l=vt(n,d,Rt),u=vt(n,d,m),p=this.builder.imports(),oe=p.ensure(d,Rt,l,"ck"),Et=p.ensure(d,m,u,"v"),xt=p.ref(a),It=new Le(this.repository,this.parser,this.objectParser),Ae=new Ue(It,n),Kt=this.readProjections(n,o),$t=vo(o,ko),Dt=this.findInstances(n,i,await this.reason(t)),Te={},jt=new Set;for(let N of Dt){if(!await this.passesWhere(Ae,n,$t,N))continue;let ae={type:xt};for(let Ve of Kt){let At=await this.evaluateValue(Ae,n,Ve.value,N),Oe=this.builder.serializeValue(Ct(At),p);Oe!==void 0&&(ae[p.ref(Ve.as)]=Oe)}let Be=g(N);Be&&(ae[`${Et}.derivedFrom`]=p.ref(Be)),Te[this.rowName(N,jt)]=ae}let ie={};t.resolvedAt&&(ie[`${oe}.resolvedAt`]=t.resolvedAt),t.invocationId&&(ie[`${oe}.id`]=t.invocationId);let x=await this.builder.buildContentAddressed({publisher:s,book:p,body:Te,contentHashProperty:`${oe}.contentHash`,header:ie});return{yaml:x.yaml,contentHash:x.contentHash,packageName:x.packageName,publisher:x.publisher,rowCount:x.resourceCount}}resolveView(e,t){let n=F(e,t);if(!n)throw new Error(`View ${t.publisher}/${t.package_}/${t.name} not found in the catalog.`);let o=K(n,fo);if(o){let i=F(e,o);if(!i)throw new Error(`ViewPackage ${t.name} names rootView ${o.name}, which is not in the catalog.`);return i}return n}readProjections(e,t){let n=[];for(let o of ke(t,ho)){let i=o instanceof y?o:o instanceof k?F(e,o.subject):void 0;if(!i)continue;let a=he(i,bo),s=K(i,Po);a&&s&&n.push({value:a,as:s})}return n}async reason(e){return new be({profile:e.reasoningProfile??"owl-rl-classification"}).reason(this.repository)}findInstances(e,t,n){let o=Ro(e),i=[],a=new Set;for(let s of n.getInstancesOfClass(t)){if(a.has(s))continue;a.add(s);let l=o.get(s);l&&i.push(l)}return i.sort((s,l)=>{let u=$(g(s)),p=$(g(l));return u<p?-1:u>p?1:0}),i}async passesWhere(e,t,n,o){for(let i of n){let a=await this.evaluateValue(e,t,i,o);if(!Co(a))return!1}return!0}async evaluateValue(e,t,n,o){let i=Fe(n,"view-projection",{catalog:t,depth:0}),a=new Map([["input",o]]);return e.evaluate(i,a)}rowName(e,t){let n=O(e.name)||"row",o=n,i=2;for(;t.has(o);)o=`${n}-${i++}`;return t.add(o),o}};function Ct(r){return we(r)?r.value:Array.isArray(r)?r.map(Ct):r}function wo(r){let e=g(r);if(!e)throw new Error(`Could not derive a publisher from view ${r.namespace}/${r.name}.`);return e.publisher}function vt(r,e,t){let n=So(r,e,t);if(!n)throw new Error(`Package ${e}/${t} is not in the catalog; it must be importable to materialize a view.`);return n}function So(r,e,t){let n;for(let o of r){if(!(o instanceof f))continue;let i=g(o);!i||i.publisher!==e||i.package_!==t||!i.version||(!n||U(i.version,n)>0)&&(n=i.version)}return n?h(n):void 0}function Ro(r){let e=new Map,t=new Map;for(let n of r){if(!(n instanceof f))continue;let o=g(n);if(!o||!o.version)continue;let i=$(o),a=t.get(i);(!a||U(o.version,a)>0)&&(t.set(i,o.version),e.set(i,n))}return e}function vo(r,e){let t=he(r,e);return t?[t]:ke(r,e).filter(n=>n instanceof y)}function Co(r){return r===!0?!0:r===!1||r===void 0||r===null?!1:typeof r=="string"?r.length>0:typeof r=="number"?r!==0:we(r)?r.value.length>0:Array.isArray(r)?r.length>0:!!r}export{nn as AmbiguousReferenceRule,me as BooleanStatement,kt as CANONICAL_FORM_VERSION,L as Carrier,un as ClassDefinitionRule,Zr as ClassHierarchyCycleRule,Ht as CompositeKanonakDocumentRepository,X as CredentialStore,ce as DefinedKanonak,Q as DeviceCertificateStore,Mt as DocumentLocation,kr as EdgeType,y as EmbeddedKanonak,Gr as EmbeddedKanonakTypeRule,ye as EmbeddedStatement,_ as EntitlementDeniedError,re as EntitlementProducer,Lt as FileSystemKanonakDocumentRepository,vr as GitIgnoreFilter,br as GraphBuilder,Qt as HttpKanonakDocumentRepository,V as ImportBook,Jr as ImportExistenceRule,Ft as InMemoryKanonakDocumentRepository,Gt as KANONAK_USER_AGENT,or as Kanonak,Er as KanonakDocumentPositions,D as KanonakObjectParser,dn as KanonakObjectValidator,I as KanonakParser,ir as KanonakUri,Kr as KanonakUriBuilder,Dr as KanonakUrlResolver,mr as KanonakVocabulary,ge as ListStatement,le as LiteralKanonak,er as LocalFirstRepository,tr as LockAwareRepository,yn as LookRenderer,pn as MarkdownLinkRule,sr as MarkdownStatement,tn as NamespaceImportCycleRule,Lr as NamespacePrefixRule,hr as NodeType,de as NumberStatement,Sr as OWL_RL_CLASSIFICATION_RULES,an as ObjectPropertyValueValidationRule,Nr as OntologyValidationError,Or as OntologyValidationResult,E as PackageBuilder,Wr as PackageHeaderRule,te as ProducerRepository,sn as PropertyDomainRule,Yr as PropertyHierarchyCycleRule,cn as PropertyKindRangeConsistencyRule,Cr as PropertyMetadata,on as PropertyRangeReferenceRule,Xr as PropertyRangeRequiredRule,Hr as PropertyTypeSpecificityRule,Zt as PublisherConfigResolver,Yt as PublisherIndex,wr as RDFS_RULES,be as Reasoner,Rr as ReasoningResult,k as ReferenceKanonak,fe as ReferenceStatement,Wt as RepositoryFactory,ln as ReservedNameShadowRule,Mr as ResourceNamingRule,cr as ResourceResolver,gr as ResourceTypeClassifier,ue as ScalarStatement,ar as Statement,pe as StringStatement,Qr as SubClassOfReferenceRule,en as SubPropertyOfReferenceRule,f as SubjectKanonak,zr as SubjectKanonakTypeRequiredRule,Pr as TripleStore,lr as TypeResolver,rn as UnresolvedPredicateRule,qr as UnresolvedReferenceRule,Fr as ValidationCache,Ur as ValidationContext,_r as ValidationSeverity,La as VersionOperator,ne as ViewMaterializer,De as allowAllPolicy,Xt as assertPackageIdentity,nr as buildLocalFirstRepository,gn as buildOntologyModel,dt as canonicalForm,ee as canonicalHash,_e as carrierOf,rr as collectKanonakFiles,U as compareVersions,pt as computeIntegrity,$e as contentAddressedName,Br as contextTypesOf,at as createAuthenticatedFetch,B as createDPoPProof,Vt as createVersion,yr as extractMarkdownLinks,mn as findDerivation,Vr as findInstancesByType,fr as findMalformedReferences,Ir as findMarkdownLinkAt,$r as formatKanonakAddress,h as formatVersion,ot as generateDPoPKeyPair,zt as getGlobalCachePath,qt as getKanonakUserAgent,H as hasValidToken,_t as isCompatibleVersion,M as isExpired,Nt as isMajorCompatible,v as kanonakFetch,lt as loadLockFile,ur as makeUriKey,je as noopMeter,c as normalizeHost,Pe as parseKanonakAddress,Ot as parseVersionString,xr as parseWithPositions,Ut as pickHighestDocument,Ar as propertiesInScope,fn as resolveDisplayValue,Tr as resolvePropertyStep,O as sanitizeName,ut as saveLockFile,it as serverSupportsDPoP,Jt as setKanonakUserAgent,g as subjectUri,jr as superClassChain,pr as tripleKey,$ as uriKey,dr as uriTriple,Tt as versionOperatorFromChar,se as versionOperatorToChar,Bt as versionsEqual};
|
|
98
|
+
The helper may be waiting for authentication to an external vault.`):n}}};function Z(r){return r instanceof Error?r.message:String(r)}function Bn(r){return r instanceof Error&&"code"in r&&r.code==="ENOENT"}function On(r){return r instanceof Error&&"killed"in r&&r.killed}var ve=Ln(Un(),".kanonak","config.json"),Y=class{backend=null;backendReady=null;async getBackend(){if(this.backend)return this.backend;if(this.backendReady)return this.backendReady;this.backendReady=this.resolveBackend();try{return this.backend=await this.backendReady,this.backend}catch(e){throw this.backendReady=null,e}}async getToken(e){let t=Mn(e);if(t)return t;let o=await(await this.getBackend()).get(e);return!o||!H(o)?null:o.accessToken??null}async getCredential(e){return(await this.getBackend()).get(e)}async store(e,t){return(await this.getBackend()).store(e,t)}async remove(e){return(await this.getBackend()).remove(e)}async list(){return(await this.getBackend()).list()}async resolveBackend(){let e=Hn();return e.credentialHelper?new j(e.credentialHelper):process.platform==="darwin"?new b:process.platform==="win32"?new P:await D()?new w:new S}};function Mn(r){let t="KANONAK_TOKEN_"+l(r).replace(/[.\-]/g,"_").toUpperCase();return process.env[t]??null}function Hn(){if(!Vn(ve))return{};try{return JSON.parse(Fn(ve,"utf-8"))}catch(r){let e=r instanceof Error?r.message:String(r);return console.warn(` Warning: Failed to parse ${ve}: ${e}
|
|
99
|
+
Using default credential backend. Fix the JSON syntax or delete the file.`),{}}}import{homedir as nt}from"os";import{join as R}from"path";import{mkdir as zn,writeFile as et,readFile as tt,rm as rt}from"fs/promises";var Ce="kanonak-device",Wn=R(nt(),".config","kanonak","device-credentials.enc"),Gn=R(nt(),".kanonak","devices"),Q=class{constructor(e={}){this.deps=e}deps;backend=null;backendReady=null;certDir(e){let t=l(e).replace(/[^a-zA-Z0-9._-]/g,"_");return R(this.deps.certBaseDir??Gn,t)}async getBackend(){if(this.backend)return this.backend;if(this.backendReady)return this.backendReady;this.backendReady=this.resolveBackend();try{return this.backend=await this.backendReady,this.backend}catch(e){throw this.backendReady=null,e}}async get(e){let t=await(await this.getBackend()).get(e);if(!t)return null;if(typeof t.certificatePem=="string"&&typeof t.chainPem=="string")return t;let n=this.certDir(e),o,i;try{o=await tt(R(n,"cert.pem"),"utf-8"),i=await tt(R(n,"chain.pem"),"utf-8")}catch{return null}return{...t,certificatePem:o,chainPem:i}}async store(e,t){let{certificatePem:n,chainPem:o,...i}=t,a=this.certDir(e);await zn(a,{recursive:!0}),await et(R(a,"cert.pem"),n,"utf-8"),await et(R(a,"chain.pem"),o,"utf-8");try{await(await this.getBackend()).store(e,i)}catch(s){throw await rt(a,{recursive:!0,force:!0}).catch(()=>{}),s}}async remove(e){await(await this.getBackend()).remove(e),await rt(this.certDir(e),{recursive:!0,force:!0})}async list(){return(await this.getBackend()).list()}async resolveBackend(){return this.deps.backend?this.deps.backend:process.platform==="darwin"?new b(Ce):process.platform==="win32"?new P(`${Ce}:`):await D()?new w(Ce):new S(Wn)}};import{createHash as Jn,createPrivateKey as qn,generateKeyPairSync as Xn,randomUUID as Zn,sign as Yn}from"crypto";function it(){let{publicKey:r,privateKey:e}=Xn("ec",{namedCurve:"P-256"});return{publicKey:r.export({format:"jwk"}),privateKey:e.export({format:"jwk"})}}function _(r,e,t,n,o,i){let a={alg:"ES256",typ:"dpop+jwt",jwk:{kty:e.kty,crv:e.crv,x:e.x,y:e.y}},s={jti:Zn(),htm:t.toUpperCase(),htu:n,iat:Math.floor(Date.now()/1e3)};return o&&(s.ath=Jn("sha256").update(o).digest("base64url")),i&&(s.nonce=i),Qn(a,s,r)}function at(r){return!r||r.length===0?!1:r.some(e=>e.toUpperCase()==="ES256")}function Qn(r,e,t){let n=ot(JSON.stringify(r)),o=ot(JSON.stringify(e)),i=`${n}.${o}`,a=qn({key:t,format:"jwk"}),c=Yn("SHA256",Buffer.from(i),{key:a,dsaEncoding:"ieee-p1363"}).toString("base64url");return`${i}.${c}`}function ot(r){return Buffer.from(r,"utf-8").toString("base64url")}function st(r){let e=new Map;return async(t,n,o="GET")=>{if(!r)return E(t,{method:o});let i=await r.getCredential(n);if(!i?.accessToken)return E(t,{method:o});M(i)&&console.warn(` Warning: Access token for '${n}' is expired. Run 'kanonak login ${n}' to re-authenticate.`);let a={};if(i.dpopKeyPair){let c=e.get(n);try{let u=_(i.dpopKeyPair.privateKey,i.dpopKeyPair.publicKey,o,t,i.accessToken,c);a.Authorization=`DPoP ${i.accessToken}`,a.DPoP=u}catch(u){let p=u instanceof Error?u.message:String(u);console.error(` Error: Failed to create DPoP proof for '${n}': ${p}
|
|
100
|
+
The stored key pair may be corrupted. Run 'kanonak login ${n}' to re-authenticate.`),a.Authorization=`Bearer ${i.accessToken}`}}else a.Authorization=`Bearer ${i.accessToken}`;let s=await E(t,{method:o,headers:a});if(s.status===401&&i.dpopKeyPair){let c=s.headers.get("DPoP-Nonce");if(c){e.set(n,c);try{let u=_(i.dpopKeyPair.privateKey,i.dpopKeyPair.publicKey,o,t,i.accessToken,c);a.DPoP=u,s=await E(t,{method:o,headers:a})}catch{}}}return s}}import{readFileSync as eo,writeFileSync as to,existsSync as ro}from"fs";import{createHash as no}from"crypto";import ct from"js-yaml";var lt="kanonak.lock",oo=`# This file is generated by Kanonak CLI. Do not edit manually.
|
|
101
|
+
`;function ut(r=lt){if(!ro(r))return null;let e=eo(r,"utf-8"),t=ct.load(e);return!t||typeof t!="object"||t.version!=="1"?null:{version:"1",lastUpdated:t.lastUpdated??new Date().toISOString(),packages:t.packages??{}}}function pt(r,e=lt){r.lastUpdated=new Date().toISOString();let t={};for(let o of Object.keys(r.packages).sort())t[o]=r.packages[o];r.packages=t;let n=ct.dump(r,{lineWidth:-1,sortKeys:!1,quotingType:'"'});to(e,oo+n,"utf-8")}function dt(r){return`sha256:${no("sha256").update(r).digest("hex")}`}import*as Ke from"js-yaml";import{canonicalForm as io,canonicalHash as ao}from"@kanonak-protocol/canonical";function xe(r){return typeof r=="object"&&r!==null&&Array.isArray(r.subjects)}import{CANONICAL_FORM_VERSION as bt}from"@kanonak-protocol/canonical";function mt(r){return io(xe(r)?r:ft(r))}function ee(r){return ao(xe(r)?r:ft(r))}function ft(r){let e=[];for(let t of r)t instanceof f&&e.push({uri:uo(t),statements:Ie(t.statement)});return{subjects:e}}function Ie(r){let e=[];for(let t of r){let n=lo(t);if(!n)continue;let o=so(t);o&&e.push({predicate:n,value:o})}return e}function so(r){if(r instanceof ue&&r.carrier)return{lit:r.lexical??String(r.object),datatype:gt(r.carrier)};if(r instanceof pe)return{raw:r.object};if(r instanceof de)return{raw:r.lexical??String(r.object)};if(r instanceof me)return{raw:r.lexical??String(r.object)};if(r instanceof fe)return{ref:ht(r.object)};if(r instanceof ye)return yt(r.object);if(r instanceof ge)return{list:r.object.map(co)}}function yt(r){let e=Ie(r.statement);return r.name&&r.name.length>0?{embed:{name:r.name,statements:e}}:{embed:{statements:e}}}function co(r){if(r instanceof k)return{ref:ht(r)};if(r instanceof y)return yt(r);if(r instanceof le){if(r.carrier)return{lit:r.lexical??String(r.value),datatype:gt(r.carrier)};let e=r.value;if(typeof e=="string")return{raw:e};if(typeof e=="number")return{raw:String(e)};if(typeof e=="boolean")return{raw:String(e)}}if(r instanceof ce)return{embed:{statements:Ie(r.statement)}};throw new Error(`canonicalForm: list item of unrecognized kind (${r.constructor?.name??typeof r}); add canonicalization support before hashing data that contains it`)}function gt(r){return r===L.LangString?"kanonak.org/core-rdf/langString":`kanonak.org/core-xsd/${r}`}function lo(r){let e=r.predicate;if(e)return kt(e.subject)}function uo(r){let e=r.namespace??"",t=r.name??"";return`${e}/${t}`}function ht(r){return kt(r.subject)}function kt(r){let e=r.version;return e&&typeof e.major=="number"?`${r.publisher}/${r.package_}@${e.major}.${e.minor}.${e.patch}/${r.name}`:`${r.publisher}/${r.package_}/${r.name}`}import{VersionOperator as Pt}from"@kanonak-protocol/types/document/models/enums";var po="0.0.0",C=class{constructor(e,t=new I,n){this.repository=e;this.parser=t;this.objectParser=n??new A(this.parser)}repository;parser;objectParser;imports(){return new N}serializeValue(e,t){return Rt(e,t)}async buildContentAddressed(e){let t=e.book.toImports(),n=await this.hashBody(e.publisher,t,e.body),o=$e(n),i={type:"EphemeralPackage",publisher:e.publisher,imports:t};e.contentHashProperty&&(i[e.contentHashProperty]=n),Object.assign(i,e.header??{}),i.imports=t;let a={[o]:i,...e.body},s=this.dump(a);return{yaml:s,byteCount:St(s),contentHash:n,packageName:o,publisher:e.publisher,resourceCount:Object.keys(e.body).length}}async buildNamed(e){let t=e.book.toImports(),n={type:e.type??"Package",publisher:e.publisher,version:e.version,imports:t},o;e.contentHashProperty&&(o=await this.hashBody(e.publisher,t,e.body),n[e.contentHashProperty]=o),Object.assign(n,e.header??{}),n.imports=t;let i={[e.name]:n,...e.body},a=this.dump(i),s={yaml:a,byteCount:St(a),packageName:e.name,publisher:e.publisher,resourceCount:Object.keys(e.body).length};return o!==void 0&&(s.contentHash=o),s}dump(e){return Ke.dump(e,{lineWidth:-1})}async hashBody(e,t,n){let o={[wt]:{type:"EphemeralPackage",publisher:e,imports:t},...n},i=this.parser.parse(Ke.dump(o,{lineWidth:-1})),a=i.metadata.namespace_?.toString(),c=(await this.objectParser.parseKanonaks(new Ve(i,this.repository))).filter(u=>u instanceof f&&u.namespace===a&&u.name!==wt);for(let u of c)u.namespace="ephemeral";return ee(c)}},wt="__pkgbuilder_probe__";function St(r){return new TextEncoder().encode(r).length}function $e(r){let e="sha256:",t=r.startsWith(e)?e.length:0;return`q-${r.slice(t,t+16)}`}var N=class{byKey=new Map;aliases=new Set;ensure(e,t,n,o,i=Pt.Major){let a=`${e}/${t}@${n}`,s=this.byKey.get(a);if(s)return s.alias;let c=this.uniqueAlias(o);return this.byKey.set(a,{publisher:e,package_:t,version:n,alias:c,match:i}),c}ref(e){if(!e.version||typeof e.version.major!="number")throw new Error(`Cannot serialize a reference to ${e.publisher}/${e.package_}/${e.name} without a version.`);return`${this.ensure(e.publisher,e.package_,h(e.version),e.package_)}.${e.name}`}refLatest(e,t,n,o){return`${this.ensure(e,t,po,o??t,Pt.Any)}.${n}`}toImports(){let e=new Map;for(let n of this.byKey.values()){let o=e.get(n.publisher)??[];o.push(n),e.set(n.publisher,o)}return[...e.keys()].sort().map(n=>({publisher:n,packages:e.get(n).sort((o,i)=>o.package_<i.package_?-1:1).map(o=>({package:o.package_,match:se(o.match),version:o.version,alias:o.alias}))}))}uniqueAlias(e){let t=B(e)||"pkg",n=t,o=2;for(;this.aliases.has(n);)n=`${t}${o++}`;return this.aliases.add(n),n}};function Rt(r,e){if(r!=null){if(typeof r=="string"||typeof r=="number"||typeof r=="boolean")return r;if(r instanceof k)return e.ref(r.subject);if(Array.isArray(r)){let t=r.map(n=>Rt(n,e)).filter(n=>n!==void 0);return t.length>0?t:void 0}if(r instanceof y)throw new Error("Embedded values are not yet supported by PackageBuilder. Produce a literal or a reference, or compose the embedded shape into the output class.");if(mo(r))throw new Error(`Value produced a bare URI without a version (${r.publisher}/${r.package_}/${r.name}); cannot serialize it as a reference.`)}}function B(r){return r.replace(/[^A-Za-z0-9-]/g,"-").replace(/-+/g,"-").replace(/^-|-$/g,"")}function mo(r){return typeof r=="object"&&r!==null&&typeof r.publisher=="string"&&typeof r.package_=="string"&&typeof r.name=="string"}var te=class{constructor(e){this.producers=e}producers;produced=new Map;producerFor(e,t){return this.producers.find(n=>n.canProduce(e,t))}async produceCached(e,t,n,o){let i=`${t}/${n}@${h(o)}`,a=this.produced.get(i);if(a)return a;let{document:s}=await e.produce(t,n,o);return this.produced.set(i,s),s}async getHighestCompatibleVersionAsync(e,t){let n=this.producerFor(e,t.packageName);if(!n)return null;let o={operator:t.versionOperator,version:t.version},i=await n.resolveVersion(e,t.packageName,o);return i?this.produceCached(n,e,t.packageName,i):null}async getDocumentAsync(e){let t;try{t=Pe(e)}catch{return null}if(t.kind!=="package"||!t.version)return null;let n=this.producerFor(t.publisher,t.package_);return n?this.produceCached(n,t.publisher,t.package_,t.version):null}async getDocumentsByNamespaceAsync(e,t){return Array.from(this.produced.values()).filter(n=>{let o=n.metadata.namespace_;return o!=null&&o.publisher===e&&o.package_===t})}async getAllDocumentsAsync(){return Array.from(this.produced.values())}async saveDocumentAsync(e,t){throw new Error("ProducerRepository is read-only: a producer is a source, not a store.")}async deleteDocumentAsync(e){throw new Error("ProducerRepository is read-only: a producer is a source, not a store.")}async clearNamespaceAsync(e,t){throw new Error("ProducerRepository is read-only: a producer is a source, not a store.")}async getAllDocumentReferencesAsync(){return[]}async getDocumentContentAsync(e){return null}async getDocumentUriAsync(e){return null}};var Ae={async authorize(){return{allowed:!0}}},De={async record(){}},O=class extends Error{constructor(t,n){let o=`${t.publisher}/${t.package_}${t.version?`@${t.version.major}.${t.version.minor}.${t.version.patch}`:""}`;super(`Not entitled to produce ${o}${n?`: ${n}`:""}`);this.address=t;this.reason=n;this.name="EntitlementDeniedError"}address;reason},re=class{inner;ctx;policy;meter;constructor(e,t,n=Ae,o=De){this.inner=e,this.ctx=t,this.policy=n,this.meter=o}canProduce(e,t){return this.inner.canProduce(e,t)}async resolveVersion(e,t,n){return await this.assertAllowed({publisher:e,package_:t,version:n.version}),this.inner.resolveVersion(e,t,n)}async produce(e,t,n){let o={publisher:e,package_:t,version:n};await this.assertAllowed(o);let i=await this.inner.produce(e,t,n);return await this.meter.record(this.ctx,o,i),i}async assertAllowed(e){let t=await this.policy.authorize(this.ctx,e);if(!t.allowed)throw new O(e,t.reason)}};var d="kanonak.org",m="view",Et="core-kanonak",fo={publisher:d,package_:m,name:"rootView"},yo={publisher:d,package_:m,name:"bind"},go={publisher:d,package_:m,name:"produces"},ho={publisher:d,package_:m,name:"projections"},ko={publisher:d,package_:m,name:"where"},bo={publisher:d,package_:m,name:"value"},Po={publisher:d,package_:m,name:"as"},ne=class{constructor(e,t=new I){this.repository=e;this.parser=t;this.objectParser=new A(this.parser),this.builder=new C(this.repository,this.parser,this.objectParser)}repository;parser;objectParser;builder;async materialize(e,t={}){let n=await this.objectParser.parseKanonaks(this.repository),o=this.resolveView(n,e),i=K(o,yo);if(!i)throw new Error(`View ${o.namespace}/${o.name} declares no view.bind; cannot materialize.`);let a=K(o,go);if(!a)throw new Error(`View ${o.namespace}/${o.name} is a selection view (no view.produces). In-graph materialization of selection views is not yet supported \u2014 declare a view.produces output class to reshape the result.`);let s=wo(o),c=vt(n,d,Et),u=vt(n,d,m),p=this.builder.imports(),oe=p.ensure(d,Et,c,"ck"),xt=p.ensure(d,m,u,"v"),It=p.ref(a),Kt=new Le(this.repository,this.parser,this.objectParser),Te=new Fe(Kt,n),$t=this.readProjections(n,o),At=Eo(o,ko),Dt=this.findInstances(n,i,await this.reason(t)),je={},Tt=new Set;for(let V of Dt){if(!await this.passesWhere(Te,n,At,V))continue;let ae={type:It};for(let Ne of $t){let jt=await this.evaluateValue(Te,n,Ne.value,V),Be=this.builder.serializeValue(Ct(jt),p);Be!==void 0&&(ae[p.ref(Ne.as)]=Be)}let _e=g(V);_e&&(ae[`${xt}.derivedFrom`]=p.ref(_e)),je[this.rowName(V,Tt)]=ae}let ie={};t.resolvedAt&&(ie[`${oe}.resolvedAt`]=t.resolvedAt),t.invocationId&&(ie[`${oe}.id`]=t.invocationId);let x=await this.builder.buildContentAddressed({publisher:s,book:p,body:je,contentHashProperty:`${oe}.contentHash`,header:ie});return{yaml:x.yaml,contentHash:x.contentHash,packageName:x.packageName,publisher:x.publisher,rowCount:x.resourceCount}}resolveView(e,t){let n=U(e,t);if(!n)throw new Error(`View ${t.publisher}/${t.package_}/${t.name} not found in the catalog.`);let o=K(n,fo);if(o){let i=U(e,o);if(!i)throw new Error(`ViewPackage ${t.name} names rootView ${o.name}, which is not in the catalog.`);return i}return n}readProjections(e,t){let n=[];for(let o of ke(t,ho)){let i=o instanceof y?o:o instanceof k?U(e,o.subject):void 0;if(!i)continue;let a=he(i,bo),s=K(i,Po);a&&s&&n.push({value:a,as:s})}return n}async reason(e){return new be({profile:e.reasoningProfile??"owl-rl-classification"}).reason(this.repository)}findInstances(e,t,n){let o=Ro(e),i=[],a=new Set;for(let s of n.getInstancesOfClass(t)){if(a.has(s))continue;a.add(s);let c=o.get(s);c&&i.push(c)}return i.sort((s,c)=>{let u=$(g(s)),p=$(g(c));return u<p?-1:u>p?1:0}),i}async passesWhere(e,t,n,o){for(let i of n){let a=await this.evaluateValue(e,t,i,o);if(!vo(a))return!1}return!0}async evaluateValue(e,t,n,o){let i=Ue(n,"view-projection",{catalog:t,depth:0}),a=new Map([["input",o]]);return e.evaluate(i,a)}rowName(e,t){let n=B(e.name)||"row",o=n,i=2;for(;t.has(o);)o=`${n}-${i++}`;return t.add(o),o}};function Ct(r){return we(r)?r.value:Array.isArray(r)?r.map(Ct):r}function wo(r){let e=g(r);if(!e)throw new Error(`Could not derive a publisher from view ${r.namespace}/${r.name}.`);return e.publisher}function vt(r,e,t){let n=So(r,e,t);if(!n)throw new Error(`Package ${e}/${t} is not in the catalog; it must be importable to materialize a view.`);return n}function So(r,e,t){let n;for(let o of r){if(!(o instanceof f))continue;let i=g(o);!i||i.publisher!==e||i.package_!==t||!i.version||(!n||F(i.version,n)>0)&&(n=i.version)}return n?h(n):void 0}function Ro(r){let e=new Map,t=new Map;for(let n of r){if(!(n instanceof f))continue;let o=g(n);if(!o||!o.version)continue;let i=$(o),a=t.get(i);(!a||F(o.version,a)>0)&&(t.set(i,o.version),e.set(i,n))}return e}function Eo(r,e){let t=he(r,e);return t?[t]:ke(r,e).filter(n=>n instanceof y)}function vo(r){return r===!0?!0:r===!1||r===void 0||r===null?!1:typeof r=="string"?r.length>0:typeof r=="number"?r!==0:we(r)?r.value.length>0:Array.isArray(r)?r.length>0:!!r}export{on as AmbiguousReferenceRule,me as BooleanStatement,bt as CANONICAL_FORM_VERSION,L as Carrier,pn as ClassDefinitionRule,Zr as ClassHierarchyCycleRule,zt as CompositeKanonakDocumentRepository,Y as CredentialStore,ce as DefinedKanonak,Q as DeviceCertificateStore,Ht as DocumentLocation,br as EdgeType,y as EmbeddedKanonak,Jr as EmbeddedKanonakTypeRule,ye as EmbeddedStatement,O as EntitlementDeniedError,re as EntitlementProducer,Mt as FileSystemKanonakDocumentRepository,vr as GitIgnoreFilter,Pr as GraphBuilder,er as HttpKanonakDocumentRepository,N as ImportBook,qr as ImportExistenceRule,Lt as InMemoryKanonakDocumentRepository,Jt as KANONAK_USER_AGENT,ir as Kanonak,xr as KanonakDocumentPositions,A as KanonakObjectParser,mn as KanonakObjectValidator,I as KanonakParser,ar as KanonakUri,$r as KanonakUriBuilder,Dr as KanonakUrlResolver,fr as KanonakVocabulary,ge as ListStatement,le as LiteralKanonak,tr as LocalFirstRepository,rr as LockAwareRepository,gn as LookRenderer,dn as MarkdownLinkRule,cr as MarkdownStatement,rn as NamespaceImportCycleRule,Mr as NamespacePrefixRule,kr as NodeType,de as NumberStatement,Rr as OWL_RL_CLASSIFICATION_RULES,sn as ObjectPropertyValueValidationRule,Fr as OntologyValidationError,Or as OntologyValidationResult,C as PackageBuilder,Gr as PackageHeaderRule,te as ProducerRepository,cn as PropertyDomainRule,Yr as PropertyHierarchyCycleRule,ln as PropertyKindRangeConsistencyRule,Cr as PropertyMetadata,an as PropertyRangeReferenceRule,Qr as PropertyRangeRequiredRule,zr as PropertyTypeSpecificityRule,Zt as PublisherConfigResolver,Yt as PublisherIndex,Sr as RDFS_RULES,be as Reasoner,Er as ReasoningResult,k as ReferenceKanonak,fe as ReferenceStatement,Gt as RepositoryFactory,un as ReservedNameShadowRule,Hr as ResourceNamingRule,lr as ResourceResolver,hr as ResourceTypeClassifier,ue as ScalarStatement,sr as Statement,pe as StringStatement,en as SubClassOfReferenceRule,tn as SubPropertyOfReferenceRule,f as SubjectKanonak,Wr as SubjectKanonakTypeRequiredRule,wr as TripleStore,ur as TypeResolver,nn as UnresolvedPredicateRule,Xr as UnresolvedReferenceRule,Lr as ValidationCache,Ur as ValidationContext,Vr as ValidationSeverity,La as VersionOperator,ne as ViewMaterializer,Ae as allowAllPolicy,Qt as assertPackageIdentity,or as buildLocalFirstRepository,hn as buildOntologyModel,mt as canonicalForm,ee as canonicalHash,Oe as carrierOf,nr as collectKanonakFiles,F as compareVersions,dt as computeIntegrity,$e as contentAddressedName,Nr as contextTypesOf,st as createAuthenticatedFetch,_ as createDPoPProof,Bt as createVersion,gr as extractMarkdownLinks,fn as findDerivation,Br as findInstancesByType,yr as findMalformedReferences,Kr as findMarkdownLinkAt,Ar as formatKanonakAddress,h as formatVersion,it as generateDPoPKeyPair,Wt as getGlobalCachePath,Xt as getKanonakUserAgent,H as hasValidToken,Vt as isCompatibleVersion,M as isExpired,Ft as isMajorCompatible,E as kanonakFetch,ut as loadLockFile,pr as makeUriKey,De as noopMeter,l as normalizeHost,Pe as parseKanonakAddress,Ot as parseVersionString,Ir as parseWithPositions,Ut as pickHighestDocument,jr as propertiesInScope,yn as resolveDisplayValue,_r as resolvePropertyStep,B as sanitizeName,pt as saveLockFile,at as serverSupportsDPoP,qt as setKanonakUserAgent,g as subjectUri,Tr as superClassChain,dr as tripleKey,$ as uriKey,mr as uriTriple,_t as versionOperatorFromChar,se as versionOperatorToChar,Nt as versionsEqual};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanonak-protocol/sdk",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.0",
|
|
4
4
|
"description": "TypeScript SDK for the Kanonak Protocol — parse, resolve, validate, reason over, and render .kan.yml packages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@kanonak-protocol/canonical": "^0.1.1",
|
|
129
|
-
"@kanonak-protocol/types": "^4.
|
|
129
|
+
"@kanonak-protocol/types": "^4.19.0",
|
|
130
130
|
"ignore": "^7.0.5",
|
|
131
131
|
"js-yaml": "^4.1.0",
|
|
132
132
|
"yaml": "^2.7.0"
|