@langri-sha/projen-typescript-config 0.4.1 → 0.5.1
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.json +74 -1
- package/CHANGELOG.md +23 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/index.ts +2 -2
- /package/{readme → readme.md} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,80 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-typescript-config",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 30 Jul 2024 01:06:53 GMT",
|
|
6
|
+
"version": "0.5.1",
|
|
7
|
+
"tag": "@langri-sha/projen-typescript-config_v0.5.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
13
|
+
"commit": "94e0e8e66eadf2c9530c84d1f34fec3b2213b104",
|
|
14
|
+
"comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.13"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 27 Jul 2024 15:50:17 GMT",
|
|
21
|
+
"version": "0.5.0",
|
|
22
|
+
"tag": "@langri-sha/projen-typescript-config_v0.5.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "filip.dupanovic@gmail.com",
|
|
27
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
28
|
+
"commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
|
|
29
|
+
"comment": "feat(workspace): Exclude compiling test modules"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 26 Jul 2024 21:00:29 GMT",
|
|
36
|
+
"version": "0.5.0",
|
|
37
|
+
"tag": "@langri-sha/projen-typescript-config_v0.5.0",
|
|
38
|
+
"comments": {
|
|
39
|
+
"none": [
|
|
40
|
+
{
|
|
41
|
+
"author": "filip.dupanovic@gmail.com",
|
|
42
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
43
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
44
|
+
"comment": "feat(projen): Add Git ignore patterns"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "filip.dupanovic@gmail.com",
|
|
48
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
49
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
50
|
+
"comment": "feat(workspace): Migrate documentation pathnames"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"patch": [
|
|
54
|
+
{
|
|
55
|
+
"author": "email not defined",
|
|
56
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
57
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
58
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.84.6"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"author": "email not defined",
|
|
62
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
63
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
64
|
+
"comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.12"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"minor": [
|
|
68
|
+
{
|
|
69
|
+
"author": "filip.dupanovic@gmail.com",
|
|
70
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
71
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
72
|
+
"comment": "feat(workspace): Harden Projen component types"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"date": "Wed, 17 Jul 2024 10:48:16 GMT",
|
|
6
79
|
"version": "0.4.1",
|
|
7
80
|
"tag": "@langri-sha/projen-typescript-config_v0.4.1",
|
|
8
81
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-typescript-config
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 30 Jul 2024 01:06:53 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.1
|
|
8
|
+
|
|
9
|
+
Tue, 30 Jul 2024 01:06:53 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore(deps): chore(deps): update dependency @types/node to v20.14.13 (email not defined)
|
|
14
|
+
|
|
15
|
+
## 0.5.0
|
|
16
|
+
|
|
17
|
+
Fri, 26 Jul 2024 21:00:29 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- feat(workspace): Harden Projen component types (filip.dupanovic@gmail.com)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- chore(deps): chore(deps): update dependency projen to v0.84.6 (email not defined)
|
|
26
|
+
- chore(deps): chore(deps): update dependency @types/node to v20.14.12 (email not defined)
|
|
27
|
+
|
|
7
28
|
## 0.4.1
|
|
8
29
|
|
|
9
|
-
Wed, 17 Jul 2024 10:
|
|
30
|
+
Wed, 17 Jul 2024 10:48:16 GMT
|
|
10
31
|
|
|
11
32
|
### Patches
|
|
12
33
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { JSONSchemaForTheTypeScriptCompilerSConfigurationFile } from '@schemastore/tsconfig';
|
|
2
2
|
import { IResolver, JsonFile, Project } from 'projen';
|
|
3
3
|
export interface TypeScriptConfigOptions {
|
|
4
|
-
fileName?: string;
|
|
5
|
-
config?: JSONSchemaForTheTypeScriptCompilerSConfigurationFile & {
|
|
4
|
+
readonly fileName?: string;
|
|
5
|
+
readonly config?: JSONSchemaForTheTypeScriptCompilerSConfigurationFile & {
|
|
6
6
|
/**
|
|
7
7
|
* Referenced projects. Requires TypeScript version 3.0 or later.
|
|
8
8
|
*/
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,uBAAuB,CAAA;AACjG,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAErD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,uBAAuB,CAAA;AACjG,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAErD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAE1B,QAAQ,CAAC,MAAM,CAAC,EAAE,oDAAoD,GAAG;QACvE;;WAEG;QACH,UAAU,CAAC,EAAE;YACX;;eAEG;YACH,IAAI,EAAE,MAAM,CAAA;SACb,EAAE,CAAA;KACJ,CAAA;CACF;AAED,qBAAa,gBAAiB,SAAQ,QAAQ;gBAChC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,uBAAuB;cAY3C,iBAAiB,CAClC,QAAQ,EAAE,SAAS,GAClB,MAAM,GAAG,SAAS;IA6CrB;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE,GAAG,IAAI;IAIlD;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE,GAAG,IAAI;IAIlD;;OAEG;IACH,OAAO,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAIrC;;OAEG;IACH,YAAY,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI;CAQvC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-typescript-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/langri-sha/langri-sha.com/issues"
|
|
6
6
|
},
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@langri-sha/tsconfig": "0.10.1",
|
|
29
29
|
"@langri-sha/vitest": "0.1.1",
|
|
30
|
-
"@types/node": "20.14.
|
|
30
|
+
"@types/node": "20.14.13"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"projen": "^0.
|
|
33
|
+
"projen": "^0.84.0"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
package/src/index.ts
CHANGED
|
@@ -2,9 +2,9 @@ import type { JSONSchemaForTheTypeScriptCompilerSConfigurationFile } from '@sche
|
|
|
2
2
|
import { IResolver, JsonFile, Project } from 'projen'
|
|
3
3
|
|
|
4
4
|
export interface TypeScriptConfigOptions {
|
|
5
|
-
fileName?: string
|
|
5
|
+
readonly fileName?: string
|
|
6
6
|
|
|
7
|
-
config?: JSONSchemaForTheTypeScriptCompilerSConfigurationFile & {
|
|
7
|
+
readonly config?: JSONSchemaForTheTypeScriptCompilerSConfigurationFile & {
|
|
8
8
|
/**
|
|
9
9
|
* Referenced projects. Requires TypeScript version 3.0 or later.
|
|
10
10
|
*/
|
/package/{readme → readme.md}
RENAMED
|
File without changes
|