@visulima/tsconfig 3.2.6 → 3.2.8
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/CHANGELOG.md +15 -0
- package/LICENSE.md +73 -74
- package/dist/index.d.ts +1603 -3
- package/dist/index.js +1 -1
- package/dist/packem_shared/configDirectoryPlaceholder-CcKAehb-.js +1 -0
- package/dist/packem_shared/findTsConfig-B3KSId5-.js +1 -0
- package/dist/packem_shared/read-tsconfig-DO1irI0B.js +1 -0
- package/dist/packem_shared/writeTsConfig-BDgxk3F-.js +1 -0
- package/package.json +3 -3
- package/dist/packem_shared/configDirectoryPlaceholder-HCy-DYKT.js +0 -1
- package/dist/packem_shared/findTsConfig-D6TB1YSs.js +0 -1
- package/dist/packem_shared/read-tsconfig-BhnENwJr.js +0 -1
- package/dist/packem_shared/writeTsConfig-CeJbHO7s.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/tsconfig [3.2.8](https://github.com/visulima/visulima/compare/%40visulima%2Ftsconfig%403.2.7...%40visulima%2Ftsconfig%403.2.8) (2026-08-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/fs:** upgraded to 6.0.1
|
|
7
|
+
|
|
8
|
+
## @visulima/tsconfig [3.2.7](https://github.com/visulima/visulima/compare/%40visulima%2Ftsconfig%403.2.6...%40visulima%2Ftsconfig%403.2.7) (2026-08-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* **@visulima/fs:** upgraded to 6.0.0
|
|
14
|
+
* **@visulima/path:** upgraded to 4.0.0
|
|
15
|
+
|
|
1
16
|
## @visulima/tsconfig [3.2.6](https://github.com/visulima/visulima/compare/%40visulima%2Ftsconfig%403.2.5...%40visulima%2Ftsconfig%403.2.6) (2026-08-02)
|
|
2
17
|
|
|
3
18
|
|
package/LICENSE.md
CHANGED
|
@@ -26,14 +26,11 @@ SOFTWARE.
|
|
|
26
26
|
<!-- TYPE_DEPENDENCIES -->
|
|
27
27
|
|
|
28
28
|
# Licenses of bundled types
|
|
29
|
-
|
|
30
29
|
The published @visulima/tsconfig artifact additionally contains code with the following licenses:
|
|
31
30
|
(MIT OR CC0-1.0)
|
|
32
31
|
|
|
33
32
|
# Bundled types:
|
|
34
|
-
|
|
35
33
|
## type-fest
|
|
36
|
-
|
|
37
34
|
License: (MIT OR CC0-1.0)
|
|
38
35
|
By: Sindre Sorhus
|
|
39
36
|
Repository: sindresorhus/type-fest
|
|
@@ -78,84 +75,86 @@ Repository: sindresorhus/type-fest
|
|
|
78
75
|
> Work and the meaning and intended legal effect of CC0 on those rights.
|
|
79
76
|
>
|
|
80
77
|
> 1. Copyright and Related Rights. A Work made available under CC0 may be
|
|
81
|
-
>
|
|
82
|
-
>
|
|
83
|
-
>
|
|
78
|
+
> protected by copyright and related or neighboring rights ("Copyright and
|
|
79
|
+
> Related Rights"). Copyright and Related Rights include, but are not
|
|
80
|
+
> limited to, the following:
|
|
84
81
|
>
|
|
85
|
-
>
|
|
86
|
-
>
|
|
87
|
-
>
|
|
82
|
+
> i. the right to reproduce, adapt, distribute, perform, display,
|
|
83
|
+
> communicate, and translate a Work;
|
|
84
|
+
> ii. moral rights retained by the original author(s) and/or performer(s);
|
|
88
85
|
> iii. publicity and privacy rights pertaining to a person's image or
|
|
89
|
-
>
|
|
90
|
-
>
|
|
91
|
-
>
|
|
92
|
-
>
|
|
93
|
-
>
|
|
94
|
-
>
|
|
95
|
-
>
|
|
96
|
-
>
|
|
97
|
-
>
|
|
98
|
-
>
|
|
86
|
+
> likeness depicted in a Work;
|
|
87
|
+
> iv. rights protecting against unfair competition in regards to a Work,
|
|
88
|
+
> subject to the limitations in paragraph 4(a), below;
|
|
89
|
+
> v. rights protecting the extraction, dissemination, use and reuse of data
|
|
90
|
+
> in a Work;
|
|
91
|
+
> vi. database rights (such as those arising under Directive 96/9/EC of the
|
|
92
|
+
> European Parliament and of the Council of 11 March 1996 on the legal
|
|
93
|
+
> protection of databases, and under any national implementation
|
|
94
|
+
> thereof, including any amended or successor version of such
|
|
95
|
+
> directive); and
|
|
99
96
|
> vii. other similar, equivalent or corresponding rights throughout the
|
|
100
|
-
>
|
|
101
|
-
>
|
|
97
|
+
> world based on applicable law or treaty, and any national
|
|
98
|
+
> implementations thereof.
|
|
102
99
|
>
|
|
103
100
|
> 2. Waiver. To the greatest extent permitted by, but not in contravention
|
|
104
|
-
>
|
|
105
|
-
>
|
|
106
|
-
>
|
|
107
|
-
>
|
|
108
|
-
>
|
|
109
|
-
>
|
|
110
|
-
>
|
|
111
|
-
>
|
|
112
|
-
>
|
|
113
|
-
>
|
|
114
|
-
>
|
|
115
|
-
>
|
|
116
|
-
>
|
|
117
|
-
>
|
|
118
|
-
>
|
|
101
|
+
> of, applicable law, Affirmer hereby overtly, fully, permanently,
|
|
102
|
+
> irrevocably and unconditionally waives, abandons, and surrenders all of
|
|
103
|
+
> Affirmer's Copyright and Related Rights and associated claims and causes
|
|
104
|
+
> of action, whether now known or unknown (including existing as well as
|
|
105
|
+
> future claims and causes of action), in the Work (i) in all territories
|
|
106
|
+
> worldwide, (ii) for the maximum duration provided by applicable law or
|
|
107
|
+
> treaty (including future time extensions), (iii) in any current or future
|
|
108
|
+
> medium and for any number of copies, and (iv) for any purpose whatsoever,
|
|
109
|
+
> including without limitation commercial, advertising or promotional
|
|
110
|
+
> purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
|
111
|
+
> member of the public at large and to the detriment of Affirmer's heirs and
|
|
112
|
+
> successors, fully intending that such Waiver shall not be subject to
|
|
113
|
+
> revocation, rescission, cancellation, termination, or any other legal or
|
|
114
|
+
> equitable action to disrupt the quiet enjoyment of the Work by the public
|
|
115
|
+
> as contemplated by Affirmer's express Statement of Purpose.
|
|
116
|
+
>
|
|
119
117
|
> 3. Public License Fallback. Should any part of the Waiver for any reason
|
|
120
|
-
>
|
|
121
|
-
>
|
|
122
|
-
>
|
|
123
|
-
>
|
|
124
|
-
>
|
|
125
|
-
>
|
|
126
|
-
>
|
|
127
|
-
>
|
|
128
|
-
>
|
|
129
|
-
>
|
|
130
|
-
>
|
|
131
|
-
>
|
|
132
|
-
>
|
|
133
|
-
>
|
|
134
|
-
>
|
|
135
|
-
>
|
|
136
|
-
>
|
|
137
|
-
>
|
|
138
|
-
>
|
|
139
|
-
>
|
|
118
|
+
> be judged legally invalid or ineffective under applicable law, then the
|
|
119
|
+
> Waiver shall be preserved to the maximum extent permitted taking into
|
|
120
|
+
> account Affirmer's express Statement of Purpose. In addition, to the
|
|
121
|
+
> extent the Waiver is so judged Affirmer hereby grants to each affected
|
|
122
|
+
> person a royalty-free, non transferable, non sublicensable, non exclusive,
|
|
123
|
+
> irrevocable and unconditional license to exercise Affirmer's Copyright and
|
|
124
|
+
> Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
|
125
|
+
> maximum duration provided by applicable law or treaty (including future
|
|
126
|
+
> time extensions), (iii) in any current or future medium and for any number
|
|
127
|
+
> of copies, and (iv) for any purpose whatsoever, including without
|
|
128
|
+
> limitation commercial, advertising or promotional purposes (the
|
|
129
|
+
> "License"). The License shall be deemed effective as of the date CC0 was
|
|
130
|
+
> applied by Affirmer to the Work. Should any part of the License for any
|
|
131
|
+
> reason be judged legally invalid or ineffective under applicable law, such
|
|
132
|
+
> partial invalidity or ineffectiveness shall not invalidate the remainder
|
|
133
|
+
> of the License, and in such case Affirmer hereby affirms that he or she
|
|
134
|
+
> will not (i) exercise any of his or her remaining Copyright and Related
|
|
135
|
+
> Rights in the Work or (ii) assert any associated claims and causes of
|
|
136
|
+
> action with respect to the Work, in either case contrary to Affirmer's
|
|
137
|
+
> express Statement of Purpose.
|
|
138
|
+
>
|
|
140
139
|
> 4. Limitations and Disclaimers.
|
|
141
140
|
>
|
|
142
|
-
>
|
|
143
|
-
>
|
|
144
|
-
>
|
|
145
|
-
>
|
|
146
|
-
>
|
|
147
|
-
>
|
|
148
|
-
>
|
|
149
|
-
>
|
|
150
|
-
>
|
|
151
|
-
>
|
|
152
|
-
>
|
|
153
|
-
>
|
|
154
|
-
>
|
|
155
|
-
>
|
|
156
|
-
>
|
|
157
|
-
>
|
|
158
|
-
>
|
|
159
|
-
>
|
|
141
|
+
> a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
|
142
|
+
> surrendered, licensed or otherwise affected by this document.
|
|
143
|
+
> b. Affirmer offers the Work as-is and makes no representations or
|
|
144
|
+
> warranties of any kind concerning the Work, express, implied,
|
|
145
|
+
> statutory or otherwise, including without limitation warranties of
|
|
146
|
+
> title, merchantability, fitness for a particular purpose, non
|
|
147
|
+
> infringement, or the absence of latent or other defects, accuracy, or
|
|
148
|
+
> the present or absence of errors, whether or not discoverable, all to
|
|
149
|
+
> the greatest extent permissible under applicable law.
|
|
150
|
+
> c. Affirmer disclaims responsibility for clearing rights of other persons
|
|
151
|
+
> that may apply to the Work or any use thereof, including without
|
|
152
|
+
> limitation any person's Copyright and Related Rights in the Work.
|
|
153
|
+
> Further, Affirmer disclaims responsibility for obtaining any necessary
|
|
154
|
+
> consents, permissions or other rights required for any use of the
|
|
155
|
+
> Work.
|
|
156
|
+
> d. Affirmer understands and acknowledges that Creative Commons is not a
|
|
157
|
+
> party to this document and has no duty or obligation with respect to
|
|
158
|
+
> this CC0 or use of the Work.
|
|
160
159
|
|
|
161
160
|
<!-- /TYPE_DEPENDENCIES -->
|