@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
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
45
45
  ℹ dist/docs/versioned-knowledge-base.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
46
46
  ℹ 37 files, total: 77.59 kB
47
- ✔ Build complete in 25128ms
47
+ ✔ Build complete in 26980ms
@@ -45,4 +45,4 @@ $ tsdown
45
45
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
46
46
  ℹ dist/docs/versioned-knowledge-base.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ 37 files, total: 77.59 kB
48
- ✔ Build complete in 25324ms
48
+ ✔ Build complete in 27495ms
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @contractspec/example.versioned-knowledge-base
2
2
 
3
- ## 0.0.0-canary-20260119222405
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-20260119222405
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 _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema68.SchemaModel<{
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: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema68.SchemaModel<{
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: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema68.SchemaModel<{
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: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema68.SchemaModel<{
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 _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts8.ExampleSpec;
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 _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts9.FeatureModuleSpec;
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-20260119222405",
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-20260119222405",
36
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224109",
37
37
  "@contractspec/lib.schema": "1.48.0"
38
38
  },
39
39
  "devDependencies": {