@karmaniverous/jeeves-watcher 0.17.2 → 0.17.3
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karmaniverous/jeeves-watcher",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.3",
|
|
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,6 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@commander-js/extra-typings": "^14.0.0",
|
|
54
|
-
"@karmaniverous/jeeves": "^0.5.4",
|
|
55
54
|
"@karmaniverous/jsonmap": "^2.1.1",
|
|
56
55
|
"@langchain/textsplitters": "*",
|
|
57
56
|
"@qdrant/js-client-rest": "*",
|
|
@@ -113,7 +112,6 @@
|
|
|
113
112
|
"build": "npm run generate:schema && rimraf dist && cross-env NO_COLOR=1 rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
|
114
113
|
"changelog": "auto-changelog",
|
|
115
114
|
"diagrams": "cd diagrams && plantuml -tpng -o ../assets -r .",
|
|
116
|
-
"knip": "knip",
|
|
117
115
|
"lint": "eslint .",
|
|
118
116
|
"lint:fix": "eslint --fix .",
|
|
119
117
|
"release": "dotenvx run -f .env.local -- release-it",
|
|
@@ -141,8 +139,8 @@
|
|
|
141
139
|
"hooks": {
|
|
142
140
|
"after:init": [
|
|
143
141
|
"npm run lint",
|
|
142
|
+
"npm run typecheck",
|
|
144
143
|
"npm run test",
|
|
145
|
-
"npm run knip",
|
|
146
144
|
"npm run build"
|
|
147
145
|
],
|
|
148
146
|
"before:npm:release": [
|