@workleap/tsup-configs 3.0.1 → 3.0.3
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 +12 -0
- package/dist/applyTransformers.d.mts +1 -1
- package/dist/applyTransformers.d.ts +1 -1
- package/dist/build.d.mts +1 -1
- package/dist/build.d.ts +1 -1
- package/dist/dev.d.mts +1 -1
- package/dist/dev.d.ts +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @workleap/tsup-configs
|
|
2
2
|
|
|
3
|
+
## 3.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#179](https://github.com/gsoft-inc/wl-web-configs/pull/179) [`61d3721`](https://github.com/gsoft-inc/wl-web-configs/commit/61d37216198083ba78cd4b1480e38c8d772a6119) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
|
|
8
|
+
|
|
9
|
+
## 3.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#177](https://github.com/gsoft-inc/wl-web-configs/pull/177) [`8936ce6`](https://github.com/gsoft-inc/wl-web-configs/commit/8936ce677cad205caba2f13a71f5c9208f1dd5e6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages dependencies.
|
|
14
|
+
|
|
3
15
|
## 3.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -6,4 +6,4 @@ interface TsupConfigTransformerContext {
|
|
|
6
6
|
type TsupConfigTransformer = (config: Options, context: TsupConfigTransformerContext) => Options;
|
|
7
7
|
declare function applyTransformers(config: Options, transformers: TsupConfigTransformer[], context: TsupConfigTransformerContext): Options;
|
|
8
8
|
|
|
9
|
-
export { TsupConfigTransformer, TsupConfigTransformerContext, applyTransformers };
|
|
9
|
+
export { type TsupConfigTransformer, type TsupConfigTransformerContext, applyTransformers };
|
|
@@ -6,4 +6,4 @@ interface TsupConfigTransformerContext {
|
|
|
6
6
|
type TsupConfigTransformer = (config: Options, context: TsupConfigTransformerContext) => Options;
|
|
7
7
|
declare function applyTransformers(config: Options, transformers: TsupConfigTransformer[], context: TsupConfigTransformerContext): Options;
|
|
8
8
|
|
|
9
|
-
export { TsupConfigTransformer, TsupConfigTransformerContext, applyTransformers };
|
|
9
|
+
export { type TsupConfigTransformer, type TsupConfigTransformerContext, applyTransformers };
|
package/dist/build.d.mts
CHANGED
package/dist/build.d.ts
CHANGED
package/dist/dev.d.mts
CHANGED
package/dist/dev.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@workleap/tsup-configs",
|
|
3
3
|
"author": "Workleap",
|
|
4
4
|
"description": "Workleap's recommended tsup configs.",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.3",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"workleap",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"typescript": "*"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@swc/core": "1.
|
|
41
|
-
"@swc/helpers": "0.5.
|
|
42
|
-
"@swc/jest": "0.2.
|
|
43
|
-
"@types/jest": "29.5.
|
|
40
|
+
"@swc/core": "1.4.1",
|
|
41
|
+
"@swc/helpers": "0.5.6",
|
|
42
|
+
"@swc/jest": "0.2.36",
|
|
43
|
+
"@types/jest": "29.5.12",
|
|
44
44
|
"jest": "29.7.0",
|
|
45
|
-
"ts-node": "10.9.
|
|
46
|
-
"tsup": "
|
|
47
|
-
"typescript": "5.
|
|
48
|
-
"@workleap/eslint-plugin": "
|
|
49
|
-
"@workleap/swc-configs": "2.
|
|
45
|
+
"ts-node": "10.9.2",
|
|
46
|
+
"tsup": "8.0.2",
|
|
47
|
+
"typescript": "5.3.3",
|
|
48
|
+
"@workleap/eslint-plugin": "3.0.2",
|
|
49
|
+
"@workleap/swc-configs": "2.2.2",
|
|
50
50
|
"@workleap/typescript-configs": "3.0.2"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|