@fedify/lint 2.0.0-dev.100 → 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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2024–2026 Hong Minhee
3
+ Copyright 2024–2025 Hong Minhee
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/lint",
3
- "version": "2.0.0-dev.100+a9d733cc",
3
+ "version": "2.0.0-dev.85+a55c8362",
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.100+a9d733cc";
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
@@ -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.100+a9d733cc";
6
+ var version = "2.0.0-dev.85+a55c8362";
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.100+a9d733cc",
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-dev.100+a9d733cc"
50
+ "@fedify/fedify": "^2.0.0-dev.85+a55c8362"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
53
  "eslint": {