@teamvibe/poller 0.1.4 → 0.1.5

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/config.js +1 -1
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -48,7 +48,7 @@ export function loadConfig() {
48
48
  // Derive paths from TEAMVIBE_DATA_DIR if not explicitly set
49
49
  const dataDir = data.TEAMVIBE_DATA_DIR;
50
50
  data.KB_BASE_PATH = data.KB_BASE_PATH || `${dataDir}/knowledge-bases`;
51
- data.DEFAULT_KB_PATH = data.DEFAULT_KB_PATH || `${dataDir}/default-kb`;
51
+ data.DEFAULT_KB_PATH = data.DEFAULT_KB_PATH || `${dataDir}/workspace`;
52
52
  return data;
53
53
  }
54
54
  export const config = loadConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamvibe/poller",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {