reroute-js 0.0.7 → 0.0.8

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.
@@ -4,7 +4,7 @@
4
4
  "version": "0.0.0",
5
5
  "scripts": {
6
6
  "start": "reroute gen && bun src/index.ts",
7
- "dev": "reroute gen && bun --watch src/index.ts",
7
+ "dev": "reroute gen --watch & bun --watch src/index.ts",
8
8
  "build": "reroute gen && bun build src/index.ts --target bun --compile --outfile ./dist/app"
9
9
  },
10
10
  "private": true,
@@ -4,7 +4,7 @@
4
4
  "version": "0.0.0",
5
5
  "scripts": {
6
6
  "start": "reroute gen && bun src/index.ts",
7
- "dev": "reroute gen && bun --watch src/index.ts",
7
+ "dev": "reroute gen --watch & bun --watch src/index.ts",
8
8
  "build": "reroute gen && bun build src/index.ts --target bun --compile --outfile ./dist/app"
9
9
  },
10
10
  "private": true,
package/cli/bin.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env bun
2
- export * from './src';
2
+ export * from './src/cli';
3
3
  //# sourceMappingURL=bin.d.ts.map
package/cli/bin.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../../../../packages/cli/bin.ts"],"names":[],"mappings":";AAEA,cAAc,OAAO,CAAC"}
1
+ {"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../../../../packages/cli/bin.ts"],"names":[],"mappings":";AAEA,cAAc,WAAW,CAAC"}