Skip to content

Commit 5f9f1a7

Browse files
committedFeb 23, 2019
Update Dependencies
1 parent 81b9e50 commit 5f9f1a7

File tree

3 files changed

+314
-639
lines changed

3 files changed

+314
-639
lines changed
 

‎docs/index.html

+17-33
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>truwrap 1.0.1 | Documentation</title>
6+
<meta name='description' content='Smarter terminal text wrapping (handles 24bit color)'>
67
<meta name="viewport" content="width=device-width,initial-scale=1">
78
<link href="assets/css/ace.min.css" rel="stylesheet">
89
<link href="assets/fonts/TypoPRO-Hack/TypoPRO-Hack.css" type="text/css" rel="stylesheet" />
910
<link href="assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSans.css" type="text/css" rel="stylesheet" />
1011
<link href="assets/css/style.css" type="text/css" rel="stylesheet" />
11-
<meta name='description' content='Smarter terminal text wrapping (handles 24bit color)'>
1212
</head>
1313
<body class='documentation m0'>
1414
<div class="flex">
@@ -220,7 +220,7 @@ <h3 class='left m0 panel-title' id='truwrap'>
220220
</h3>
221221

222222

223-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L50-L218'>
223+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L50-L218'>
224224
<span>src/index.js</span>
225225
</a>
226226

@@ -230,9 +230,7 @@ <h3 class='left m0 panel-title' id='truwrap'>
230230
<p>Create a text wrapping instance.</p>
231231

232232

233-
234-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>truwrap(options: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>) → <a href="#api">api</a></div>
235-
233+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>truwrap(options: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>) → <a href="#api">api</a></div>
236234

237235

238236

@@ -385,7 +383,7 @@ <h3 class='left m0 panel-title' id='api'>
385383
</h3>
386384

387385

388-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L100-L167'>
386+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L100-L167'>
389387
<span>src/index.js</span>
390388
</a>
391389

@@ -395,9 +393,7 @@ <h3 class='left m0 panel-title' id='api'>
395393
<p>Truwap pulic API</p>
396394

397395

398-
399-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>api</div>
400-
396+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>api</div>
401397

402398

403399

@@ -436,7 +432,7 @@ <h3 class='left m0 panel-title' id='api'>
436432
<div class='clearfix'>
437433

438434

439-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L107-L113'>
435+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L107-L113'>
440436
<span>src/index.js</span>
441437
</a>
442438

@@ -446,9 +442,7 @@ <h3 class='left m0 panel-title' id='api'>
446442
<p>End a block, setting blocking mode and flushing buffers if needed.</p>
447443

448444

449-
450-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>end() → <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined">undefined</a></div>
451-
445+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>end() → <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined">undefined</a></div>
452446

453447

454448

@@ -501,7 +495,7 @@ <h3 class='left m0 panel-title' id='api'>
501495
<div class='clearfix'>
502496

503497

504-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L119-L119'>
498+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L119-L119'>
505499
<span>src/index.js</span>
506500
</a>
507501

@@ -511,9 +505,7 @@ <h3 class='left m0 panel-title' id='api'>
511505
<p>Fetch the width in characters of the wrapping view.</p>
512506

513507

514-
515-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>getWidth() → <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">Number</a></div>
516-
508+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>getWidth() → <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">Number</a></div>
517509

518510

519511

@@ -566,7 +558,7 @@ <h3 class='left m0 panel-title' id='api'>
566558
<div class='clearfix'>
567559

568560

569-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L128-L134'>
561+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L128-L134'>
570562
<span>src/index.js</span>
571563
</a>
572564

@@ -576,9 +568,7 @@ <h3 class='left m0 panel-title' id='api'>
576568
<p>Create a multicolumn panel within this view</p>
577569

578570

579-
580-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>panel(content: panelObject, configuration: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>) → <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></div>
581-
571+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>panel(content: panelObject, configuration: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>) → <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></div>
582572

583573

584574

@@ -654,7 +644,7 @@ <h3 class='left m0 panel-title' id='api'>
654644
<div class='clearfix'>
655645

656646

657-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L142-L145'>
647+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L142-L145'>
658648
<span>src/index.js</span>
659649
</a>
660650

@@ -664,9 +654,7 @@ <h3 class='left m0 panel-title' id='api'>
664654
<p>Generate linebreaks within this view</p>
665655

666656

667-
668-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>break(newlines: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">Number</a>) → <a href="#api">api</a></div>
669-
657+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>break(newlines: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">Number</a>) → <a href="#api">api</a></div>
670658

671659

672660

@@ -734,7 +722,7 @@ <h3 class='left m0 panel-title' id='api'>
734722
<div class='clearfix'>
735723

736724

737-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L152-L155'>
725+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L152-L155'>
738726
<span>src/index.js</span>
739727
</a>
740728

@@ -744,9 +732,7 @@ <h3 class='left m0 panel-title' id='api'>
744732
<p>Similar to css' clear. Write a clearing newline to the stream.</p>
745733

746734

747-
748-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>clear() → <a href="#api">api</a></div>
749-
735+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>clear() → <a href="#api">api</a></div>
750736

751737

752738

@@ -799,7 +785,7 @@ <h3 class='left m0 panel-title' id='api'>
799785
<div class='clearfix'>
800786

801787

802-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L163-L166'>
788+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/81b9e50ca76279b96cfcc7a2f7f65ec688fd381a/src/index.js#L163-L166'>
803789
<span>src/index.js</span>
804790
</a>
805791

@@ -809,9 +795,7 @@ <h3 class='left m0 panel-title' id='api'>
809795
<p>Write text via the wrapping logic</p>
810796

811797

812-
813-
<div class='pre p1 bg-darken-1 mt0 rounded signature'>write(text: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">String</a>) → <a href="#api">api</a></div>
814-
798+
<div class='pre p1 bg-darken-1 mt0 rounded signature'>write(text: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">String</a>) → <a href="#api">api</a></div>
815799

816800

817801

‎package-lock.json

+288-595
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+9-11
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,25 @@
3232
"devDependencies": {
3333
"@babel/core": "^7.2.2",
3434
"@babel/preset-env": "^7.3.1",
35-
"acorn": "^6.1.0",
3635
"ava": "^1.2.1",
3736
"babel-plugin-lodash": "^3.3.4",
38-
"documentation": "^9.1.1",
39-
"documentation-theme-bespoke": "^0.4.11",
37+
"documentation-theme-bespoke": "^0.5.2",
4038
"gulp": "^4.0.0",
4139
"gulp-better-rollup": "^3.4.0",
4240
"gulp-chmod": "^2.0.0",
4341
"gulp-rename": "^1.4.0",
4442
"nyc": "^13.3.0",
4543
"rollup-plugin-babel": "^4.3.2",
46-
"rollup-plugin-commonjs": "^9.2.0",
44+
"rollup-plugin-commonjs": "^9.2.1",
4745
"rollup-plugin-json": "^3.1.0",
48-
"rollup-plugin-node-resolve": "^4.0.0",
46+
"rollup-plugin-node-resolve": "^4.0.1",
4947
"semver-regex": "^2.0.0",
5048
"xo": "^0.24.0"
5149
},
5250
"dependencies": {
53-
"@thebespokepixel/meta": "^1.0.1",
54-
"@thebespokepixel/n-selector": "^1.0.1",
55-
"@thebespokepixel/string": "^0.5.5",
51+
"@thebespokepixel/meta": "^1.0.2",
52+
"@thebespokepixel/n-selector": "^1.0.2",
53+
"@thebespokepixel/string": "^0.5.6",
5654
"ansi-regex": "^4.0.0",
5755
"columnify": "^1.5.4",
5856
"common-tags": "^1.8.0",
@@ -62,10 +60,10 @@
6260
"lodash": "^4.17.11",
6361
"os-locale": "^3.1.0",
6462
"read-pkg-up": "^4.0.0",
65-
"term-ng": "^1.0.1",
66-
"trucolor": "^1.0.0",
63+
"term-ng": "^1.0.2",
64+
"trucolor": "^1.0.1",
6765
"update-notifier": "^2.5.0",
68-
"verbosity": "^1.0.1",
66+
"verbosity": "^1.0.2",
6967
"yargs": "^13.2.1"
7068
},
7169
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.