@crustjs/testing 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,7 +7,7 @@ Use core `app.run(path, input)` for quiet captured output and typed completed/fi
7
7
  ## Install
8
8
 
9
9
  ```sh
10
- bun add -d @crustjs/testing
10
+ npm install -D @crustjs/testing
11
11
  ```
12
12
 
13
13
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crustjs/testing",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Testing helpers for Crust CLI applications",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -48,13 +48,13 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@crustjs/config": "0.0.0",
51
- "@crustjs/core": "0.2.1",
51
+ "@crustjs/core": "0.3.0",
52
52
  "@crustjs/progress": "0.1.1",
53
- "@crustjs/prompts": "0.2.1",
53
+ "@crustjs/prompts": "0.2.2",
54
54
  "tsdown": "^0.23.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@crustjs/core": "^0.2.1",
57
+ "@crustjs/core": "^0.3.0",
58
58
  "@crustjs/prompts": "0.x",
59
59
  "typescript": "^7.0.0"
60
60
  },