@langri-sha/projen-lint-synthesized 0.5.0 → 0.5.1
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 +24 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,30 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-lint-synthesized",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 27 Jul 2024 15:49:10 GMT",
|
|
6
|
+
"version": "0.5.1",
|
|
7
|
+
"tag": "@langri-sha/projen-lint-synthesized_v0.5.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
13
|
+
"commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
|
|
14
|
+
"comment": "chore(deps): fix(deps): update dependency debug to v4.3.6"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"none": [
|
|
18
|
+
{
|
|
19
|
+
"author": "filip.dupanovic@gmail.com",
|
|
20
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
21
|
+
"commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
|
|
22
|
+
"comment": "feat(workspace): Exclude compiling test modules"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "Fri, 26 Jul 2024 21:00:28 GMT",
|
|
6
29
|
"version": "0.5.0",
|
|
7
30
|
"tag": "@langri-sha/projen-lint-synthesized_v0.5.0",
|
|
8
31
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-lint-synthesized
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 27 Jul 2024 15:49:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.1
|
|
8
|
+
|
|
9
|
+
Sat, 27 Jul 2024 15:49:10 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore(deps): fix(deps): update dependency debug to v4.3.6 (email not defined)
|
|
14
|
+
|
|
7
15
|
## 0.5.0
|
|
8
16
|
|
|
9
|
-
Fri, 26 Jul 2024
|
|
17
|
+
Fri, 26 Jul 2024 21:00:28 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-lint-synthesized",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/langri-sha/langri-sha.com/issues"
|
|
6
6
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"debug": "4.3.
|
|
25
|
+
"debug": "4.3.6",
|
|
26
26
|
"execa": "8.0.1",
|
|
27
27
|
"minimatch": "10.0.1"
|
|
28
28
|
},
|