@langri-sha/projen-typescript-config 0.5.0 → 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 +31 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
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",
|
|
6
36
|
"version": "0.5.0",
|
|
7
37
|
"tag": "@langri-sha/projen-typescript-config_v0.5.0",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
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
|
+
|
|
7
15
|
## 0.5.0
|
|
8
16
|
|
|
9
|
-
Fri, 26 Jul 2024
|
|
17
|
+
Fri, 26 Jul 2024 21:00:29 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-typescript-config",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/langri-sha/langri-sha.com/issues"
|
|
6
6
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
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
33
|
"projen": "^0.84.0"
|