@lssm/example.versioned-knowledge-base 0.0.0-canary-20251217062943 → 0.0.0-canary-20251217063201

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.
@@ -141,8 +141,8 @@
141
141
  ℹ dist/libs/schema/dist/entity/defineEntity.js  0.01 kB │ gzip: 0.03 kB
142
142
  ℹ dist/libs/schema/dist/entity/types.js  0.01 kB │ gzip: 0.03 kB
143
143
  ℹ dist/contracts/kb.d.ts  7.09 kB │ gzip: 0.61 kB
144
- ℹ dist/entities/models.d.ts  3.54 kB │ gzip: 0.49 kB
145
- ℹ dist/events.d.ts  1.91 kB │ gzip: 0.36 kB
144
+ ℹ dist/entities/models.d.ts  3.51 kB │ gzip: 0.49 kB
145
+ ℹ dist/events.d.ts  1.92 kB │ gzip: 0.37 kB
146
146
  ℹ dist/handlers/memory.handlers.d.ts  1.90 kB │ gzip: 0.59 kB
147
147
  ℹ dist/index.d.ts  1.11 kB │ gzip: 0.34 kB
148
148
  ℹ dist/example.d.ts  1.09 kB │ gzip: 0.44 kB
@@ -152,9 +152,9 @@
152
152
  ℹ dist/handlers/index.d.ts  0.20 kB │ gzip: 0.10 kB
153
153
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
154
154
  ℹ dist/docs/versioned-knowledge-base.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
155
- ℹ 145 files, total: 204.65 kB
156
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
157
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/workflow/runner.js at 80..93
155
+ ℹ 145 files, total: 204.63 kB
156
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
157
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/tests/runner.js at 52..65
158
158
   │
159
159
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
160
160
 
@@ -163,13 +163,13 @@
163
163
   │
164
164
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
165
165
 
166
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
167
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/tests/runner.js at 52..65
166
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
167
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/workflow/runner.js at 80..93
168
168
   │
169
169
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
170
170
 
171
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
172
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
171
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
172
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/regenerator/service.js at 121..143
173
173
   │
174
174
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
175
175
 
@@ -178,8 +178,8 @@
178
178
   │
179
179
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
180
180
 
181
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
182
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/regenerator/service.js at 121..143
181
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
182
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
183
183
   │
184
184
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
185
185
 
@@ -188,4 +188,4 @@
188
188
   │
189
189
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
190
190
 
191
- ✔ Build complete in 6600ms
191
+ ✔ Build complete in 5614ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.versioned-knowledge-base
2
2
 
3
- ## 0.0.0-canary-20251217062943
3
+ ## 0.0.0-canary-20251217063201
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,5 +9,5 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251217062943
13
- - @lssm/lib.schema@0.0.0-canary-20251217062943
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217063201
13
+ - @lssm/lib.schema@0.0.0-canary-20251217063201
@@ -1,93 +1,93 @@
1
- import * as _lssm_lib_schema15 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema0 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/entities/models.d.ts
4
- declare const SourceDocumentModel: _lssm_lib_schema15.SchemaModel<{
4
+ declare const SourceDocumentModel: _lssm_lib_schema0.SchemaModel<{
5
5
  id: {
6
- type: _lssm_lib_schema15.FieldType<string, string>;
6
+ type: _lssm_lib_schema0.FieldType<string, string>;
7
7
  isOptional: false;
8
8
  };
9
9
  jurisdiction: {
10
- type: _lssm_lib_schema15.FieldType<string, string>;
10
+ type: _lssm_lib_schema0.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  authority: {
14
- type: _lssm_lib_schema15.FieldType<string, string>;
14
+ type: _lssm_lib_schema0.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  title: {
18
- type: _lssm_lib_schema15.FieldType<string, string>;
18
+ type: _lssm_lib_schema0.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  fetchedAt: {
22
- type: _lssm_lib_schema15.FieldType<Date, string>;
22
+ type: _lssm_lib_schema0.FieldType<Date, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  hash: {
26
- type: _lssm_lib_schema15.FieldType<string, string>;
26
+ type: _lssm_lib_schema0.FieldType<string, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  fileId: {
30
- type: _lssm_lib_schema15.FieldType<string, string>;
30
+ type: _lssm_lib_schema0.FieldType<string, string>;
31
31
  isOptional: false;
32
32
  };
33
33
  }>;
34
- declare const SourceRefModel: _lssm_lib_schema15.SchemaModel<{
34
+ declare const SourceRefModel: _lssm_lib_schema0.SchemaModel<{
35
35
  sourceDocumentId: {
36
- type: _lssm_lib_schema15.FieldType<string, string>;
36
+ type: _lssm_lib_schema0.FieldType<string, string>;
37
37
  isOptional: false;
38
38
  };
39
39
  excerpt: {
40
- type: _lssm_lib_schema15.FieldType<string, string>;
40
+ type: _lssm_lib_schema0.FieldType<string, string>;
41
41
  isOptional: true;
42
42
  };
43
43
  }>;
44
- declare const RuleModel: _lssm_lib_schema15.SchemaModel<{
44
+ declare const RuleModel: _lssm_lib_schema0.SchemaModel<{
45
45
  id: {
46
- type: _lssm_lib_schema15.FieldType<string, string>;
46
+ type: _lssm_lib_schema0.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  jurisdiction: {
50
- type: _lssm_lib_schema15.FieldType<string, string>;
50
+ type: _lssm_lib_schema0.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  topicKey: {
54
- type: _lssm_lib_schema15.FieldType<string, string>;
54
+ type: _lssm_lib_schema0.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  }>;
58
- declare const RuleVersionModel: _lssm_lib_schema15.SchemaModel<{
58
+ declare const RuleVersionModel: _lssm_lib_schema0.SchemaModel<{
59
59
  id: {
60
- type: _lssm_lib_schema15.FieldType<string, string>;
60
+ type: _lssm_lib_schema0.FieldType<string, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  ruleId: {
64
- type: _lssm_lib_schema15.FieldType<string, string>;
64
+ type: _lssm_lib_schema0.FieldType<string, string>;
65
65
  isOptional: false;
66
66
  };
67
67
  jurisdiction: {
68
- type: _lssm_lib_schema15.FieldType<string, string>;
68
+ type: _lssm_lib_schema0.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  topicKey: {
72
- type: _lssm_lib_schema15.FieldType<string, string>;
72
+ type: _lssm_lib_schema0.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  version: {
76
- type: _lssm_lib_schema15.FieldType<number, number>;
76
+ type: _lssm_lib_schema0.FieldType<number, number>;
77
77
  isOptional: false;
78
78
  };
79
79
  content: {
80
- type: _lssm_lib_schema15.FieldType<string, string>;
80
+ type: _lssm_lib_schema0.FieldType<string, string>;
81
81
  isOptional: false;
82
82
  };
83
83
  sourceRefs: {
84
- type: _lssm_lib_schema15.SchemaModel<{
84
+ type: _lssm_lib_schema0.SchemaModel<{
85
85
  sourceDocumentId: {
86
- type: _lssm_lib_schema15.FieldType<string, string>;
86
+ type: _lssm_lib_schema0.FieldType<string, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  excerpt: {
90
- type: _lssm_lib_schema15.FieldType<string, string>;
90
+ type: _lssm_lib_schema0.FieldType<string, string>;
91
91
  isOptional: true;
92
92
  };
93
93
  }>;
@@ -95,42 +95,42 @@ declare const RuleVersionModel: _lssm_lib_schema15.SchemaModel<{
95
95
  isOptional: false;
96
96
  };
97
97
  status: {
98
- type: _lssm_lib_schema15.FieldType<string, string>;
98
+ type: _lssm_lib_schema0.FieldType<string, string>;
99
99
  isOptional: false;
100
100
  };
101
101
  approvedBy: {
102
- type: _lssm_lib_schema15.FieldType<string, string>;
102
+ type: _lssm_lib_schema0.FieldType<string, string>;
103
103
  isOptional: true;
104
104
  };
105
105
  approvedAt: {
106
- type: _lssm_lib_schema15.FieldType<Date, string>;
106
+ type: _lssm_lib_schema0.FieldType<Date, string>;
107
107
  isOptional: true;
108
108
  };
109
109
  createdAt: {
110
- type: _lssm_lib_schema15.FieldType<Date, string>;
110
+ type: _lssm_lib_schema0.FieldType<Date, string>;
111
111
  isOptional: false;
112
112
  };
113
113
  }>;
114
- declare const KBSnapshotModel: _lssm_lib_schema15.SchemaModel<{
114
+ declare const KBSnapshotModel: _lssm_lib_schema0.SchemaModel<{
115
115
  id: {
116
- type: _lssm_lib_schema15.FieldType<string, string>;
116
+ type: _lssm_lib_schema0.FieldType<string, string>;
117
117
  isOptional: false;
118
118
  };
119
119
  jurisdiction: {
120
- type: _lssm_lib_schema15.FieldType<string, string>;
120
+ type: _lssm_lib_schema0.FieldType<string, string>;
121
121
  isOptional: false;
122
122
  };
123
123
  asOfDate: {
124
- type: _lssm_lib_schema15.FieldType<Date, string>;
124
+ type: _lssm_lib_schema0.FieldType<Date, string>;
125
125
  isOptional: false;
126
126
  };
127
127
  includedRuleVersionIds: {
128
- type: _lssm_lib_schema15.FieldType<string, string>;
128
+ type: _lssm_lib_schema0.FieldType<string, string>;
129
129
  isArray: true;
130
130
  isOptional: false;
131
131
  };
132
132
  publishedAt: {
133
- type: _lssm_lib_schema15.FieldType<Date, string>;
133
+ type: _lssm_lib_schema0.FieldType<Date, string>;
134
134
  isOptional: false;
135
135
  };
136
136
  }>;
package/dist/events.d.ts CHANGED
@@ -1,60 +1,60 @@
1
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema34 from "@lssm/lib.schema";
2
2
  import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const KbSourceIngestedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
5
+ declare const KbSourceIngestedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema34.SchemaModel<{
6
6
  sourceDocumentId: {
7
- type: _lssm_lib_schema0.FieldType<string, string>;
7
+ type: _lssm_lib_schema34.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  jurisdiction: {
11
- type: _lssm_lib_schema0.FieldType<string, string>;
11
+ type: _lssm_lib_schema34.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  hash: {
15
- type: _lssm_lib_schema0.FieldType<string, string>;
15
+ type: _lssm_lib_schema34.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  }>>;
19
- declare const KbRuleVersionCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
19
+ declare const KbRuleVersionCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema34.SchemaModel<{
20
20
  ruleVersionId: {
21
- type: _lssm_lib_schema0.FieldType<string, string>;
21
+ type: _lssm_lib_schema34.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  ruleId: {
25
- type: _lssm_lib_schema0.FieldType<string, string>;
25
+ type: _lssm_lib_schema34.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  jurisdiction: {
29
- type: _lssm_lib_schema0.FieldType<string, string>;
29
+ type: _lssm_lib_schema34.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  status: {
33
- type: _lssm_lib_schema0.FieldType<string, string>;
33
+ type: _lssm_lib_schema34.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  }>>;
37
- declare const KbRuleVersionApprovedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
37
+ declare const KbRuleVersionApprovedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema34.SchemaModel<{
38
38
  ruleVersionId: {
39
- type: _lssm_lib_schema0.FieldType<string, string>;
39
+ type: _lssm_lib_schema34.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  approver: {
43
- type: _lssm_lib_schema0.FieldType<string, string>;
43
+ type: _lssm_lib_schema34.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  }>>;
47
- declare const KbSnapshotPublishedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
47
+ declare const KbSnapshotPublishedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema34.SchemaModel<{
48
48
  snapshotId: {
49
- type: _lssm_lib_schema0.FieldType<string, string>;
49
+ type: _lssm_lib_schema34.FieldType<string, string>;
50
50
  isOptional: false;
51
51
  };
52
52
  jurisdiction: {
53
- type: _lssm_lib_schema0.FieldType<string, string>;
53
+ type: _lssm_lib_schema34.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  includedRuleVersionsCount: {
57
- type: _lssm_lib_schema0.FieldType<number, number>;
57
+ type: _lssm_lib_schema34.FieldType<number, number>;
58
58
  isOptional: false;
59
59
  };
60
60
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.versioned-knowledge-base",
3
- "version": "0.0.0-canary-20251217062943",
3
+ "version": "0.0.0-canary-20251217063201",
4
4
  "description": "Example: curated, versioned knowledge base with immutable sources, rule versions, and published snapshots.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -35,13 +35,13 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@lssm/lib.contracts": "0.0.0-canary-20251217062943",
39
- "@lssm/lib.schema": "0.0.0-canary-20251217062943",
38
+ "@lssm/lib.contracts": "0.0.0-canary-20251217063201",
39
+ "@lssm/lib.schema": "0.0.0-canary-20251217063201",
40
40
  "zod": "^4.1.13"
41
41
  },
42
42
  "devDependencies": {
43
- "@lssm/tool.tsdown": "0.0.0-canary-20251217062943",
44
- "@lssm/tool.typescript": "0.0.0-canary-20251217062943",
43
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217063201",
44
+ "@lssm/tool.typescript": "0.0.0-canary-20251217063201",
45
45
  "tsdown": "^0.17.4",
46
46
  "typescript": "^5.9.3"
47
47
  },