@sapphire/eslint-plugin-result 2.0.5-next.cd7e6b59 → 2.0.5-next.ef2a0072
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.md +3 -3
- package/dist/cjs/index.cjs +3 -4
- package/dist/esm/index.mjs +3 -4
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
# [@sapphire/eslint-plugin-result@2.0.4](https://github.com/
|
|
5
|
+
# [@sapphire/eslint-plugin-result@2.0.4](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-plugin-result@2.0.3...@sapphire/eslint-plugin-result@2.0.4) - (2024-06-03)
|
|
6
6
|
|
|
7
7
|
## 🐛 Bug Fixes
|
|
8
8
|
|
|
9
|
-
- **eslint-plugin-result:** Bump transient dependencies ([6d030e2](https://github.com/
|
|
10
|
-
- **deps:** Update all non-major dependencies ([7dc491a](https://github.com/
|
|
9
|
+
- **eslint-plugin-result:** Bump transient dependencies ([6d030e2](https://github.com/sapphiredev/utilities/commit/6d030e28b6f9b84b309e2729bba0597e7f5898e0))
|
|
10
|
+
- **deps:** Update all non-major dependencies ([7dc491a](https://github.com/sapphiredev/utilities/commit/7dc491a3eebea3bd320fcc73d3b434067646c7df))
|
|
11
11
|
|
|
12
12
|
# [@sapphire/eslint-plugin-result@2.0.3](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-plugin-result@2.0.2...@sapphire/eslint-plugin-result@2.0.3) - (2024-03-11)
|
|
13
13
|
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -14,8 +14,7 @@ var __name = (target, value) => __defProp(target, "name", { value, configurable:
|
|
|
14
14
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
15
15
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
16
16
|
}) : x)(function(x) {
|
|
17
|
-
if (typeof require !== "undefined")
|
|
18
|
-
return require.apply(this, arguments);
|
|
17
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
19
18
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
20
19
|
});
|
|
21
20
|
var __esm = (fn, res) => function __init() {
|
|
@@ -117,7 +116,7 @@ var init_no_discard_result = __esm({
|
|
|
117
116
|
schema: []
|
|
118
117
|
},
|
|
119
118
|
defaultOptions: [],
|
|
120
|
-
create: (context) => {
|
|
119
|
+
create: /* @__PURE__ */ __name((context) => {
|
|
121
120
|
return {
|
|
122
121
|
CallExpression(callExpressionNode) {
|
|
123
122
|
const service = utils.ESLintUtils.getParserServices(context);
|
|
@@ -130,7 +129,7 @@ var init_no_discard_result = __esm({
|
|
|
130
129
|
}
|
|
131
130
|
}
|
|
132
131
|
};
|
|
133
|
-
}
|
|
132
|
+
}, "create")
|
|
134
133
|
});
|
|
135
134
|
}
|
|
136
135
|
});
|
package/dist/esm/index.mjs
CHANGED
|
@@ -8,8 +8,7 @@ var __name = (target, value) => __defProp(target, "name", { value, configurable:
|
|
|
8
8
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
9
9
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
10
10
|
}) : x)(function(x) {
|
|
11
|
-
if (typeof require !== "undefined")
|
|
12
|
-
return require.apply(this, arguments);
|
|
11
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
13
12
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
14
13
|
});
|
|
15
14
|
var __esm = (fn, res) => function __init() {
|
|
@@ -111,7 +110,7 @@ var init_no_discard_result = __esm({
|
|
|
111
110
|
schema: []
|
|
112
111
|
},
|
|
113
112
|
defaultOptions: [],
|
|
114
|
-
create: (context) => {
|
|
113
|
+
create: /* @__PURE__ */ __name((context) => {
|
|
115
114
|
return {
|
|
116
115
|
CallExpression(callExpressionNode) {
|
|
117
116
|
const service = ESLintUtils.getParserServices(context);
|
|
@@ -124,7 +123,7 @@ var init_no_discard_result = __esm({
|
|
|
124
123
|
}
|
|
125
124
|
}
|
|
126
125
|
};
|
|
127
|
-
}
|
|
126
|
+
}, "create")
|
|
128
127
|
});
|
|
129
128
|
}
|
|
130
129
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/eslint-plugin-result",
|
|
3
|
-
"version": "2.0.5-next.
|
|
3
|
+
"version": "2.0.5-next.ef2a0072",
|
|
4
4
|
"description": "A TypeScript ESLint plugin for @sapphire/result",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@favware/cliff-jumper": "^4.0.
|
|
56
|
-
"@typescript-eslint/rule-tester": "^7.
|
|
57
|
-
"@typescript-eslint/typescript-estree": "^7.
|
|
58
|
-
"@vitest/coverage-v8": "^
|
|
59
|
-
"tsup": "^8.
|
|
55
|
+
"@favware/cliff-jumper": "^4.0.3",
|
|
56
|
+
"@typescript-eslint/rule-tester": "^7.13.1",
|
|
57
|
+
"@typescript-eslint/typescript-estree": "^7.13.1",
|
|
58
|
+
"@vitest/coverage-v8": "^2.0.3",
|
|
59
|
+
"tsup": "^8.2.1",
|
|
60
60
|
"typedoc-json-parser": "^10.0.0",
|
|
61
|
-
"vitest": "^
|
|
61
|
+
"vitest": "^2.0.3"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@sapphire/result": "^2.6.6",
|
|
65
|
-
"@typescript-eslint/utils": "^7.
|
|
65
|
+
"@typescript-eslint/utils": "^7.13.1",
|
|
66
66
|
"tsutils": "^3.21.0",
|
|
67
|
-
"typescript": "
|
|
67
|
+
"typescript": "~5.4.5"
|
|
68
68
|
}
|
|
69
69
|
}
|