@magek/eslint-config 0.0.3 → 0.0.5
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 +17 -0
- package/CHANGELOG.md +11 -0
- package/package.json +1 -1
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@magek/eslint-config",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.0.5",
|
|
6
|
+
"tag": "@magek/eslint-config_v0.0.5",
|
|
7
|
+
"date": "Sat, 24 Jan 2026 18:28:05 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Add repository metadata to package.json for npm provenance verification"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Change Log - @magek/eslint-config
|
|
2
|
+
|
|
3
|
+
This log was last generated on Sat, 24 Jan 2026 18:28:05 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.0.5
|
|
6
|
+
Sat, 24 Jan 2026 18:28:05 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Add repository metadata to package.json for npm provenance verification
|
|
11
|
+
|