@contractspec/example.versioned-knowledge-base 0.0.0-canary-20260119222405 → 0.0.0-canary-20260119224109
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.
|
@@ -44,4 +44,4 @@ $ tsdown
|
|
|
44
44
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
45
45
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/versioned-knowledge-base.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
46
46
|
[34mℹ[39m 37 files, total: 77.59 kB
|
|
47
|
-
[32m✔[39m Build complete in [
|
|
47
|
+
[32m✔[39m Build complete in [32m26980ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -45,4 +45,4 @@ $ tsdown
|
|
|
45
45
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
46
46
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/versioned-knowledge-base.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
47
47
|
[34mℹ[39m 37 files, total: 77.59 kB
|
|
48
|
-
[32m✔[39m Build complete in [
|
|
48
|
+
[32m✔[39m Build complete in [32m27495ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @contractspec/example.versioned-knowledge-base
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20260119224109
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [c560ee7]
|
|
8
|
-
- @contractspec/lib.contracts@0.0.0-canary-
|
|
8
|
+
- @contractspec/lib.contracts@0.0.0-canary-20260119224109
|
|
9
9
|
|
|
10
10
|
## 1.48.0
|
|
11
11
|
|
package/dist/events.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
|
|
2
2
|
import * as _contractspec_lib_schema68 from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/events.d.ts
|
|
5
|
-
declare const KbSourceIngestedEvent:
|
|
5
|
+
declare const KbSourceIngestedEvent: _contractspec_lib_contracts5.EventSpec<_contractspec_lib_schema68.SchemaModel<{
|
|
6
6
|
sourceDocumentId: {
|
|
7
7
|
type: _contractspec_lib_schema68.FieldType<string, string>;
|
|
8
8
|
isOptional: false;
|
|
@@ -16,7 +16,7 @@ declare const KbSourceIngestedEvent: _contractspec_lib_contracts4.EventSpec<_con
|
|
|
16
16
|
isOptional: false;
|
|
17
17
|
};
|
|
18
18
|
}>>;
|
|
19
|
-
declare const KbRuleVersionCreatedEvent:
|
|
19
|
+
declare const KbRuleVersionCreatedEvent: _contractspec_lib_contracts5.EventSpec<_contractspec_lib_schema68.SchemaModel<{
|
|
20
20
|
ruleVersionId: {
|
|
21
21
|
type: _contractspec_lib_schema68.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
@@ -34,7 +34,7 @@ declare const KbRuleVersionCreatedEvent: _contractspec_lib_contracts4.EventSpec<
|
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
}>>;
|
|
37
|
-
declare const KbRuleVersionApprovedEvent:
|
|
37
|
+
declare const KbRuleVersionApprovedEvent: _contractspec_lib_contracts5.EventSpec<_contractspec_lib_schema68.SchemaModel<{
|
|
38
38
|
ruleVersionId: {
|
|
39
39
|
type: _contractspec_lib_schema68.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
@@ -44,7 +44,7 @@ declare const KbRuleVersionApprovedEvent: _contractspec_lib_contracts4.EventSpec
|
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
}>>;
|
|
47
|
-
declare const KbSnapshotPublishedEvent:
|
|
47
|
+
declare const KbSnapshotPublishedEvent: _contractspec_lib_contracts5.EventSpec<_contractspec_lib_schema68.SchemaModel<{
|
|
48
48
|
snapshotId: {
|
|
49
49
|
type: _contractspec_lib_schema68.FieldType<string, string>;
|
|
50
50
|
isOptional: false;
|
package/dist/example.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/example.d.ts
|
|
4
|
-
declare const example:
|
|
4
|
+
declare const example: _contractspec_lib_contracts9.ExampleSpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { example as default };
|
|
7
7
|
//# sourceMappingURL=example.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/versioned-knowledge-base.feature.d.ts
|
|
4
|
-
declare const VersionedKnowledgeBaseFeature:
|
|
4
|
+
declare const VersionedKnowledgeBaseFeature: _contractspec_lib_contracts4.FeatureModuleSpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { VersionedKnowledgeBaseFeature };
|
|
7
7
|
//# sourceMappingURL=versioned-knowledge-base.feature.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.versioned-knowledge-base",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260119224109",
|
|
4
4
|
"description": "Example: curated, versioned knowledge base with immutable sources, rule versions, and published snapshots.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test": "bun test"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@contractspec/lib.contracts": "0.0.0-canary-
|
|
36
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260119224109",
|
|
37
37
|
"@contractspec/lib.schema": "1.48.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|