which-webstorm 4.1.6-dev-2b93d74 → 4.1.6-dev-0e0725b

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/Makefile CHANGED
@@ -1,11 +1,11 @@
1
1
  .PHONY: default build clean docs git-hook pretty lint test run
2
2
 
3
- default: clean build
3
+ default: build
4
4
 
5
5
  build: output
6
6
 
7
7
  clean:
8
- rm --force --recursive node_modules output
8
+ rm --force --recursive node_modules output tsconfig.tsbuildinfo
9
9
 
10
10
  docs:
11
11
  @echo "This project has no documentation."
package/output/main.d.ts CHANGED
@@ -50,3 +50,4 @@ declare const _export: (() => Promise<string>) & {
50
50
  webstormBinary: () => string;
51
51
  };
52
52
  export default _export;
53
+ //# sourceMappingURL=main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../source/main.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,qBAAa,eAAe;;IAC1B;;;OAGG;IACH,cAAc,IAAI,MAAM;IAIxB;;;OAGG;IACH,YAAY;IAQZ;;;OAGG;IACG,iBAAiB;IASvB;;;OAGG;IACH,qBAAqB,IAAI,KAAK,CAAC,MAAM,CAAC;IAGtC;;;OAGG;IACH,0BAA0B,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAIpD;;;OAGG;IACH,UAAU,IAAI,MAAM;IASpB;;;OAGG;IACG,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC;IAUxC;;;;OAIG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAC;CAmCnD;AAGD,QAAA,MAAM,OAAO,EAAE,CAAC,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG;IAAE,IAAI,EAAE,MAAM,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,MAAM,CAAA;CAIvF,CAAC;AACL,eAAe,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "which-webstorm",
4
- "version": "4.1.6-dev-2b93d74",
4
+ "version": "4.1.6-dev-0e0725b",
5
5
  "description": "Find WebStorm binary",
6
6
  "license": "MIT",
7
7
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",