@tramvai/tools-check-versions 0.4.18 → 0.5.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.
@@ -1,2 +1,3 @@
1
1
  import type { SemVer } from 'semver';
2
2
  export declare const checkVersions: (depsVersions: Map<string, SemVer>) => void;
3
+ //# sourceMappingURL=checkVersions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkVersions.d.ts","sourceRoot":"","sources":["../src/checkVersions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAKrC,eAAO,MAAM,aAAa,iBAAkB,IAAI,MAAM,EAAE,MAAM,CAAC,SAiE9D,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import type { SemVer } from 'semver';
2
2
  export declare const getTramvaiDepsVersions: () => Promise<Map<string, SemVer>>;
3
+ //# sourceMappingURL=getTramvaiDepsVersions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTramvaiDepsVersions.d.ts","sourceRoot":"","sources":["../src/getTramvaiDepsVersions.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAOrC,eAAO,MAAM,sBAAsB,QAAa,QAAQ,IAAI,MAAM,EAAE,MAAM,CAAC,CAyB1E,CAAC"}
package/lib/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export declare const run: () => Promise<void>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,GAAG,qBAMf,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const isTramvai: (dep: string) => boolean;
2
+ //# sourceMappingURL=isTramvai.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isTramvai.d.ts","sourceRoot":"","sources":["../src/isTramvai.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,SAAS,QAAS,MAAM,YAEpC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tools-check-versions",
3
- "version": "0.4.18",
3
+ "version": "0.5.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "author": "",
13
13
  "license": "Apache-2.0",
14
14
  "dependencies": {
15
- "@tinkoff/logger": "0.10.67",
15
+ "@tinkoff/logger": "0.10.168",
16
16
  "@tinkoff/utils": "^2.1.2",
17
17
  "fs-extra": "^9.0.0",
18
18
  "p-map": "^4.0.0",