@langri-sha/projen-husky 0.3.5 → 0.3.7

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,49 @@
2
2
  "name": "@langri-sha/projen-husky",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 10 Sep 2024 10:38:02 GMT",
5
+ "date": "Sun, 19 Jul 2026 09:48:59 GMT",
6
+ "version": "0.3.7",
7
+ "tag": "@langri-sha/projen-husky_v0.3.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-husky",
13
+ "commit": "aba78d67f7644a3646ef775e93c468a954a94382",
14
+ "comment": "chore(deps): update dependency @types/node to v20.19.41"
15
+ },
16
+ {
17
+ "author": "filip.dupanovic@gmail.com",
18
+ "package": "@langri-sha/projen-husky",
19
+ "commit": "aba78d67f7644a3646ef775e93c468a954a94382",
20
+ "comment": "Update @types/node to 24.13.2"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Sun, 17 May 2026 20:22:40 GMT",
27
+ "version": "0.3.6",
28
+ "tag": "@langri-sha/projen-husky_v0.3.6",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "email not defined",
33
+ "package": "@langri-sha/projen-husky",
34
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
35
+ "comment": "chore(deps): update node.js to v20.18.1"
36
+ },
37
+ {
38
+ "author": "email not defined",
39
+ "package": "@langri-sha/projen-husky",
40
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
41
+ "comment": "chore(deps): update dependency @types/node to v20.19.20"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Tue, 10 Sep 2024 10:39:17 GMT",
6
48
  "version": "0.3.5",
7
49
  "tag": "@langri-sha/projen-husky_v0.3.5",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @langri-sha/projen-husky
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, 19 Jul 2026 09:48:59 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.7
8
+
9
+ Sun, 19 Jul 2026 09:48:59 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore(deps): update dependency @types/node to v20.19.41 (email not defined)
14
+ - Update @types/node to 24.13.2 (filip.dupanovic@gmail.com)
15
+
16
+ ## 0.3.6
17
+
18
+ Sun, 17 May 2026 20:22:40 GMT
19
+
20
+ ### Patches
21
+
22
+ - chore(deps): update node.js to v20.18.1 (email not defined)
23
+ - chore(deps): update dependency @types/node to v20.19.20 (email not defined)
24
+
7
25
  ## 0.3.5
8
26
 
9
- Tue, 10 Sep 2024 10:38:02 GMT
27
+ Tue, 10 Sep 2024 10:39:17 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-husky",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "bugs": {
5
- "url": "https://github.com/langri-sha/langri-sha.com/issues"
5
+ "url": "https://github.com/langri-sha/projen/issues"
6
6
  },
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/langri-sha/langri-sha.com.git",
9
+ "url": "git+https://github.com/langri-sha/projen.git",
10
10
  "directory": "packages/projen-husky"
11
11
  },
12
12
  "license": "MIT",
@@ -22,9 +22,9 @@
22
22
  "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
23
23
  },
24
24
  "devDependencies": {
25
- "@langri-sha/tsconfig": "0.10.1",
26
- "@langri-sha/vitest": "0.1.1",
27
- "@types/node": "20.16.3"
25
+ "@langri-sha/tsconfig": "^0.10.1",
26
+ "@langri-sha/vitest": "^0.1.1",
27
+ "@types/node": "24.13.2"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "husky": "^9.0.1",