@langri-sha/projen-husky 0.1.2 → 0.2.0
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 +75 -1
- package/CHANGELOG.md +28 -2
- package/license +4 -14
- package/package.json +13 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,81 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-husky",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 15 Jun 2024 09:06:45 GMT",
|
|
6
|
+
"version": "0.2.0",
|
|
7
|
+
"tag": "@langri-sha/projen-husky_v0.2.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "filip.dupanovic@gmail.com",
|
|
12
|
+
"package": "@langri-sha/projen-husky",
|
|
13
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
14
|
+
"comment": "feat(husky): Manage package with projen"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "filip.dupanovic@gmail.com",
|
|
18
|
+
"package": "@langri-sha/projen-husky",
|
|
19
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
20
|
+
"comment": "feat(projen): Reconfigure project expressions"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "filip.dupanovic@gmail.com",
|
|
24
|
+
"package": "@langri-sha/projen-husky",
|
|
25
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
26
|
+
"comment": "feat(projen): Drop pinning peer dependencies"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "filip.dupanovic@gmail.com",
|
|
30
|
+
"package": "@langri-sha/projen-husky",
|
|
31
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
32
|
+
"comment": "feat(project): Omit Node.js engine package defaults"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"patch": [
|
|
36
|
+
{
|
|
37
|
+
"author": "email not defined",
|
|
38
|
+
"package": "@langri-sha/projen-husky",
|
|
39
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
40
|
+
"comment": "chore(deps): chore(deps): update node.js to v20.14.0"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "email not defined",
|
|
44
|
+
"package": "@langri-sha/projen-husky",
|
|
45
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
46
|
+
"comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.2"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "email not defined",
|
|
50
|
+
"package": "@langri-sha/projen-husky",
|
|
51
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
52
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.82.3"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"date": "Tue, 21 May 2024 05:22:50 GMT",
|
|
59
|
+
"version": "0.1.3",
|
|
60
|
+
"tag": "@langri-sha/projen-husky_v0.1.3",
|
|
61
|
+
"comments": {
|
|
62
|
+
"patch": [
|
|
63
|
+
{
|
|
64
|
+
"author": "email not defined",
|
|
65
|
+
"package": "@langri-sha/projen-husky",
|
|
66
|
+
"commit": "f95709138a43b934997a15555d3e42655a02bee3",
|
|
67
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.81.15"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"author": "email not defined",
|
|
71
|
+
"package": "@langri-sha/projen-husky",
|
|
72
|
+
"commit": "f95709138a43b934997a15555d3e42655a02bee3",
|
|
73
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.81.13"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": "Wed, 15 May 2024 06:47:18 GMT",
|
|
6
80
|
"version": "0.1.2",
|
|
7
81
|
"tag": "@langri-sha/projen-husky_v0.1.2",
|
|
8
82
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-husky
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 15 Jun 2024 09:06:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.2.0
|
|
8
|
+
|
|
9
|
+
Sat, 15 Jun 2024 09:06:45 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- feat(husky): Manage package with projen (filip.dupanovic@gmail.com)
|
|
14
|
+
- feat(projen): Reconfigure project expressions (filip.dupanovic@gmail.com)
|
|
15
|
+
- feat(projen): Drop pinning peer dependencies (filip.dupanovic@gmail.com)
|
|
16
|
+
- feat(project): Omit Node.js engine package defaults (filip.dupanovic@gmail.com)
|
|
17
|
+
|
|
18
|
+
### Patches
|
|
19
|
+
|
|
20
|
+
- chore(deps): chore(deps): update node.js to v20.14.0 (email not defined)
|
|
21
|
+
- chore(deps): chore(deps): update dependency @types/node to v20.14.2 (email not defined)
|
|
22
|
+
- chore(deps): chore(deps): update dependency projen to v0.82.3 (email not defined)
|
|
23
|
+
|
|
24
|
+
## 0.1.3
|
|
25
|
+
|
|
26
|
+
Tue, 21 May 2024 05:22:50 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- chore(deps): chore(deps): update dependency projen to v0.81.15 (email not defined)
|
|
31
|
+
- chore(deps): chore(deps): update dependency projen to v0.81.13 (email not defined)
|
|
32
|
+
|
|
7
33
|
## 0.1.2
|
|
8
34
|
|
|
9
|
-
Wed, 15 May 2024 06:
|
|
35
|
+
Wed, 15 May 2024 06:47:18 GMT
|
|
10
36
|
|
|
11
37
|
### Patches
|
|
12
38
|
|
package/license
CHANGED
|
@@ -1,20 +1,10 @@
|
|
|
1
|
+
|
|
1
2
|
MIT License
|
|
2
3
|
|
|
3
4
|
Copyright (c) 2024 Filip Dupanović <filip.dupanovic@gmail.com> (https://langri-sha.com)
|
|
4
5
|
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
7
|
-
the Software without restriction, including without limitation the rights to
|
|
8
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
10
|
-
subject to the following conditions:
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
11
7
|
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
8
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14
9
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
17
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
10
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,25 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-husky",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Filip Dupanović",
|
|
7
|
+
"email": "filip.dupanovic@gmail.com",
|
|
8
|
+
"url": "https://langri-sha.com",
|
|
9
|
+
"organization": false
|
|
10
|
+
},
|
|
5
11
|
"type": "module",
|
|
6
12
|
"main": "lib/index.js",
|
|
7
13
|
"scripts": {
|
|
8
14
|
"prepublishOnly": "rm -rf lib; tsc --project tsconfig.build.json"
|
|
9
15
|
},
|
|
10
16
|
"devDependencies": {
|
|
11
|
-
"@langri-sha/jest-test": "0.
|
|
12
|
-
"@langri-sha/tsconfig": "0.
|
|
13
|
-
"@types/node": "20.
|
|
14
|
-
"projen": "0.81.11"
|
|
17
|
+
"@langri-sha/jest-test": "0.8.0",
|
|
18
|
+
"@langri-sha/tsconfig": "0.10.0",
|
|
19
|
+
"@types/node": "20.14.2"
|
|
15
20
|
},
|
|
16
21
|
"peerDependencies": {
|
|
17
|
-
"husky": "^9.0.
|
|
18
|
-
"projen": "^0.
|
|
19
|
-
"typescript": "^5.0.0"
|
|
22
|
+
"husky": "^9.0.1",
|
|
23
|
+
"projen": "^0.82.0"
|
|
20
24
|
},
|
|
21
25
|
"publishConfig": {
|
|
22
26
|
"access": "public"
|
|
23
27
|
},
|
|
28
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.mts and run \"npx projen\".",
|
|
24
29
|
"types": "lib/index.d.ts"
|
|
25
30
|
}
|