@langri-sha/projen-typescript-config 0.5.3 → 0.5.4

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 CHANGED
@@ -2,7 +2,34 @@
2
2
  "name": "@langri-sha/projen-typescript-config",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 10 Sep 2024 10:38:02 GMT",
5
+ "date": "Sun, 17 May 2026 20:20:56 GMT",
6
+ "version": "0.5.4",
7
+ "tag": "@langri-sha/projen-typescript-config_v0.5.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-typescript-config",
13
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
14
+ "comment": "chore(deps): update dependency @types/node to v20.19.20"
15
+ },
16
+ {
17
+ "author": "email not defined",
18
+ "package": "@langri-sha/projen-typescript-config",
19
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
20
+ "comment": "fix(deps): update dependency @schemastore/tsconfig to v0.0.12"
21
+ },
22
+ {
23
+ "author": "email not defined",
24
+ "package": "@langri-sha/projen-typescript-config",
25
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
26
+ "comment": "chore(deps): update node.js to v20.18.1"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 10 Sep 2024 10:39:17 GMT",
6
33
  "version": "0.5.3",
7
34
  "tag": "@langri-sha/projen-typescript-config_v0.5.3",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @langri-sha/projen-typescript-config
2
2
 
3
- This log was last generated on Tue, 10 Sep 2024 10:38:02 GMT and should not be manually modified.
3
+ This log was last generated on Sun, 17 May 2026 20:20:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.4
8
+
9
+ Sun, 17 May 2026 20:20:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore(deps): update dependency @types/node to v20.19.20 (email not defined)
14
+ - fix(deps): update dependency @schemastore/tsconfig to v0.0.12 (email not defined)
15
+ - chore(deps): update node.js to v20.18.1 (email not defined)
16
+
7
17
  ## 0.5.3
8
18
 
9
- Tue, 10 Sep 2024 10:38:02 GMT
19
+ Tue, 10 Sep 2024 10:39:17 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-typescript-config",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "bugs": {
5
5
  "url": "https://github.com/langri-sha/langri-sha.com/issues"
6
6
  },
@@ -22,12 +22,12 @@
22
22
  "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "@schemastore/tsconfig": "0.0.11"
25
+ "@schemastore/tsconfig": "0.0.12"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@langri-sha/tsconfig": "0.10.1",
29
29
  "@langri-sha/vitest": "0.1.1",
30
- "@types/node": "20.16.3"
30
+ "@types/node": "20.19.20"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "projen": "^0.86.0"