@fedify/lint 2.0.0-dev.1 → 2.0.0-dev.85
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/deno.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/deno.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -27,7 +27,7 @@ const __typescript_eslint_parser = __toESM(require("@typescript-eslint/parser"))
|
|
|
27
27
|
|
|
28
28
|
//#region deno.json
|
|
29
29
|
var name = "@fedify/lint";
|
|
30
|
-
var version = "2.0.0";
|
|
30
|
+
var version = "2.0.0-dev.85+a55c8362";
|
|
31
31
|
var license = "MIT";
|
|
32
32
|
var exports$1 = { ".": "./src/mod.ts" };
|
|
33
33
|
var imports = {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/lint",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.85+a55c8362",
|
|
4
4
|
"description": "Fedify linting rules and plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
],
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"eslint": ">=9.0.0",
|
|
50
|
-
"@fedify/fedify": "^2.0.0"
|
|
50
|
+
"@fedify/fedify": "^2.0.0-dev.85+a55c8362"
|
|
51
51
|
},
|
|
52
52
|
"peerDependenciesMeta": {
|
|
53
53
|
"eslint": {
|