@telepath-computer/television 0.1.204 → 0.1.206
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/dist/THIRD-PARTY-NOTICES.txt +46 -12
- package/dist/cli.cjs +1056 -84
- package/dist/onboarding/README.md +2 -2
- package/dist/onboarding/productivity/company-todos/task.css +1 -2
- package/dist/skills/tv-tasks/task.css +1 -2
- package/dist/views/markdown/THIRD-PARTY-NOTICES.txt +7 -7
- package/dist/views/markdown/index.html +22 -22
- package/dist/web/THIRD-PARTY-NOTICES.txt +4 -4
- package/dist/web/assets/{main-Cj4_sMdX.js → main-DdeZRdEy.js} +100 -100
- package/dist/web/index.html +1 -1
- package/package.json +4 -1
|
@@ -276,7 +276,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
276
276
|
THE SOFTWARE.
|
|
277
277
|
|
|
278
278
|
================================================================================
|
|
279
|
-
@codemirror/lang-html@6.4.
|
|
279
|
+
@codemirror/lang-html@6.4.12
|
|
280
280
|
Licensed under MIT.
|
|
281
281
|
--------------------------------------------------------------------------------
|
|
282
282
|
MIT License
|
|
@@ -432,7 +432,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
432
432
|
THE SOFTWARE.
|
|
433
433
|
|
|
434
434
|
================================================================================
|
|
435
|
-
@floating-ui/core@1.
|
|
435
|
+
@floating-ui/core@1.8.0
|
|
436
436
|
Licensed under MIT.
|
|
437
437
|
--------------------------------------------------------------------------------
|
|
438
438
|
MIT License
|
|
@@ -457,7 +457,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
457
457
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
458
458
|
|
|
459
459
|
================================================================================
|
|
460
|
-
@floating-ui/dom@1.
|
|
460
|
+
@floating-ui/dom@1.8.0
|
|
461
461
|
Licensed under MIT.
|
|
462
462
|
--------------------------------------------------------------------------------
|
|
463
463
|
MIT License
|
|
@@ -482,7 +482,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
482
482
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
483
483
|
|
|
484
484
|
================================================================================
|
|
485
|
-
@floating-ui/utils@0.2.
|
|
485
|
+
@floating-ui/utils@0.2.12
|
|
486
486
|
Licensed under MIT.
|
|
487
487
|
--------------------------------------------------------------------------------
|
|
488
488
|
MIT License
|
|
@@ -533,7 +533,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
533
533
|
THE SOFTWARE.
|
|
534
534
|
|
|
535
535
|
================================================================================
|
|
536
|
-
@lezer/css@1.3.
|
|
536
|
+
@lezer/css@1.3.6
|
|
537
537
|
Licensed under MIT.
|
|
538
538
|
--------------------------------------------------------------------------------
|
|
539
539
|
MIT License
|
|
@@ -637,7 +637,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
637
637
|
THE SOFTWARE.
|
|
638
638
|
|
|
639
639
|
================================================================================
|
|
640
|
-
@lezer/lr@1.4.
|
|
640
|
+
@lezer/lr@1.4.10
|
|
641
641
|
Licensed under MIT.
|
|
642
642
|
--------------------------------------------------------------------------------
|
|
643
643
|
MIT License
|
|
@@ -689,7 +689,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
689
689
|
THE SOFTWARE.
|
|
690
690
|
|
|
691
691
|
================================================================================
|
|
692
|
-
@marijn/find-cluster-break@1.0.
|
|
692
|
+
@marijn/find-cluster-break@1.0.3
|
|
693
693
|
Licensed under MIT.
|
|
694
694
|
--------------------------------------------------------------------------------
|
|
695
695
|
MIT License
|
|
@@ -898,7 +898,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
898
898
|
THE SOFTWARE.
|
|
899
899
|
|
|
900
900
|
================================================================================
|
|
901
|
-
body-parser@1.20.
|
|
901
|
+
body-parser@1.20.6
|
|
902
902
|
Licensed under MIT.
|
|
903
903
|
--------------------------------------------------------------------------------
|
|
904
904
|
(The MIT License)
|
|
@@ -2097,7 +2097,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2097
2097
|
SOFTWARE.
|
|
2098
2098
|
|
|
2099
2099
|
================================================================================
|
|
2100
|
-
es-object-atoms@1.1.
|
|
2100
|
+
es-object-atoms@1.1.2
|
|
2101
2101
|
Licensed under MIT.
|
|
2102
2102
|
--------------------------------------------------------------------------------
|
|
2103
2103
|
MIT License
|
|
@@ -2523,7 +2523,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2523
2523
|
SOFTWARE.
|
|
2524
2524
|
|
|
2525
2525
|
================================================================================
|
|
2526
|
-
hasown@2.0.
|
|
2526
|
+
hasown@2.0.4
|
|
2527
2527
|
Licensed under MIT.
|
|
2528
2528
|
--------------------------------------------------------------------------------
|
|
2529
2529
|
MIT License
|
|
@@ -3349,6 +3349,40 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
3349
3349
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3350
3350
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3351
3351
|
|
|
3352
|
+
================================================================================
|
|
3353
|
+
qs@6.15.3
|
|
3354
|
+
Licensed under BSD-3-Clause.
|
|
3355
|
+
--------------------------------------------------------------------------------
|
|
3356
|
+
BSD 3-Clause License
|
|
3357
|
+
|
|
3358
|
+
Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
|
|
3359
|
+
All rights reserved.
|
|
3360
|
+
|
|
3361
|
+
Redistribution and use in source and binary forms, with or without
|
|
3362
|
+
modification, are permitted provided that the following conditions are met:
|
|
3363
|
+
|
|
3364
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
3365
|
+
list of conditions and the following disclaimer.
|
|
3366
|
+
|
|
3367
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
3368
|
+
this list of conditions and the following disclaimer in the documentation
|
|
3369
|
+
and/or other materials provided with the distribution.
|
|
3370
|
+
|
|
3371
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
3372
|
+
contributors may be used to endorse or promote products derived from
|
|
3373
|
+
this software without specific prior written permission.
|
|
3374
|
+
|
|
3375
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
3376
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
3377
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3378
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
3379
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
3380
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
3381
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
3382
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
3383
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3384
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3385
|
+
|
|
3352
3386
|
================================================================================
|
|
3353
3387
|
range-parser@1.2.1
|
|
3354
3388
|
Licensed under MIT.
|
|
@@ -3585,7 +3619,7 @@ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
|
|
3585
3619
|
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3586
3620
|
|
|
3587
3621
|
================================================================================
|
|
3588
|
-
side-channel-list@1.0.
|
|
3622
|
+
side-channel-list@1.0.1
|
|
3589
3623
|
Licensed under MIT.
|
|
3590
3624
|
--------------------------------------------------------------------------------
|
|
3591
3625
|
MIT License
|
|
@@ -3663,7 +3697,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3663
3697
|
SOFTWARE.
|
|
3664
3698
|
|
|
3665
3699
|
================================================================================
|
|
3666
|
-
side-channel@1.1.
|
|
3700
|
+
side-channel@1.1.1
|
|
3667
3701
|
Licensed under MIT.
|
|
3668
3702
|
--------------------------------------------------------------------------------
|
|
3669
3703
|
MIT License
|