@jsse/eslint-config 0.4.11 → 0.4.14
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 +18 -0
- package/dist/{chunk-CkHaCily.js → chunk-Bb8Gnt67.js} +3 -1
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +2 -1
- package/dist/index.d.ts +315 -222
- package/dist/index.js +46 -33
- package/dist/{version-Cmu7XVG1.js → version-Me0kOJKb.js} +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @jsse/eslint-config
|
|
2
2
|
|
|
3
|
+
## 0.4.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bump past 13 bc its unlucky
|
|
8
|
+
|
|
9
|
+
## 0.4.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- update dependencies
|
|
14
|
+
|
|
15
|
+
## 0.4.12
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- deps up
|
|
20
|
+
|
|
3
21
|
## 0.4.11
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -10,11 +10,13 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
|
10
10
|
var __commonJS = (cb, mod) => function() {
|
|
11
11
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
12
12
|
};
|
|
13
|
-
var __export = (
|
|
13
|
+
var __export = (all) => {
|
|
14
|
+
let target = {};
|
|
14
15
|
for (var name in all) __defProp(target, name, {
|
|
15
16
|
get: all[name],
|
|
16
17
|
enumerable: true
|
|
17
18
|
});
|
|
19
|
+
return target;
|
|
18
20
|
};
|
|
19
21
|
var __copyProps = (to, from, except, desc) => {
|
|
20
22
|
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
package/dist/cli.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { };
|
package/dist/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DEBUG, VERSION } from "./version-
|
|
1
|
+
import { DEBUG, VERSION } from "./version-Me0kOJKb.js";
|
|
2
2
|
import fs from "node:fs";
|
|
3
3
|
import process$1 from "node:process";
|
|
4
4
|
import { EventEmitter } from "events";
|
|
@@ -572,6 +572,7 @@ var CAC = class extends EventEmitter {
|
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
574
|
const cac = (name = "") => new CAC(name);
|
|
575
|
+
var dist_default = cac;
|
|
575
576
|
|
|
576
577
|
//#endregion
|
|
577
578
|
//#region src/cli.ts
|