@contractspec/example.kb-update-pipeline 1.56.0 → 1.57.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.
- package/.turbo/turbo-build$colon$bundle.log +21 -16
- package/.turbo/turbo-build.log +61 -58
- package/CHANGELOG.md +26 -0
- package/dist/entities/models.d.ts +18 -18
- package/dist/entities/models.d.ts.map +1 -1
- package/dist/events.d.ts.map +1 -1
- package/dist/example.d.ts +2 -2
- package/dist/example.d.ts.map +1 -1
- package/dist/example.js +1 -2
- package/dist/example.js.map +1 -1
- package/dist/handlers/memory.handlers.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/kb-update-pipeline.feature.d.ts +2 -2
- package/dist/kb-update-pipeline.feature.d.ts.map +1 -1
- package/dist/operations/pipeline.d.ts +39 -39
- package/dist/operations/pipeline.d.ts.map +1 -1
- package/dist/presentations.d.ts +4 -4
- package/dist/presentations.d.ts.map +1 -1
- package/dist/tests/operations.test-spec.d.ts +4 -4
- package/dist/tests/operations.test-spec.d.ts.map +1 -1
- package/package.json +6 -6
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
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:
|
|
5
|
-
declare const CreateReviewTaskTest:
|
|
6
|
-
declare const SubmitDecisionTest:
|
|
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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.test-spec.d.ts","names":[],"sources":["../../src/tests/operations.test-spec.ts"],"
|
|
1
|
+
{"version":3,"file":"operations.test-spec.d.ts","names":[],"sources":["../../src/tests/operations.test-spec.ts"],"mappings":";;;cAEa,YAAA,EAyBX,4BAAA,CAzBuB,QAAA;AAAA,cA2BZ,oBAAA,EAyBX,4BAAA,CAzB+B,QAAA;AAAA,cA2BpB,kBAAA,EAyBX,4BAAA,CAzB6B,QAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.kb-update-pipeline",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.57.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,13 +35,13 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@contractspec/lib.contracts": "1.
|
|
39
|
-
"@contractspec/lib.schema": "1.
|
|
38
|
+
"@contractspec/lib.contracts": "1.57.0",
|
|
39
|
+
"@contractspec/lib.schema": "1.57.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@contractspec/tool.tsdown": "1.
|
|
43
|
-
"@contractspec/tool.typescript": "1.
|
|
44
|
-
"tsdown": "^0.
|
|
42
|
+
"@contractspec/tool.tsdown": "1.57.0",
|
|
43
|
+
"@contractspec/tool.typescript": "1.57.0",
|
|
44
|
+
"tsdown": "^0.20.3",
|
|
45
45
|
"typescript": "^5.9.3"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|