@alexaegis/turbowatch 0.9.3 → 0.10.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/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const watchLocalNodeModules = require("./watch-local-node-modules-3uJuYV7q.cjs");
3
+ const watchLocalNodeModules = require("./watch-local-node-modules-CB61jc7h.cjs");
4
4
  exports.normalizeTurbowatchLocalNodeModulesOptions = watchLocalNodeModules.normalizeTurbowatchLocalNodeModulesOptions;
5
5
  exports.turbowatchLocalNodeModules = watchLocalNodeModules.turbowatchLocalNodeModules;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n, t } from "./watch-local-node-modules-4nEURxpr.js";
1
+ import { n, t } from "./watch-local-node-modules-BzPCh3jr.js";
2
2
  export {
3
3
  n as normalizeTurbowatchLocalNodeModulesOptions,
4
4
  t as turbowatchLocalNodeModules
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const watchLocalNodeModules = require("./watch-local-node-modules-3uJuYV7q.cjs");
3
+ const watchLocalNodeModules = require("./watch-local-node-modules-CB61jc7h.cjs");
4
4
  exports.turbowatchLocalNodeModules = watchLocalNodeModules.turbowatchLocalNodeModules;
@@ -1,4 +1,4 @@
1
- import { t } from "./watch-local-node-modules-4nEURxpr.js";
1
+ import { t } from "./watch-local-node-modules-BzPCh3jr.js";
2
2
  export {
3
3
  t as turbowatchLocalNodeModules
4
4
  };
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.9.3",
4
+ "version": "0.10.1",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "archetype": {
@@ -14,7 +14,7 @@
14
14
  "turbowatch"
15
15
  ],
16
16
  "author": {
17
- "email": "alexaegis@gmail.com",
17
+ "email": "alexaegis@pm.me",
18
18
  "name": "Alex Aegis",
19
19
  "url": "https://github.com/AlexAegis"
20
20
  },
@@ -25,7 +25,7 @@
25
25
  "directory": "packages/turbowatch"
26
26
  },
27
27
  "bugs": {
28
- "email": "alexaegis@gmail.com",
28
+ "email": "alexaegis@pm.me",
29
29
  "url": "https://github.com/AlexAegis/js-tooling/issues"
30
30
  },
31
31
  "type": "module",
@@ -55,21 +55,21 @@
55
55
  "./readme": "./readme.md"
56
56
  },
57
57
  "dependencies": {
58
- "@alexaegis/common": "^0.8.2",
59
- "@alexaegis/fs": "^0.8.2",
60
- "@alexaegis/workspace-tools": "^0.8.2"
58
+ "@alexaegis/common": "^0.9.0",
59
+ "@alexaegis/fs": "^0.9.0",
60
+ "@alexaegis/workspace-tools": "^0.9.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@alexaegis/eslint-config-vitest": "^0.9.3",
64
- "@alexaegis/ts": "^0.9.3",
65
- "@alexaegis/vite": "^0.9.3",
66
- "@alexaegis/vitest": "^0.9.3",
67
- "@types/node": "^20.11.17",
63
+ "@alexaegis/eslint-config-vitest": "^0.10.1",
64
+ "@alexaegis/ts": "^0.10.1",
65
+ "@alexaegis/vite": "^0.10.1",
66
+ "@alexaegis/vitest": "^0.10.1",
67
+ "@types/node": "^20.11.30",
68
68
  "publint": "^0.2.7",
69
69
  "turbowatch": "^2.29.4",
70
- "typescript": "^5.3.3",
71
- "vite": "^5.1.0",
72
- "vitest": "^1.2.2"
70
+ "typescript": "^5.4.3",
71
+ "vite": "^5.2.3",
72
+ "vitest": "^1.4.0"
73
73
  },
74
74
  "scripts": {
75
75
  "lint:depcheck": "turbo run lint:depcheck_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/turbowatch",