@langri-sha/projen-typescript-config 0.5.2 → 0.5.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.json +30 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,36 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-typescript-config",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 10 Sep 2024 10:38:02 GMT",
|
|
6
|
+
"version": "0.5.3",
|
|
7
|
+
"tag": "@langri-sha/projen-typescript-config_v0.5.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
13
|
+
"commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
|
|
14
|
+
"comment": "chore(deps): update node.js to v20.17.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "email not defined",
|
|
18
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
19
|
+
"commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
|
|
20
|
+
"comment": "chore(deps): update dependency @types/node to v20.16.3"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"none": [
|
|
24
|
+
{
|
|
25
|
+
"author": "filip.dupanovic@gmail.com",
|
|
26
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
27
|
+
"commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
|
|
28
|
+
"comment": "feat(projen): Post-upgrade updates"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Thu, 29 Aug 2024 21:44:25 GMT",
|
|
6
35
|
"version": "0.5.2",
|
|
7
36
|
"tag": "@langri-sha/projen-typescript-config_v0.5.2",
|
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
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, 10 Sep 2024 10:38:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.3
|
|
8
|
+
|
|
9
|
+
Tue, 10 Sep 2024 10:38:02 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore(deps): update node.js to v20.17.0 (email not defined)
|
|
14
|
+
- chore(deps): update dependency @types/node to v20.16.3 (email not defined)
|
|
15
|
+
|
|
7
16
|
## 0.5.2
|
|
8
17
|
|
|
9
|
-
Thu, 29 Aug 2024 21:
|
|
18
|
+
Thu, 29 Aug 2024 21:44:25 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
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.3",
|
|
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.
|
|
30
|
+
"@types/node": "20.16.3"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"projen": "^0.
|
|
33
|
+
"projen": "^0.86.0"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|