@karmaniverous/jeeves-watcher 0.17.2 → 0.17.4
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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karmaniverous/jeeves-watcher",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"author": "Jason Williscroft",
|
|
5
5
|
"description": "Filesystem watcher that keeps a Qdrant vector store in sync with document changes",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@commander-js/extra-typings": "^14.0.0",
|
|
54
|
-
"@karmaniverous/jeeves": "^0.5.
|
|
54
|
+
"@karmaniverous/jeeves": "^0.5.5",
|
|
55
55
|
"@karmaniverous/jsonmap": "^2.1.1",
|
|
56
56
|
"@langchain/textsplitters": "*",
|
|
57
57
|
"@qdrant/js-client-rest": "*",
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
"build": "npm run generate:schema && rimraf dist && cross-env NO_COLOR=1 rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
|
114
114
|
"changelog": "auto-changelog",
|
|
115
115
|
"diagrams": "cd diagrams && plantuml -tpng -o ../assets -r .",
|
|
116
|
-
"knip": "knip",
|
|
117
116
|
"lint": "eslint .",
|
|
118
117
|
"lint:fix": "eslint --fix .",
|
|
119
118
|
"release": "dotenvx run -f .env.local -- release-it",
|
|
@@ -141,8 +140,8 @@
|
|
|
141
140
|
"hooks": {
|
|
142
141
|
"after:init": [
|
|
143
142
|
"npm run lint",
|
|
143
|
+
"npm run typecheck",
|
|
144
144
|
"npm run test",
|
|
145
|
-
"npm run knip",
|
|
146
145
|
"npm run build"
|
|
147
146
|
],
|
|
148
147
|
"before:npm:release": [
|