@lucern/sdk 1.0.56 → 1.0.58

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
@@ -5,7 +5,10 @@ All notable changes to `@lucern/sdk` will be documented in this file.
5
5
  ## [Unreleased]
6
6
  - No unreleased changes yet.
7
7
 
8
- ## [1.0.56] - 2026-07-02
8
+ ## [1.0.58] - 2026-07-03
9
+ - Release notes pending.
10
+
11
+ ## [1.0.57] - 2026-07-03
9
12
  - Release notes pending.
10
13
 
11
14
  ## [1.0.55] - 2026-06-30
package/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2024 Vercel, Inc.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Current SDK package version. */
2
- export declare const LUCERN_SDK_VERSION = "1.0.56";
2
+ export declare const LUCERN_SDK_VERSION = "1.0.58";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Current SDK package version. */
2
- export const LUCERN_SDK_VERSION = "1.0.56";
2
+ export const LUCERN_SDK_VERSION = "1.0.58";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/sdk",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -147,21 +147,20 @@
147
147
  "import": "./dist/boundary-client-surface.js"
148
148
  }
149
149
  },
150
- "scripts": {
151
- "build": "bash -lc 'cd ../.. && pnpm exec tsx scripts/build-sdk-package.ts'",
152
- "prepack": "npm run build",
153
- "typecheck": "tsc --project tsconfig.typecheck.json --noEmit"
154
- },
155
150
  "dependencies": {
156
- "@lucern/contracts": "1.0.56",
157
- "@lucern/reasoning-kernel": "1.0.56",
158
- "@lucern/secrets": "1.0.56",
159
- "@lucern/transport-core": "1.0.56",
160
151
  "effect": "^3.21.2",
161
- "zod": "^3.25.76"
152
+ "zod": "^3.25.76",
153
+ "@lucern/contracts": "1.0.58",
154
+ "@lucern/reasoning-kernel": "1.0.58",
155
+ "@lucern/secrets": "1.0.58",
156
+ "@lucern/transport-core": "1.0.58"
162
157
  },
163
158
  "devDependencies": {
164
159
  "tsup": "^8.5.0",
165
160
  "typescript": "^5.7.0"
161
+ },
162
+ "scripts": {
163
+ "build": "bash -lc 'cd ../.. && pnpm exec tsx scripts/build-sdk-package.ts'",
164
+ "typecheck": "tsc --project tsconfig.typecheck.json --noEmit"
166
165
  }
167
- }
166
+ }
@@ -1,45 +0,0 @@
1
- {
2
- "proofIrVersion": "proof-ir/v1",
3
- "manifestVersions": {
4
- "@lucern/confidence": "0.3.0-alpha.0",
5
- "@lucern/contracts": "0.3.0-alpha.0",
6
- "edge-policy-manifest": "1.0.0"
7
- },
8
- "invariantsCovered": [
9
- "INV-1: beliefs append-only",
10
- "INV-14: no silent state transitions",
11
- "MANIFEST-1: kernel projections declare epistemicAudit"
12
- ],
13
- "invariantResults": [
14
- {
15
- "invariant": "INV-1: beliefs append-only",
16
- "status": "passed",
17
- "severity": "block_publish",
18
- "evidenceRefs": []
19
- },
20
- {
21
- "invariant": "INV-14: no silent state transitions",
22
- "status": "passed",
23
- "severity": "block_publish",
24
- "evidenceRefs": []
25
- },
26
- {
27
- "invariant": "MANIFEST-1: kernel projections declare epistemicAudit",
28
- "status": "passed",
29
- "severity": "block_publish",
30
- "evidenceRefs": []
31
- }
32
- ],
33
- "contractsCovered": [
34
- "append_sl_scoring",
35
- "create_evidence",
36
- "list_beliefs",
37
- "list_tasks"
38
- ],
39
- "emittersUsed": [
40
- "typescript-types",
41
- "convex-validators",
42
- "proof-attestation"
43
- ],
44
- "signedAt": 1782994689967
45
- }