dependency-cruiser 17.2.0-beta-1 → 17.2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dependency-cruiser",
3
- "version": "17.2.0-beta-1",
3
+ "version": "17.2.0",
4
4
  "description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",
5
5
  "keywords": [
6
6
  "static analysis",
@@ -147,13 +147,13 @@
147
147
  "acorn-loose": "^8.5.2",
148
148
  "acorn-walk": "^8.3.4",
149
149
  "ajv": "^8.17.1",
150
- "commander": "^14.0.1",
150
+ "commander": "^14.0.2",
151
151
  "enhanced-resolve": "^5.18.3",
152
152
  "ignore": "^7.0.5",
153
153
  "interpret": "^3.1.1",
154
154
  "is-installed-globally": "^1.0.0",
155
155
  "json5": "^2.2.3",
156
- "memoize": "^10.1.0",
156
+ "memoize": "^10.2.0",
157
157
  "picomatch": "^4.0.3",
158
158
  "prompts": "^2.4.2",
159
159
  "rechoir": "^0.8.0",
@@ -81,7 +81,7 @@ export default function preProcess(
81
81
  // eslint-disable-next-line security/detect-unsafe-regex
82
82
  const lStyleRegex = /<style(\s[^]*?)?(?:>([^]*?)<\/style>|\/>)/gi;
83
83
 
84
- if (pTranspilerWrapper.isAvailable) {
84
+ if (pTranspilerWrapper.isAvailable && pTranspilerWrapper.isAvailable()) {
85
85
  return (
86
86
  pSource
87
87
  .replace(
package/src/meta.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /* generated - don't edit */
2
2
 
3
3
  module.exports = {
4
- version: "17.2.0-beta-1",
4
+ version: "17.2.0",
5
5
  engines: {
6
6
  node: "^20.12||^22||>=24",
7
7
  },