@lssm/example.kb-update-pipeline 0.0.0-canary-20251215231151 → 0.0.0-canary-20251215233706
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.log +1 -1
- package/CHANGELOG.md +5 -5
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -19,5 +19,5 @@ $ tsdown
|
|
|
19
19
|
[34mℹ[39m [2mdist/[22m[1mhandlers/index.js[22m [2m0.17 kB[22m [2m│ gzip: 0.11 kB[22m
|
|
20
20
|
[34mℹ[39m [2mdist/[22m[1mdocs/index.js[22m [2m0.04 kB[22m [2m│ gzip: 0.06 kB[22m
|
|
21
21
|
[34mℹ[39m 12 files, total: 13.72 kB
|
|
22
|
-
[32m✔[39m Build complete in [
|
|
22
|
+
[32m✔[39m Build complete in [32m70ms[39m
|
|
23
23
|
$ tsc --noEmit
|
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @lssm/example.kb-update-pipeline
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251215233706
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [3086383]
|
|
8
|
-
- @lssm/lib.contracts@0.0.0-canary-
|
|
9
|
-
- @lssm/lib.schema@0.0.0-canary-
|
|
10
|
-
- @lssm/lib.identity-rbac@0.0.0-canary-
|
|
11
|
-
- @lssm/module.notifications@0.0.0-canary-
|
|
8
|
+
- @lssm/lib.contracts@0.0.0-canary-20251215233706
|
|
9
|
+
- @lssm/lib.schema@0.0.0-canary-20251215233706
|
|
10
|
+
- @lssm/lib.identity-rbac@0.0.0-canary-20251215233706
|
|
11
|
+
- @lssm/module.notifications@0.0.0-canary-20251215233706
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.kb-update-pipeline",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251215233706",
|
|
4
4
|
"description": "Example: KB update automation pipeline with HITL review and auditability.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|