@basou/core 0.48.0 → 0.48.1
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -6070,7 +6070,7 @@ function parseBuildStamp(raw) {
|
|
|
6070
6070
|
}
|
|
6071
6071
|
}
|
|
6072
6072
|
var BASOU_CORE_BUILD = parseBuildStamp(
|
|
6073
|
-
true ? '{"version":"0.48.
|
|
6073
|
+
true ? '{"version":"0.48.1","commit":"bb3398c","committedAt":"2026-09-21T21:38:14+09:00"}' : void 0
|
|
6074
6074
|
);
|
|
6075
6075
|
|
|
6076
6076
|
// src/lib/duration.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basou/core",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "Core primitives for Basou: sessions, events, approvals, git capability",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"simple-git": "^3.36.0",
|
|
51
51
|
"ulid": "^3.0.2",
|
|
52
|
-
"yaml": "^2.9.
|
|
53
|
-
"zod": "^4.6.
|
|
52
|
+
"yaml": "^2.9.1",
|
|
53
|
+
"zod": "^4.6.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"ajv": "^8.17.1",
|