@inquirer/demo 2.0.7 → 2.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.
@@ -14,6 +14,12 @@ const demo = async () => {
14
14
  value: 'pnpm',
15
15
  disabled: '(pnpm is not available)',
16
16
  },
17
+ {
18
+ name: 'Node.js',
19
+ value: 'node',
20
+ checked: true,
21
+ disabled: '(required dependency)',
22
+ },
17
23
  ],
18
24
  });
19
25
  console.log('Answer:', answer);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/demo",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Inquirer demos",
5
5
  "keywords": [
6
6
  "answer",
@@ -70,12 +70,12 @@
70
70
  "tsc": "tsc && chmod +x ./dist/index.js"
71
71
  },
72
72
  "dependencies": {
73
- "@inquirer/core": "^11.1.4",
73
+ "@inquirer/core": "^11.1.5",
74
74
  "@inquirer/figures": "^2.0.3",
75
- "@inquirer/prompts": "^8.2.1"
75
+ "@inquirer/prompts": "^8.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@inquirer/testing": "3.2.0",
78
+ "@inquirer/testing": "3.3.0",
79
79
  "@repo/tsconfig": "",
80
80
  "@types/node": "^25.0.2",
81
81
  "typescript": "^5.9.3"
@@ -93,5 +93,5 @@
93
93
  },
94
94
  "main": "./dist/index.js",
95
95
  "types": "./dist/index.d.ts",
96
- "gitHead": "fd001c191cfb287b430d5e90cb159cf8f6500dc5"
96
+ "gitHead": "526eca2e64853510821ffd457561840ec0cbfb93"
97
97
  }