@soga/typescript-config 1.0.0 → 1.3.2
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/.rush/temp/shrinkwrap-deps.json +3 -0
- package/CHANGELOG.json +17 -0
- package/CHANGELOG.md +14 -0
- package/package.json +5 -2
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@soga/typescript-config",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.3.2",
|
|
6
|
+
"tag": "@soga/typescript-config_v1.3.2",
|
|
7
|
+
"date": "Tue, 25 Nov 2025 06:30:02 GMT",
|
|
8
|
+
"comments": {}
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"version": "1.3.1",
|
|
12
|
+
"tag": "@soga/typescript-config_v1.3.1",
|
|
13
|
+
"date": "Tue, 25 Nov 2025 06:07:21 GMT",
|
|
14
|
+
"comments": {}
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Change Log - @soga/typescript-config
|
|
2
|
+
|
|
3
|
+
This log was last generated on Tue, 25 Nov 2025 06:30:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.3.2
|
|
6
|
+
Tue, 25 Nov 2025 06:30:02 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 1.3.1
|
|
11
|
+
Tue, 25 Nov 2025 06:07:21 GMT
|
|
12
|
+
|
|
13
|
+
_Initial release_
|
|
14
|
+
|