@visulima/tsconfig 1.1.3 → 1.1.4

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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/tsconfig [1.1.4](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.3...@visulima/tsconfig@1.1.4) (2024-12-31)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 2.3.3
7
+ * **@visulima/path:** upgraded to 1.2.0
8
+
1
9
  ## @visulima/tsconfig [1.1.3](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.2...@visulima/tsconfig@1.1.3) (2024-12-27)
2
10
 
3
11
  ### Miscellaneous Chores
package/README.md CHANGED
@@ -218,7 +218,7 @@ An `Error` when the "tsconfig.json" file is not found.
218
218
 
219
219
  #### Defined in
220
220
 
221
- [packages/tsconfig/src/find-tsconfig.ts:29](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/find-tsconfig.ts#L29)
221
+ [packages/tsconfig/src/find-tsconfig.ts:29](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/find-tsconfig.ts#L29)
222
222
 
223
223
  ***
224
224
 
@@ -240,7 +240,7 @@ function findTsConfigSync(cwd?, options?): TsConfigResult
240
240
 
241
241
  #### Defined in
242
242
 
243
- [packages/tsconfig/src/find-tsconfig.ts:66](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/find-tsconfig.ts#L66)
243
+ [packages/tsconfig/src/find-tsconfig.ts:66](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/find-tsconfig.ts#L66)
244
244
 
245
245
  ***
246
246
 
@@ -330,7 +330,7 @@ Instructs the TypeScript compiler how to watch files.
330
330
 
331
331
  #### Defined in
332
332
 
333
- [packages/tsconfig/src/read-tsconfig.ts:307](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/read-tsconfig.ts#L307)
333
+ [packages/tsconfig/src/read-tsconfig.ts:307](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/read-tsconfig.ts#L307)
334
334
 
335
335
  ***
336
336
 
@@ -362,7 +362,7 @@ The return type of function is `Promise<void>`.
362
362
 
363
363
  #### Defined in
364
364
 
365
- [packages/tsconfig/src/write-tsconfig.ts:17](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/write-tsconfig.ts#L17)
365
+ [packages/tsconfig/src/write-tsconfig.ts:17](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/write-tsconfig.ts#L17)
366
366
 
367
367
  ***
368
368
 
@@ -394,7 +394,7 @@ The return type of function is `Promise<void>`.
394
394
 
395
395
  #### Defined in
396
396
 
397
- [packages/tsconfig/src/write-tsconfig.ts:35](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/write-tsconfig.ts#L35)
397
+ [packages/tsconfig/src/write-tsconfig.ts:35](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/write-tsconfig.ts#L35)
398
398
 
399
399
  ***
400
400
 
@@ -406,7 +406,7 @@ const implicitBaseUrlSymbol: typeof implicitBaseUrlSymbol;
406
406
 
407
407
  #### Defined in
408
408
 
409
- [packages/tsconfig/src/read-tsconfig.ts:304](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/read-tsconfig.ts#L304)
409
+ [packages/tsconfig/src/read-tsconfig.ts:304](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/read-tsconfig.ts#L304)
410
410
 
411
411
  ***
412
412
 
@@ -418,7 +418,7 @@ type TsConfigJsonResolved: Except<TsConfigJson, "extends">;
418
418
 
419
419
  #### Defined in
420
420
 
421
- [packages/tsconfig/src/types.ts:3](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/types.ts#L3)
421
+ [packages/tsconfig/src/types.ts:3](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/types.ts#L3)
422
422
 
423
423
  ***
424
424
 
@@ -444,7 +444,7 @@ path: string;
444
444
 
445
445
  #### Defined in
446
446
 
447
- [packages/tsconfig/src/find-tsconfig.ts:14](https://github.com/visulima/visulima/blob/ecd2b42b254c8f2b26534eb5aa6bb5a0a0b1ca3f/packages/tsconfig/src/find-tsconfig.ts#L14)
447
+ [packages/tsconfig/src/find-tsconfig.ts:14](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/find-tsconfig.ts#L14)
448
448
 
449
449
  ## File
450
450
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tsconfig",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Find and/or parse the tsconfig.json file from a directory path.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -67,8 +67,8 @@
67
67
  "CHANGELOG.md"
68
68
  ],
69
69
  "dependencies": {
70
- "@visulima/fs": "2.3.2",
71
- "@visulima/path": "1.1.2",
70
+ "@visulima/fs": "2.3.3",
71
+ "@visulima/path": "1.2.0",
72
72
  "jsonc-parser": "^3.3.1",
73
73
  "resolve-pkg-maps": "^1.0.0"
74
74
  },