@cedarjs/api-server-watch 7.0.0-canary.2984 → 7.0.0-canary.2989

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +6 -7
package/README.md CHANGED
@@ -15,6 +15,5 @@ dependency.
15
15
  cedar-api-server-watch
16
16
  ```
17
17
 
18
- Also installed as `cedarjs-api-server-watch`. Both names are what
19
- `yarn cedar dev` shells out to; you shouldn't normally need to run this
20
- directly.
18
+ This is what `yarn cedar dev` shells out to; you shouldn't normally need to
19
+ run this directly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server-watch",
3
- "version": "7.0.0-canary.2984",
3
+ "version": "7.0.0-canary.2989",
4
4
  "description": "CedarJS's dev-time watcher that rebuilds and restarts the api server on change",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,8 +12,7 @@
12
12
  "main": "./dist/watch.js",
13
13
  "types": "./dist/watch.d.ts",
14
14
  "bin": {
15
- "cedar-api-server-watch": "./dist/bin.js",
16
- "cedarjs-api-server-watch": "./dist/bin.js"
15
+ "cedar-api-server-watch": "./dist/bin.js"
17
16
  },
18
17
  "files": [
19
18
  "dist"
@@ -29,16 +28,16 @@
29
28
  "test:watch": "vitest watch"
30
29
  },
31
30
  "dependencies": {
32
- "@cedarjs/api-server": "7.0.0-canary.2984",
33
- "@cedarjs/internal": "7.0.0-canary.2984",
34
- "@cedarjs/project-config": "7.0.0-canary.2984",
31
+ "@cedarjs/api-server": "7.0.0-canary.2989",
32
+ "@cedarjs/internal": "7.0.0-canary.2989",
33
+ "@cedarjs/project-config": "7.0.0-canary.2989",
35
34
  "ansis": "4.3.1",
36
35
  "chokidar": "3.6.0",
37
36
  "dotenv-defaults": "5.0.2",
38
37
  "yargs": "17.7.3"
39
38
  },
40
39
  "devDependencies": {
41
- "@cedarjs/framework-tools": "7.0.0-canary.2984",
40
+ "@cedarjs/framework-tools": "7.0.0-canary.2989",
42
41
  "@types/dotenv-defaults": "^5.0.0",
43
42
  "@types/yargs": "17.0.35",
44
43
  "typescript": "5.9.3",