@rushstack/rundown 1.0.248 → 1.0.250

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.
@@ -13,5 +13,5 @@ export interface IIpcTrace {
13
13
  export interface IIpcDone {
14
14
  id: 'done';
15
15
  }
16
- export declare type IpcMessage = IIpcTrace | IIpcDone;
16
+ export type IpcMessage = IIpcTrace | IIpcDone;
17
17
  //# sourceMappingURL=LauncherTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LauncherTypes.d.ts","sourceRoot":"","sources":["../src/LauncherTypes.ts"],"names":[],"mappings":"AAGA,0BAAkB,cAAc;IAC9B,QAAQ,aAAa;IACrB,OAAO,YAAY;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,OAAO,CAAC;IACZ,OAAO,EAAE,eAAe,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,oBAAY,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"LauncherTypes.d.ts","sourceRoot":"","sources":["../src/LauncherTypes.ts"],"names":[],"mappings":"AAGA,0BAAkB,cAAc;IAC9B,QAAQ,aAAa;IACrB,OAAO,YAAY;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,OAAO,CAAC;IACZ,OAAO,EAAE,eAAe,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
- "version": "1.0.248",
3
+ "version": "1.0.250",
4
4
  "description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,15 +18,15 @@
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
20
  "string-argv": "~0.3.1",
21
- "@rushstack/node-core-library": "3.58.0",
22
- "@rushstack/ts-command-line": "4.13.2"
21
+ "@rushstack/node-core-library": "3.59.1",
22
+ "@rushstack/ts-command-line": "4.13.3"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/heft-jest": "1.0.1",
26
26
  "@types/node": "14.18.36",
27
- "@rushstack/heft": "0.50.4",
28
- "@rushstack/heft-node-rig": "1.12.10",
29
- "@rushstack/eslint-config": "3.2.0"
27
+ "@rushstack/eslint-config": "3.3.0",
28
+ "@rushstack/heft": "0.50.6",
29
+ "@rushstack/heft-node-rig": "1.13.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "heft build --clean",