@rushstack/stream-collator 4.0.167 → 4.0.170

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.22.0"
8
+ "packageVersion": "7.23.0"
9
9
  }
10
10
  ]
11
11
  }
package/lib/index.js CHANGED
@@ -3,7 +3,11 @@
3
3
  // See LICENSE in the project root for license information.
4
4
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
5
  if (k2 === undefined) k2 = k;
6
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
7
11
  }) : (function(o, m, k, k2) {
8
12
  if (k2 === undefined) k2 = k;
9
13
  o[k2] = m[k];
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;AAE3D;;;;;;;;;;GAUG;AAEH,qDAAmC;AACnC,mDAAiC;AACjC,mDAAiC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This library enables a tool to display live console output from multiple concurrent processes,\n * while ensuring that their output does not get jumbled together.\n *\n * @remarks\n *\n * For more info, please see the package {@link https://www.npmjs.com/package/@rushstack/stream-collator\n * | README}.\n *\n * @packageDocumentation\n */\n\nexport * from './CollatedTerminal';\nexport * from './CollatedWriter';\nexport * from './StreamCollator';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;;;;;AAE3D;;;;;;;;;;GAUG;AAEH,qDAAmC;AACnC,mDAAiC;AACjC,mDAAiC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This library enables a tool to display live console output from multiple concurrent processes,\n * while ensuring that their output does not get jumbled together.\n *\n * @remarks\n *\n * For more info, please see the package {@link https://www.npmjs.com/package/@rushstack/stream-collator\n * | README}.\n *\n * @packageDocumentation\n */\n\nexport * from './CollatedTerminal';\nexport * from './CollatedWriter';\nexport * from './StreamCollator';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/stream-collator",
3
- "version": "4.0.167",
3
+ "version": "4.0.170",
4
4
  "description": "Display intelligible realtime output from concurrent processes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,13 +11,13 @@
11
11
  "typings": "dist/stream-collator.d.ts",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "@rushstack/node-core-library": "3.45.2",
15
- "@rushstack/terminal": "0.3.36"
14
+ "@rushstack/node-core-library": "3.45.4",
15
+ "@rushstack/terminal": "0.3.39"
16
16
  },
17
17
  "devDependencies": {
18
- "@rushstack/eslint-config": "2.5.3",
19
- "@rushstack/heft": "0.44.12",
20
- "@rushstack/heft-node-rig": "1.8.10",
18
+ "@rushstack/eslint-config": "2.6.0",
19
+ "@rushstack/heft": "0.45.0",
20
+ "@rushstack/heft-node-rig": "1.9.1",
21
21
  "@types/heft-jest": "1.0.1",
22
22
  "@types/node": "12.20.24"
23
23
  },