@alexaegis/turbowatch 0.7.1 → 0.7.2

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.
@@ -1,5 +1,7 @@
1
1
  import { type TurbowatchLocalNodeModulesOptions } from './watch-local-node-modules.options.js';
2
2
  /**
3
- * how about relying on CWD, and do the whole thing from a package?
3
+ * Defines a turbowatch config that runs a build command everytime something
4
+ * changes in `node_modules`, where all the local dependencies expected to be
5
+ * linked.
4
6
  */
5
7
  export declare const turbowatchLocalNodeModules: (rawOptions?: TurbowatchLocalNodeModulesOptions) => Promise<Parameters<typeof import('turbowatch').watch>[0]>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alexaegis/turbowatch",
3
3
  "description": "A turbowatch configuration to watch local dependencies through node_modules",
4
- "version": "0.7.1",
4
+ "version": "0.7.2",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "archetype": {
@@ -55,21 +55,21 @@
55
55
  "./readme": "./readme.md"
56
56
  },
57
57
  "dependencies": {
58
- "@alexaegis/common": "^0.6.1",
59
- "@alexaegis/fs": "^0.6.1",
60
- "@alexaegis/workspace-tools": "^0.6.1"
58
+ "@alexaegis/common": "^0.6.2",
59
+ "@alexaegis/fs": "^0.6.2",
60
+ "@alexaegis/workspace-tools": "^0.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@alexaegis/eslint-config-vitest": "^0.7.1",
64
- "@alexaegis/ts": "^0.7.1",
65
- "@alexaegis/vite": "^0.7.1",
66
- "@alexaegis/vitest": "^0.7.1",
67
- "@types/node": "^20.4.6",
68
- "publint": "^0.2.0",
63
+ "@alexaegis/eslint-config-vitest": "^0.7.2",
64
+ "@alexaegis/ts": "^0.7.2",
65
+ "@alexaegis/vite": "^0.7.2",
66
+ "@alexaegis/vitest": "^0.7.2",
67
+ "@types/node": "^20.5.1",
68
+ "publint": "^0.2.1",
69
69
  "turbowatch": "^2.29.4",
70
70
  "typescript": "^5.1.6",
71
- "vite": "^4.4.8",
72
- "vitest": "^0.34.1"
71
+ "vite": "^4.4.9",
72
+ "vitest": "^0.34.2"
73
73
  },
74
74
  "scripts": {
75
75
  "build": "turbo run build-lib_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/turbowatch",