@digigov/cli-lint 0.6.0 → 1.0.0-605437dc

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 CHANGED
@@ -1,18 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-lint",
3
3
  "entries": [
4
- {
5
- "version": "0.6.0",
6
- "tag": "@digigov/cli-lint_v0.6.0",
7
- "date": "Wed, 21 Jun 2023 11:28:11 GMT",
8
- "comments": {
9
- "minor": [
10
- {
11
- "comment": "Add rule for import order"
12
- }
13
- ]
14
- }
15
- },
16
4
  {
17
5
  "version": "0.5.34",
18
6
  "tag": "@digigov/cli-lint_v0.5.34",
package/CHANGELOG.md CHANGED
@@ -1,13 +1,6 @@
1
1
  # Change Log - @digigov/cli-lint
2
2
 
3
- This log was last generated on Wed, 21 Jun 2023 11:28:11 GMT and should not be manually modified.
4
-
5
- ## 0.6.0
6
- Wed, 21 Jun 2023 11:28:11 GMT
7
-
8
- ### Minor changes
9
-
10
- - Add rule for import order
3
+ This log was last generated on Thu, 02 Feb 2023 16:12:09 GMT and should not be manually modified.
11
4
 
12
5
  ## 0.5.34
13
6
  Thu, 02 Feb 2023 16:12:09 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-lint",
3
- "version": "0.6.0",
3
+ "version": "1.0.0-605437dc",
4
4
  "description": "Lint plugin for Digigov CLI",
5
5
  "main": "index.js",
6
6
  "author": "GRNET Devs <devs@lists.grnet.gr>",
@@ -14,7 +14,7 @@
14
14
  "eslint-import-resolver-babel-module": "5.1.2",
15
15
  "eslint-plugin-css-modules": "2.11.0",
16
16
  "eslint-plugin-cypress": "2.8.1",
17
- "eslint-plugin-digigov": "0.1.4",
17
+ "eslint-plugin-digigov": "1.0.0-605437dc",
18
18
  "eslint-plugin-enzyme": "0.2.0",
19
19
  "eslint-plugin-import": "2.20.1",
20
20
  "eslint-plugin-jest": "24.1.3",
@@ -33,8 +33,8 @@
33
33
  "publint": "0.1.8"
34
34
  },
35
35
  "peerDependencies": {
36
- "@digigov/cli": "0.6.6",
37
- "@digigov/cli-build": "0.9.3",
36
+ "@digigov/cli": "1.0.0-605437dc",
37
+ "@digigov/cli-build": "1.0.0-605437dc",
38
38
  "prettier": "2.0.2",
39
39
  "eslint": "7.24.0"
40
40
  },