@viberails/graph 0.3.1 → 0.3.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.
package/dist/index.cjs CHANGED
@@ -422,7 +422,7 @@ function inferSinglePackageBoundaries(graph) {
422
422
  }
423
423
 
424
424
  // src/index.ts
425
- var VERSION = "0.3.1";
425
+ var VERSION = "0.3.2";
426
426
  // Annotate the CommonJS export names for ESM import in node:
427
427
  0 && (module.exports = {
428
428
  VERSION,
package/dist/index.js CHANGED
@@ -390,7 +390,7 @@ function inferSinglePackageBoundaries(graph) {
390
390
  }
391
391
 
392
392
  // src/index.ts
393
- var VERSION = "0.3.1";
393
+ var VERSION = "0.3.2";
394
394
  export {
395
395
  VERSION,
396
396
  buildImportGraph,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/graph",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Import graph analysis and boundary checking for viberails",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "ts-morph": "^27.0.2",
29
- "@viberails/types": "0.3.1"
29
+ "@viberails/types": "0.3.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^25.3.5"