@lucern/sdk 1.0.20 → 1.0.21
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
CHANGED
package/dist/contextTypes.d.ts
CHANGED
|
@@ -117,6 +117,7 @@ export type PublicCompiledContext = {
|
|
|
117
117
|
narrativeCoverage?: Record<string, unknown>;
|
|
118
118
|
synthesisLints?: Array<Record<string, unknown>>;
|
|
119
119
|
retrievalReceipt?: Record<string, unknown>;
|
|
120
|
+
assemblyReceipt?: Record<string, unknown>;
|
|
120
121
|
supportingObjects?: PublicContextSupportingObjects;
|
|
121
122
|
schemaVersion: string;
|
|
122
123
|
topicId: string;
|
|
@@ -370,6 +370,7 @@ export type PublicCompiledContext = {
|
|
|
370
370
|
narrativeCoverage?: Record<string, unknown>;
|
|
371
371
|
synthesisLints?: Array<Record<string, unknown>>;
|
|
372
372
|
retrievalReceipt?: Record<string, unknown>;
|
|
373
|
+
assemblyReceipt?: Record<string, unknown>;
|
|
373
374
|
supportingObjects?: PublicContextSupportingObjects;
|
|
374
375
|
schemaVersion: string;
|
|
375
376
|
topicId: string;
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucern/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"typecheck": "tsc --project tsconfig.typecheck.json --noEmit"
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@lucern/contracts": "1.0.
|
|
117
|
-
"@lucern/reasoning-kernel": "1.0.
|
|
118
|
-
"@lucern/secrets": "1.0.
|
|
119
|
-
"@lucern/transport-core": "1.0.
|
|
116
|
+
"@lucern/contracts": "1.0.21",
|
|
117
|
+
"@lucern/reasoning-kernel": "1.0.21",
|
|
118
|
+
"@lucern/secrets": "1.0.21",
|
|
119
|
+
"@lucern/transport-core": "1.0.21",
|
|
120
120
|
"effect": "^3.21.2",
|
|
121
121
|
"zod": "^3.25.76"
|
|
122
122
|
},
|