@visulima/tsconfig 1.0.11 → 1.0.13
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 +33 -0
- package/LICENSE.md +3 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +15 -15
- /package/dist/{shared → packem_shared}/findTsConfig-BfSXytI1.mjs +0 -0
- /package/dist/{shared → packem_shared}/findTsConfig-D2TOrVoT.cjs +0 -0
- /package/dist/{shared → packem_shared}/implicitBaseUrlSymbol-BRzG4WlS.mjs +0 -0
- /package/dist/{shared → packem_shared}/implicitBaseUrlSymbol-DRKC4-0H.cjs +0 -0
- /package/dist/{shared → packem_shared}/writeTsConfig-D_MA7_Uu.cjs +0 -0
- /package/dist/{shared → packem_shared}/writeTsConfig-Dwba2y0l.mjs +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## @visulima/tsconfig [1.0.13](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.12...@visulima/tsconfig@1.0.13) (2024-09-24)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
|
|
6
|
+
* updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/fs:** upgraded to 2.1.18
|
|
16
|
+
* **@visulima/path:** upgraded to 1.0.9
|
|
17
|
+
|
|
18
|
+
## @visulima/tsconfig [1.0.12](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.11...@visulima/tsconfig@1.0.12) (2024-09-11)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* fixed node10 support ([f5e78d9](https://github.com/visulima/visulima/commit/f5e78d9bff8fd603967666598b34f9338a8726b5))
|
|
23
|
+
|
|
24
|
+
### Miscellaneous Chores
|
|
25
|
+
|
|
26
|
+
* updated dev dependencies ([28b5ee5](https://github.com/visulima/visulima/commit/28b5ee5c805ca8868536418829cde7ba8c5bb8dd))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* **@visulima/fs:** upgraded to 2.1.17
|
|
32
|
+
* **@visulima/path:** upgraded to 1.0.8
|
|
33
|
+
|
|
1
34
|
## @visulima/tsconfig [1.0.11](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.10...@visulima/tsconfig@1.0.11) (2024-09-07)
|
|
2
35
|
|
|
3
36
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
|
@@ -26,11 +26,14 @@ SOFTWARE.
|
|
|
26
26
|
<!-- TYPE_DEPENDENCIES -->
|
|
27
27
|
|
|
28
28
|
# Licenses of bundled types
|
|
29
|
+
|
|
29
30
|
The published @visulima/tsconfig artifact additionally contains code with the following licenses:
|
|
30
31
|
(MIT OR CC0-1.0)
|
|
31
32
|
|
|
32
33
|
# Bundled types:
|
|
34
|
+
|
|
33
35
|
## type-fest
|
|
36
|
+
|
|
34
37
|
License: (MIT OR CC0-1.0)
|
|
35
38
|
By: Sindre Sorhus
|
|
36
39
|
Repository: sindresorhus/type-fest
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./packem_shared/findTsConfig-D2TOrVoT.cjs"),n=require("./packem_shared/implicitBaseUrlSymbol-DRKC4-0H.cjs"),e=require("./packem_shared/writeTsConfig-D_MA7_Uu.cjs");exports.findTsConfig=i.findTsConfig;exports.findTsConfigSync=i.findTsConfigSync;exports.implicitBaseUrlSymbol=n.implicitBaseUrlSymbol;exports.readTsConfig=n.readTsConfig;exports.writeTsConfig=e.writeTsConfig;exports.writeTsConfigSync=e.writeTsConfigSync;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{findTsConfig as f,findTsConfigSync as r}from"./
|
|
1
|
+
import{findTsConfig as f,findTsConfigSync as r}from"./packem_shared/findTsConfig-BfSXytI1.mjs";import{implicitBaseUrlSymbol as e,readTsConfig as s}from"./packem_shared/implicitBaseUrlSymbol-BRzG4WlS.mjs";import{writeTsConfig as g,writeTsConfigSync as m}from"./packem_shared/writeTsConfig-Dwba2y0l.mjs";export{f as findTsConfig,r as findTsConfigSync,e as implicitBaseUrlSymbol,s as readTsConfig,g as writeTsConfig,m as writeTsConfigSync};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tsconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "Find and/or parse the tsconfig.json file from a directory path.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"browser": "./dist/index.mjs",
|
|
56
56
|
"types": "dist/index.d.ts",
|
|
57
57
|
"typesVersions": {
|
|
58
|
-
"
|
|
59
|
-
"
|
|
58
|
+
">=5.0": {
|
|
59
|
+
".": [
|
|
60
60
|
"./dist/index.d.ts"
|
|
61
61
|
]
|
|
62
62
|
}
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"CHANGELOG.md"
|
|
68
68
|
],
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@visulima/fs": "2.1.
|
|
71
|
-
"@visulima/path": "1.0.
|
|
70
|
+
"@visulima/fs": "2.1.18",
|
|
71
|
+
"@visulima/path": "1.0.9",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"resolve-pkg-maps": "^1.0.0"
|
|
74
74
|
},
|
|
@@ -77,18 +77,18 @@
|
|
|
77
77
|
"@anolilab/prettier-config": "^5.0.14",
|
|
78
78
|
"@anolilab/semantic-release-pnpm": "1.1.3",
|
|
79
79
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
80
|
-
"@arethetypeswrong/cli": "^0.
|
|
80
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
81
81
|
"@babel/core": "^7.25.2",
|
|
82
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
82
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
83
83
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
84
84
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
85
85
|
"@types/node": "18.18.14",
|
|
86
|
-
"@visulima/packem": "
|
|
87
|
-
"@vitest/coverage-v8": "^2.
|
|
88
|
-
"@vitest/ui": "^2.
|
|
86
|
+
"@visulima/packem": "1.0.1",
|
|
87
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
88
|
+
"@vitest/ui": "^2.1.1",
|
|
89
89
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
90
90
|
"cross-env": "^7.0.3",
|
|
91
|
-
"esbuild": "0.
|
|
91
|
+
"esbuild": "0.24.0",
|
|
92
92
|
"eslint": "8.57.0",
|
|
93
93
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
94
94
|
"eslint-plugin-etc": "^2.0.3",
|
|
@@ -96,16 +96,16 @@
|
|
|
96
96
|
"eslint-plugin-mdx": "^3.1.5",
|
|
97
97
|
"eslint-plugin-vitest": "^0.4.1",
|
|
98
98
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
99
|
-
"execa": "^9.
|
|
99
|
+
"execa": "^9.4.0",
|
|
100
100
|
"prettier": "^3.3.3",
|
|
101
101
|
"rimraf": "5.0.9",
|
|
102
102
|
"secretlint": "8.2.4",
|
|
103
|
-
"semantic-release": "^24.1.
|
|
103
|
+
"semantic-release": "^24.1.1",
|
|
104
104
|
"strip-ansi": "^7.1.0",
|
|
105
105
|
"tempy": "^3.1.0",
|
|
106
|
-
"type-fest": "^4.26.
|
|
106
|
+
"type-fest": "^4.26.1",
|
|
107
107
|
"typescript": "5.4.5",
|
|
108
|
-
"vitest": "^2.
|
|
108
|
+
"vitest": "^2.1.1"
|
|
109
109
|
},
|
|
110
110
|
"engines": {
|
|
111
111
|
"node": ">=18.* <=22.*"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|