@baicie/ncu 0.3.7 → 0.3.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.
@@ -105,9 +105,9 @@ interface RunOptions {
105
105
  cwd?: string;
106
106
  /** Run recursively in current working directory. Alias of (`--packageFile '**\/package.json'`). */
107
107
  deep?: boolean;
108
- /** Check one or more sections of dependencies only: dev, optional, peer, prod, or packageManager (comma-delimited).
108
+ /** Check one or more sections of dependencies only: dev, optional, peer, or prod (comma-delimited).
109
109
  *
110
- * @default ["prod","dev","optional","packageManager"]
110
+ * @default ["prod","dev","optional"]
111
111
  */
112
112
  dep?: string | readonly string[];
113
113
  /** Include deprecated packages. Use `--no-deprecated` to exclude deprecated packages (20–25% slower).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baicie/ncu",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "author": "Tomas Junnonen <tomas1@gmail.com>",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -131,7 +131,7 @@
131
131
  "eslint-plugin-jsdoc": "^62.9.0",
132
132
  "eslint-plugin-n": "^18.0.1",
133
133
  "eslint-plugin-promise": "^7.3.0",
134
- "lint-staged": "^17.0.4",
134
+ "lint-staged": "^17.0.5",
135
135
  "markdownlint-cli": "^0.48.0",
136
136
  "mocha": "^11.7.5",
137
137
  "npm-run-all": "^4.1.5",
@@ -147,11 +147,11 @@
147
147
  "source-map-support": "^0.5.21",
148
148
  "strip-ansi": "^7.2.0",
149
149
  "ts-node": "^10.9.2",
150
- "tsx": "^4.22.0",
150
+ "tsx": "^4.22.1",
151
151
  "typescript": "^6.0.3",
152
152
  "typescript-eslint": "^8.59.3",
153
153
  "typescript-json-schema": "^0.66.0",
154
- "verdaccio": "^6.6.2",
154
+ "verdaccio": "^6.7.1",
155
155
  "vite": "^8.0.13",
156
156
  "vite-bundle-analyzer": "^1.3.8",
157
157
  "vite-node": "^6.0.0",