@fedify/lint 2.0.0-dev.166 → 2.0.0-dev.167

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/lint",
3
- "version": "2.0.0-dev.166+15dea3c0",
3
+ "version": "2.0.0-dev.167+2bfe41d4",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./src/mod.ts"
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-dev.166+15dea3c0";
30
+ var version = "2.0.0-dev.167+2bfe41d4";
31
31
  var license = "MIT";
32
32
  var exports$1 = { ".": "./src/mod.ts" };
33
33
  var imports = {
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import parser from "@typescript-eslint/parser";
3
3
 
4
4
  //#region deno.json
5
5
  var name = "@fedify/lint";
6
- var version = "2.0.0-dev.166+15dea3c0";
6
+ var version = "2.0.0-dev.167+2bfe41d4";
7
7
  var license = "MIT";
8
8
  var exports = { ".": "./src/mod.ts" };
9
9
  var imports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/lint",
3
- "version": "2.0.0-dev.166+15dea3c0",
3
+ "version": "2.0.0-dev.167+2bfe41d4",
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-dev.166+15dea3c0"
50
+ "@fedify/fedify": "^2.0.0-dev.167+2bfe41d4"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
53
  "eslint": {