@wrongstack/plugins 0.276.4 → 0.277.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.
- package/dist/file-watcher.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -4
package/dist/file-watcher.js
CHANGED
|
@@ -101,7 +101,7 @@ var plugin = {
|
|
|
101
101
|
if (autoIndex && isIndexableFile(fullPath)) {
|
|
102
102
|
debounceEvent(`index:${fullPath}`, async () => {
|
|
103
103
|
try {
|
|
104
|
-
const { enqueueReindex } = await import('@wrongstack/tools/codebase-index
|
|
104
|
+
const { enqueueReindex } = await import('@wrongstack/tools/codebase-index');
|
|
105
105
|
const root = indexProjectRoot || dirPath;
|
|
106
106
|
enqueueReindex({
|
|
107
107
|
projectRoot: root,
|
package/dist/index.js
CHANGED
|
@@ -978,7 +978,7 @@ var plugin5 = {
|
|
|
978
978
|
if (autoIndex && isIndexableFile(fullPath)) {
|
|
979
979
|
debounceEvent(`index:${fullPath}`, async () => {
|
|
980
980
|
try {
|
|
981
|
-
const { enqueueReindex } = await import('@wrongstack/tools/codebase-index
|
|
981
|
+
const { enqueueReindex } = await import('@wrongstack/tools/codebase-index');
|
|
982
982
|
const root = indexProjectRoot || dirPath;
|
|
983
983
|
enqueueReindex({
|
|
984
984
|
projectRoot: root,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrongstack/plugins",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.277.1",
|
|
4
4
|
"description": "Official WrongStack plugin collection — auto-doc, git-autocommit, shell-check, cost-tracker, file-watcher, web-search, json-path, cron, template-engine, semver-bump",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ECOSTACK TECHNOLOGY OÜ",
|
|
@@ -57,13 +57,14 @@
|
|
|
57
57
|
"dist"
|
|
58
58
|
],
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@types/node": "^
|
|
60
|
+
"@types/node": "^26.0.1",
|
|
61
61
|
"tsup": "^8.5.1",
|
|
62
62
|
"typescript": "^6.0.3",
|
|
63
|
-
"vitest": "^4.1.
|
|
63
|
+
"vitest": "^4.1.9"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@wrongstack/
|
|
66
|
+
"@wrongstack/tools": "0.277.1",
|
|
67
|
+
"@wrongstack/core": "0.277.1"
|
|
67
68
|
},
|
|
68
69
|
"scripts": {
|
|
69
70
|
"build": "tsup",
|