eslint-plugin-digigov 0.1.3 → 0.1.4
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 +12 -0
- package/CHANGELOG.md +8 -1
- package/package.json +3 -3
- package/.rush/temp/package-deps_build.json +0 -12
- package/eslint-plugin-digigov.build.log +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-digigov",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.1.4",
|
|
6
|
+
"tag": "eslint-plugin-digigov_v0.1.4",
|
|
7
|
+
"date": "Tue, 17 May 2022 11:04:22 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix author field in package.json, adding GRNET Devs and their contact details"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "0.1.3",
|
|
6
18
|
"tag": "eslint-plugin-digigov_v0.1.3",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - eslint-plugin-digigov
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 17 May 2022 11:04:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.1.4
|
|
6
|
+
Tue, 17 May 2022 11:04:22 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Fix author field in package.json, adding GRNET Devs and their contact details
|
|
4
11
|
|
|
5
12
|
## 0.1.3
|
|
6
13
|
Wed, 31 Mar 2021 14:56:49 GMT
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-digigov",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Custom lint rules for digigov projects",
|
|
5
5
|
"main": "index.js",
|
|
6
|
-
"author": "
|
|
7
|
-
"license": "
|
|
6
|
+
"author": "GRNET Devs <devs@lists.grnet.gr>",
|
|
7
|
+
"license": "BSD-2-Clause",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"pkg-up": "3.1.0"
|
|
10
10
|
},
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"plugins/eslint-plugin-digigov/CHANGELOG.md": "e70d8796412aae7f08bbe534ae69276f61c2d04b",
|
|
4
|
-
"plugins/eslint-plugin-digigov/config/recommended.js": "5b5b3d3ff3f34b30e81478df3e7c4f8a7bf131cf",
|
|
5
|
-
"plugins/eslint-plugin-digigov/index.js": "bf59c7129fa76f2e1d7238a3e3e066eabe03e05b",
|
|
6
|
-
"plugins/eslint-plugin-digigov/package.json": "cc7a09068151f45f537fe25514675e1036fc2372",
|
|
7
|
-
"plugins/eslint-plugin-digigov/rules/no-relative-imports/index.js": "2b2a16ecc93bbe30f731232207bbe64ce72a9be6",
|
|
8
|
-
"plugins/eslint-plugin-digigov/rules/no-relative-imports/moduleVisitor.js": "7909a719a8be78bb26218707ea5090eebf20cfbb",
|
|
9
|
-
"plugins/eslint-plugin-digigov/.rush/temp/shrinkwrap-deps.json": "b9db837d5487faa5860a9bc44f832350c80697fa"
|
|
10
|
-
},
|
|
11
|
-
"arguments": ""
|
|
12
|
-
}
|
|
File without changes
|