@tramvai/module-deps-graph 2.150.0 → 2.150.1

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/lib/browser.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare class DepsGraphModule {
2
2
  }
3
+ //# sourceMappingURL=browser.d.ts.map
@@ -2,5 +2,6 @@ import type { DI_TOKEN } from '@tinkoff/dippy';
2
2
  interface Deps {
3
3
  di: typeof DI_TOKEN;
4
4
  }
5
- export declare const depsGraph: ({ di }: Deps) => import("@tramvai/papi").Papi<any, any>;
5
+ export declare const depsGraph: ({ di }: Deps) => import("@tramvai/papi").Papi;
6
6
  export {};
7
+ //# sourceMappingURL=deps-graph.d.ts.map
package/lib/server.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare class DepsGraphModule {
2
2
  }
3
+ //# sourceMappingURL=server.d.ts.map
@@ -18,3 +18,4 @@ export interface RecordsGraph {
18
18
  }
19
19
  export declare const getGraph: ({ di, searchValue }: Deps) => string[][];
20
20
  export {};
21
+ //# sourceMappingURL=get-graph.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-deps-graph",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -18,10 +18,10 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "peerDependencies": {
21
- "@tramvai/core": "2.150.0",
22
- "@tramvai/tokens-common": "2.150.0",
23
- "@tramvai/tokens-server": "2.150.0",
24
- "@tramvai/papi": "2.150.0",
21
+ "@tramvai/core": "2.150.1",
22
+ "@tramvai/tokens-common": "2.150.1",
23
+ "@tramvai/tokens-server": "2.150.1",
24
+ "@tramvai/papi": "2.150.1",
25
25
  "@tinkoff/dippy": "0.8.16",
26
26
  "tslib": "^2.4.0"
27
27
  },