@johannes.latzel/llm-chat-file 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -7
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![CI](https://github.com/johanneslatzel/llm-chat-file/actions/workflows/ci.yml/badge.svg)](https://github.com/johanneslatzel/llm-chat-file/actions/workflows/ci.yml)
10
10
  [![Socket Badge](https://badge.socket.dev/npm/package/@johannes.latzel/llm-chat-file/latest)](https://badge.socket.dev/npm/package/@johannes.latzel/llm-chat-file/latest)
11
11
 
12
- llm-chat tools for filesystem operations.
12
+ Filesystem tools for the llm-chat package
13
13
 
14
14
  ## Prerequisites
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johannes.latzel/llm-chat-file",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Filesystem tools for the llm-chat package",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -58,24 +58,19 @@
58
58
  "prettier --write",
59
59
  "eslint --max-warnings 0 --no-warn-ignored",
60
60
  "vitest related --run"
61
- ],
62
- "src/**": [
63
- "git add docs/"
64
61
  ]
65
62
  },
66
63
  "dependencies": {
67
- "@johannes.latzel/llm-chat": "^0.3.1",
64
+ "@johannes.latzel/llm-chat": "^0.4.1",
68
65
  "async-mutex": "^0.5.0",
69
66
  "isbinaryfile": "^6.0.0"
70
67
  },
71
68
  "devDependencies": {
72
69
  "@eslint/js": "^9.24.0",
73
70
  "@types/node": "^22.14.1",
74
- "@types/uuid": "^10.0.0",
75
71
  "@typescript-eslint/eslint-plugin": "^8.60.0",
76
72
  "@typescript-eslint/parser": "^8.60.0",
77
73
  "@vitest/coverage-v8": "^4.1.8",
78
- "concurrently": "^9.1.2",
79
74
  "eslint": "^9.24.0",
80
75
  "eslint-config-prettier": "^10.1.2",
81
76
  "eslint-plugin-n": "^17.17.0",