@travetto/pack 3.0.0-rc.20 → 3.0.0-rc.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/pack",
3
- "version": "3.0.0-rc.20",
3
+ "version": "3.0.0-rc.22",
4
4
  "description": "Code packing utilities",
5
5
  "keywords": [
6
6
  "travetto",
@@ -28,12 +28,12 @@
28
28
  "@rollup/plugin-json": "^6.0.0",
29
29
  "@rollup/plugin-node-resolve": "^15.0.1",
30
30
  "@rollup/plugin-terser": "^0.4.0",
31
- "@travetto/base": "^3.0.0-rc.16",
31
+ "@travetto/base": "^3.0.0-rc.17",
32
32
  "rollup": "^3.17.2",
33
33
  "rollup-plugin-sourcemaps": "^0.6.3"
34
34
  },
35
35
  "peerDependencies": {
36
- "@travetto/cli": "^3.0.0-rc.18"
36
+ "@travetto/cli": "^3.0.0-rc.20"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@travetto/cli": {
@@ -137,8 +137,9 @@ export abstract class BasePackCommand<T extends CommonPackOptions, S extends Com
137
137
  await GlobalTerminal.streamLinesWithWaiting(stream, {
138
138
  initialDelay: 0,
139
139
  cycleDelay: 100,
140
- end: true,
141
- commitedPrefix: String.fromCharCode(171)
140
+ end: false,
141
+ position: 'inline',
142
+ committedPrefix: String.fromCharCode(171)
142
143
  });
143
144
  let msg = cliTpl`${{ success: 'Success' }} (${{ identifier: TimeUtil.prettyDeltaSinceTime(start) }}) ${{ subtitle: 'module' }}=${{ param: this.cmd.module }}`;
144
145
  if (this.cmd.output) {