reroute-js 0.0.7 → 0.0.9

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": "reroute-js",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "types": "tsc --noEmit",
@@ -35,6 +35,10 @@
35
35
  "./elysia": {
36
36
  "types": "./elysia/index.d.ts",
37
37
  "default": "./elysia/index.js"
38
+ },
39
+ "./cli": {
40
+ "types": "./cli/index.d.ts",
41
+ "default": "./cli/index.js"
38
42
  }
39
43
  },
40
44
  "bin": {
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/cli/src/index.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AA8DH,OAAO,EAAE,CAAC"}
@@ -1,15 +0,0 @@
1
- import type { ChildProcess } from 'node:child_process';
2
- export interface TailwindProcess {
3
- process: ChildProcess;
4
- stop: () => void;
5
- }
6
- export declare function isTailwindAvailable(cwd: string): boolean;
7
- export declare function getTailwindPaths(cwd: string): {
8
- input: string;
9
- output: string;
10
- };
11
- export declare function hasTailwindInput(cwd: string): boolean;
12
- export declare function resolveTailwindBin(cwd: string): string;
13
- export declare function buildTailwind(cwd: string): Promise<void>;
14
- export declare function watchTailwind(cwd: string): TailwindProcess | null;
15
- //# sourceMappingURL=tailwind.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tailwind.d.ts","sourceRoot":"","sources":["../../../../../packages/core/src/tailwind.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAKvD,MAAM,WAAW,eAAe;IAC/B,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,MAAM,IAAI,CAAC;CACjB;AAED,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAgBxD;AAED,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM;;;EAI3C;AAED,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CASrD;AAED,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAStD;AAED,wBAAsB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAc9D;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI,CAejE"}