@alexaegis/turbowatch 0.8.0 → 0.8.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.
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './internal/watch-local-node-modules.js';
2
2
  export * from './internal/watch-local-node-modules.options.js';
3
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC"}
@@ -5,3 +5,4 @@ import { type TurbowatchLocalNodeModulesOptions } from './watch-local-node-modul
5
5
  * linked.
6
6
  */
7
7
  export declare const turbowatchLocalNodeModules: (rawOptions?: TurbowatchLocalNodeModulesOptions) => Promise<Parameters<typeof import('turbowatch').watch>[0]>;
8
+ //# sourceMappingURL=watch-local-node-modules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watch-local-node-modules.d.ts","sourceRoot":"","sources":["../../src/internal/watch-local-node-modules.ts"],"names":[],"mappings":"AAUA,OAAO,EAEN,KAAK,iCAAiC,EACtC,MAAM,uCAAuC,CAAC;AAE/C;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,gBACzB,iCAAiC,KAC5C,QAAQ,WAAW,cAAc,YAAY,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CA4H1D,CAAC"}
@@ -67,3 +67,4 @@ export interface TurbowatchLocalNodeModulesOptions extends CwdOption {
67
67
  }
68
68
  export type NormalizedTurbowatchLocalNodeModulesOptions = Defined<Omit<TurbowatchLocalNodeModulesOptions, 'onFirstBuild'>> & Pick<TurbowatchLocalNodeModulesOptions, 'onFirstBuild'>;
69
69
  export declare const normalizeTurbowatchLocalNodeModulesOptions: (options?: TurbowatchLocalNodeModulesOptions) => NormalizedTurbowatchLocalNodeModulesOptions;
70
+ //# sourceMappingURL=watch-local-node-modules.options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watch-local-node-modules.options.d.ts","sourceRoot":"","sources":["../../src/internal/watch-local-node-modules.options.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAsB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,WAAW,iCAAkC,SAAQ,SAAS;IACnE;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAE3B;;;;;;;;;;;;;;;OAeG;IACH,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAEnC;;;;;OAKG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAEtC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE7C;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3C;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,CAAC,MAAM,YAAY,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC;IAE5D;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B;AAOD,MAAM,MAAM,2CAA2C,GAAG,OAAO,CAChE,IAAI,CAAC,iCAAiC,EAAE,cAAc,CAAC,CACvD,GACA,IAAI,CAAC,iCAAiC,EAAE,cAAc,CAAC,CAAC;AAEzD,eAAO,MAAM,0CAA0C,aAC5C,iCAAiC,KACzC,2CAWF,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from './internal/watch-local-node-modules.js';
2
+ //# sourceMappingURL=local-node-modules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local-node-modules.d.ts","sourceRoot":"","sources":["../src/local-node-modules.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAC"}
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.8.0",
4
+ "version": "0.8.2",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "archetype": {
@@ -60,11 +60,11 @@
60
60
  "@alexaegis/workspace-tools": "^0.7.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@alexaegis/eslint-config-vitest": "^0.8.0",
64
- "@alexaegis/ts": "^0.8.0",
65
- "@alexaegis/vite": "^0.8.0",
66
- "@alexaegis/vitest": "^0.8.0",
67
- "@types/node": "^20.5.7",
63
+ "@alexaegis/eslint-config-vitest": "^0.8.2",
64
+ "@alexaegis/ts": "^0.8.2",
65
+ "@alexaegis/vite": "^0.8.2",
66
+ "@alexaegis/vitest": "^0.8.2",
67
+ "@types/node": "^20.5.8",
68
68
  "publint": "^0.2.2",
69
69
  "turbowatch": "^2.29.4",
70
70
  "typescript": "^5.2.2",