@langri-sha/projen-typescript-config 0.5.1 → 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 +45 -1
- package/CHANGELOG.md +19 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,51 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-typescript-config",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Tue,
|
|
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",
|
|
35
|
+
"version": "0.5.2",
|
|
36
|
+
"tag": "@langri-sha/projen-typescript-config_v0.5.2",
|
|
37
|
+
"comments": {
|
|
38
|
+
"patch": [
|
|
39
|
+
{
|
|
40
|
+
"author": "email not defined",
|
|
41
|
+
"package": "@langri-sha/projen-typescript-config",
|
|
42
|
+
"commit": "dec2a74bd11103d7c193b88247b0de68be347685",
|
|
43
|
+
"comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.14"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"date": "Tue, 30 Jul 2024 01:07:42 GMT",
|
|
6
50
|
"version": "0.5.1",
|
|
7
51
|
"tag": "@langri-sha/projen-typescript-config_v0.5.1",
|
|
8
52
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-typescript-config
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
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
|
+
|
|
16
|
+
## 0.5.2
|
|
17
|
+
|
|
18
|
+
Thu, 29 Aug 2024 21:44:25 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- chore(deps): chore(deps): update dependency @types/node to v20.14.14 (email not defined)
|
|
23
|
+
|
|
7
24
|
## 0.5.1
|
|
8
25
|
|
|
9
|
-
Tue, 30 Jul 2024 01:
|
|
26
|
+
Tue, 30 Jul 2024 01:07:42 GMT
|
|
10
27
|
|
|
11
28
|
### Patches
|
|
12
29
|
|
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"
|