@contractspec/example.kb-update-pipeline 1.53.0 → 1.55.0

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.
@@ -52,4 +52,4 @@ $ tsdown
52
52
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
53
53
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
54
54
  ℹ 45 files, total: 80.49 kB
55
- ✔ Build complete in 20939ms
55
+ ✔ Build complete in 26016ms
@@ -4,7 +4,7 @@
4
4
  $ tsdown
5
5
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
6
  ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js (unrun)
7
- ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts, src/tests/operations.test-spec.ts
7
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/entities/index.ts, src/entities/models.ts, src/operations/index.ts, src/operations/pipeline.ts, src/tests/operations.test-spec.ts
8
8
  ℹ target: esnext
9
9
  ℹ tsconfig: tsconfig.json
10
10
  ℹ Build start
@@ -40,19 +40,19 @@
40
40
  ℹ dist/presentations.d.ts.map 0.20 kB │ gzip: 0.15 kB
41
41
  ℹ dist/kb-update-pipeline.feature.d.ts.map 0.18 kB │ gzip: 0.15 kB
42
42
  ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
43
- ℹ dist/operations/pipeline.d.ts 4.38 kB │ gzip: 0.58 kB
43
+ ℹ dist/operations/pipeline.d.ts 4.37 kB │ gzip: 0.58 kB
44
44
  ℹ dist/events.d.ts 2.52 kB │ gzip: 0.42 kB
45
45
  ℹ dist/entities/models.d.ts 2.00 kB │ gzip: 0.41 kB
46
46
  ℹ dist/handlers/memory.handlers.d.ts 1.94 kB │ gzip: 0.64 kB
47
47
  ℹ dist/index.d.ts 1.48 kB │ gzip: 0.41 kB
48
- ℹ dist/presentations.d.ts 0.52 kB │ gzip: 0.20 kB
48
+ ℹ dist/presentations.d.ts 0.52 kB │ gzip: 0.21 kB
49
49
  ℹ dist/tests/operations.test-spec.d.ts 0.47 kB │ gzip: 0.22 kB
50
50
  ℹ dist/kb-update-pipeline.feature.d.ts 0.32 kB │ gzip: 0.19 kB
51
51
  ℹ dist/operations/index.d.ts 0.31 kB │ gzip: 0.13 kB
52
- ℹ dist/handlers/index.d.ts 0.25 kB │ gzip: 0.10 kB
53
52
  ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
53
+ ℹ dist/handlers/index.d.ts 0.25 kB │ gzip: 0.10 kB
54
54
  ℹ dist/entities/index.d.ts 0.25 kB │ gzip: 0.13 kB
55
55
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
57
57
  ℹ 45 files, total: 80.49 kB
58
- ✔ Build complete in 7707ms
58
+ ✔ Build complete in 7036ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
+ ## 1.55.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: unpublished packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.contracts@1.55.0
13
+ - @contractspec/lib.schema@1.55.0
14
+
15
+ ## 1.54.0
16
+
17
+ ### Minor Changes
18
+
19
+ - ec5e95c: chore: upgrade dependencies
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [ec5e95c]
24
+ - @contractspec/lib.contracts@1.54.0
25
+ - @contractspec/lib.schema@1.54.0
26
+
3
27
  ## 1.53.0
4
28
 
5
29
  ### Minor Changes
package/dist/events.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts2 from "@contractspec/lib.contracts";
2
2
  import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const KbChangeDetectedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
5
+ declare const KbChangeDetectedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
6
6
  changeCandidateId: {
7
7
  type: _contractspec_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
@@ -16,7 +16,7 @@ declare const KbChangeDetectedEvent: _contractspec_lib_contracts0.EventSpec<_con
16
16
  isOptional: false;
17
17
  };
18
18
  }>>;
19
- declare const KbChangeSummarizedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
19
+ declare const KbChangeSummarizedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
20
20
  changeCandidateId: {
21
21
  type: _contractspec_lib_schema0.FieldType<string, string>;
22
22
  isOptional: false;
@@ -30,7 +30,7 @@ declare const KbChangeSummarizedEvent: _contractspec_lib_contracts0.EventSpec<_c
30
30
  isOptional: false;
31
31
  };
32
32
  }>>;
33
- declare const KbPatchProposedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
33
+ declare const KbPatchProposedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
34
34
  changeCandidateId: {
35
35
  type: _contractspec_lib_schema0.FieldType<string, string>;
36
36
  isOptional: false;
@@ -41,7 +41,7 @@ declare const KbPatchProposedEvent: _contractspec_lib_contracts0.EventSpec<_cont
41
41
  isOptional: false;
42
42
  };
43
43
  }>>;
44
- declare const KbReviewRequestedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
44
+ declare const KbReviewRequestedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
45
45
  reviewTaskId: {
46
46
  type: _contractspec_lib_schema0.FieldType<string, string>;
47
47
  isOptional: false;
@@ -55,7 +55,7 @@ declare const KbReviewRequestedEvent: _contractspec_lib_contracts0.EventSpec<_co
55
55
  isOptional: false;
56
56
  };
57
57
  }>>;
58
- declare const KbReviewDecidedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
58
+ declare const KbReviewDecidedEvent: _contractspec_lib_contracts2.EventSpec<_contractspec_lib_schema0.SchemaModel<{
59
59
  reviewTaskId: {
60
60
  type: _contractspec_lib_schema0.FieldType<string, string>;
61
61
  isOptional: false;
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts7 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts4.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts7.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/tests/operations.test-spec.d.ts
4
- declare const RunWatchTest: _contractspec_lib_contracts5.TestSpec;
5
- declare const CreateReviewTaskTest: _contractspec_lib_contracts5.TestSpec;
6
- declare const SubmitDecisionTest: _contractspec_lib_contracts5.TestSpec;
4
+ declare const RunWatchTest: _contractspec_lib_contracts0.TestSpec;
5
+ declare const CreateReviewTaskTest: _contractspec_lib_contracts0.TestSpec;
6
+ declare const SubmitDecisionTest: _contractspec_lib_contracts0.TestSpec;
7
7
  //#endregion
8
8
  export { CreateReviewTaskTest, RunWatchTest, SubmitDecisionTest };
9
9
  //# sourceMappingURL=operations.test-spec.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "1.53.0",
3
+ "version": "1.55.0",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -35,12 +35,12 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@contractspec/lib.contracts": "1.53.0",
39
- "@contractspec/lib.schema": "1.53.0"
38
+ "@contractspec/lib.contracts": "1.55.0",
39
+ "@contractspec/lib.schema": "1.55.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@contractspec/tool.tsdown": "1.53.0",
43
- "@contractspec/tool.typescript": "1.53.0",
42
+ "@contractspec/tool.tsdown": "1.55.0",
43
+ "@contractspec/tool.typescript": "1.55.0",
44
44
  "tsdown": "^0.19.0",
45
45
  "typescript": "^5.9.3"
46
46
  },