@kaban-board/core 0.1.1 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -408,7 +408,7 @@ var require_sqlite_error = __commonJS((exports, module) => {
408
408
 
409
409
  // ../../node_modules/.bun/libsql@0.5.22/node_modules/libsql/index.js
410
410
  var require_libsql = __commonJS((exports, module) => {
411
- var __dirname = "/Users/akira/Projects/My/KabanProject/node_modules/.bun/libsql@0.5.22/node_modules/libsql";
411
+ var __dirname = "/home/runner/work/kaban/kaban/node_modules/.bun/libsql@0.5.22/node_modules/libsql";
412
412
  var { load, currentTarget } = require_dist();
413
413
  var { familySync, GLIBC, MUSL } = require_detect_libc();
414
414
  function requireNative() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaban-board/core",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Core database and services for Kaban - Terminal Kanban for AI Agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,6 +43,7 @@
43
43
  "url": "https://github.com/beshkenadze/kaban/issues"
44
44
  },
45
45
  "license": "MIT",
46
+ "author": "Aleksandr Beshkenadze <beshkenadze@gmail.com>",
46
47
  "keywords": [
47
48
  "kanban",
48
49
  "database",