@viberails/graph 0.6.1 → 0.6.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
@@ -416,7 +416,7 @@ function inferSinglePackageBoundaries(graph) {
416
416
  }
417
417
 
418
418
  // src/index.ts
419
- var VERSION = "0.6.1";
419
+ var VERSION = "0.6.2";
420
420
  // Annotate the CommonJS export names for ESM import in node:
421
421
  0 && (module.exports = {
422
422
  VERSION,
package/dist/index.js CHANGED
@@ -384,7 +384,7 @@ function inferSinglePackageBoundaries(graph) {
384
384
  }
385
385
 
386
386
  // src/index.ts
387
- var VERSION = "0.6.1";
387
+ var VERSION = "0.6.2";
388
388
  export {
389
389
  VERSION,
390
390
  buildImportGraph,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/graph",
3
- "version": "0.6.1",
3
+ "version": "0.6.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.6.1"
29
+ "@viberails/types": "0.6.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^25.3.5"