@viberails/graph 0.5.0 → 0.5.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
@@ -411,7 +411,7 @@ function inferSinglePackageBoundaries(graph) {
411
411
  }
412
412
 
413
413
  // src/index.ts
414
- var VERSION = "0.5.0";
414
+ var VERSION = "0.5.2";
415
415
  // Annotate the CommonJS export names for ESM import in node:
416
416
  0 && (module.exports = {
417
417
  VERSION,
package/dist/index.js CHANGED
@@ -379,7 +379,7 @@ function inferSinglePackageBoundaries(graph) {
379
379
  }
380
380
 
381
381
  // src/index.ts
382
- var VERSION = "0.5.0";
382
+ var VERSION = "0.5.2";
383
383
  export {
384
384
  VERSION,
385
385
  buildImportGraph,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/graph",
3
- "version": "0.5.0",
3
+ "version": "0.5.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.5.0"
29
+ "@viberails/types": "0.5.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^25.3.5"