@digigov/cli-lint 1.0.4-fd2cea11 → 1.0.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/.rush/temp/package-deps_publint.json +16 -0
- package/CHANGELOG.json +12 -0
- package/CHANGELOG.md +8 -1
- package/cli-lint.publint.log +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": {
|
|
3
|
+
"tooling/cli-lint/.eslintrc.js": "9021f38d6d5d1d3a2eb5e20507d799c0c1d8f528",
|
|
4
|
+
"tooling/cli-lint/CHANGELOG.json": "2f69b6f4adeecb76eec4cdac53235a504f6e8447",
|
|
5
|
+
"tooling/cli-lint/CHANGELOG.md": "8a303c0104a77a4774217e7cdc748d7208be00fc",
|
|
6
|
+
"tooling/cli-lint/eslint.common.js": "9179f5007edc65c50bcb24a459369d3197d4b117",
|
|
7
|
+
"tooling/cli-lint/eslint.config.js": "ace1bbe87a9e4ed55134d2354c466060b441f9e2",
|
|
8
|
+
"tooling/cli-lint/eslintrc.js": "3cb496db7b35d18d27fec953e7a6b637789986bc",
|
|
9
|
+
"tooling/cli-lint/index.js": "d4997c34e9634f2f9d49629a3b8e7a4187efca66",
|
|
10
|
+
"tooling/cli-lint/package.json": "50a08b131fd1e04132074b8b9bf8c7b9556148a2",
|
|
11
|
+
"tooling/cli-lint/prettier.config.js": "7796b248642ee21b308769f8fcce91f7244d7d82",
|
|
12
|
+
"tooling/cli-lint/prettierrc.js": "d9719421e650d19e0a9d359b9a4f72861ac7f792",
|
|
13
|
+
"tooling/cli-lint/.rush/temp/shrinkwrap-deps.json": "8c399ee0e3fa9492060cd3e613b2fce2ed3f9742"
|
|
14
|
+
},
|
|
15
|
+
"arguments": "publint "
|
|
16
|
+
}
|
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-lint",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.4",
|
|
6
|
+
"tag": "@digigov/cli-lint_v1.0.4",
|
|
7
|
+
"date": "Fri, 16 Feb 2024 09:57:32 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Remove cypress plugin & upgrade all other plugins"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "1.0.3",
|
|
6
18
|
"tag": "@digigov/cli-lint_v1.0.3",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-lint
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 16 Feb 2024 09:57:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.0.4
|
|
6
|
+
Fri, 16 Feb 2024 09:57:32 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Remove cypress plugin & upgrade all other plugins
|
|
4
11
|
|
|
5
12
|
## 1.0.3
|
|
6
13
|
Mon, 29 Jan 2024 17:45:11 GMT
|