@telepath-computer/television 0.1.192 → 0.1.193
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/LICENSE +21 -0
- package/dist/THIRD-PARTY-NOTICES.txt +3924 -0
- package/dist/cli.cjs +5 -5
- package/dist/skills/tv-calendar/THIRD-PARTY-NOTICES.txt +36 -0
- package/dist/views/markdown/THIRD-PARTY-NOTICES.txt +783 -0
- package/dist/web/THIRD-PARTY-NOTICES.txt +1888 -0
- package/dist/web/assets/{main-CXxlPuk6.js → main-CtoOMT8-.js} +1 -1
- package/dist/web/index.html +1 -1
- package/package.json +2 -1
package/dist/cli.cjs
CHANGED
|
@@ -52569,7 +52569,7 @@ function disabledTelemetryRuntime() {
|
|
|
52569
52569
|
|
|
52570
52570
|
// ../server/src/updates/version.ts
|
|
52571
52571
|
function readVersionStamp() {
|
|
52572
|
-
if ("0.1.
|
|
52572
|
+
if ("0.1.193".length > 0) return "0.1.193";
|
|
52573
52573
|
return void 0;
|
|
52574
52574
|
}
|
|
52575
52575
|
function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
|
|
@@ -53069,8 +53069,8 @@ var Server = class {
|
|
|
53069
53069
|
};
|
|
53070
53070
|
};
|
|
53071
53071
|
function readServerPackageVersion() {
|
|
53072
|
-
if ("0.1.
|
|
53073
|
-
return telemetryVersion("0.1.
|
|
53072
|
+
if ("0.1.193".length > 0) {
|
|
53073
|
+
return telemetryVersion("0.1.193");
|
|
53074
53074
|
}
|
|
53075
53075
|
const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
|
|
53076
53076
|
if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
|
|
@@ -54649,8 +54649,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
54649
54649
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
54650
54650
|
}
|
|
54651
54651
|
function readCLIVersion() {
|
|
54652
|
-
if ("0.1.
|
|
54653
|
-
return "0.1.
|
|
54652
|
+
if ("0.1.193".length > 0) {
|
|
54653
|
+
return "0.1.193";
|
|
54654
54654
|
}
|
|
54655
54655
|
const devPackageJsonPath = import_node_path17.default.join(getDevPackageDir(), "package.json");
|
|
54656
54656
|
if (!(0, import_node_fs14.existsSync)(devPackageJsonPath)) {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
TELEVISION THIRD-PARTY LICENSING NOTICES
|
|
2
|
+
|
|
3
|
+
This file contains the license terms and attribution notices for third-party software and materials included in Television.
|
|
4
|
+
================================================================================
|
|
5
|
+
lit-html@3.3.2
|
|
6
|
+
Licensed under BSD-3-Clause.
|
|
7
|
+
--------------------------------------------------------------------------------
|
|
8
|
+
BSD 3-Clause License
|
|
9
|
+
|
|
10
|
+
Copyright (c) 2017 Google LLC. All rights reserved.
|
|
11
|
+
|
|
12
|
+
Redistribution and use in source and binary forms, with or without
|
|
13
|
+
modification, are permitted provided that the following conditions are met:
|
|
14
|
+
|
|
15
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
16
|
+
list of conditions and the following disclaimer.
|
|
17
|
+
|
|
18
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
19
|
+
this list of conditions and the following disclaimer in the documentation
|
|
20
|
+
and/or other materials provided with the distribution.
|
|
21
|
+
|
|
22
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
23
|
+
contributors may be used to endorse or promote products derived from
|
|
24
|
+
this software without specific prior written permission.
|
|
25
|
+
|
|
26
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
27
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
29
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
30
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
31
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
32
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
33
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
34
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
35
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
36
|
+
|