@isentinel/eslint-config 1.2.2 → 1.2.3

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.
@@ -10,6 +10,10 @@ var __esm = (fn, res) => function __init() {
10
10
  var __commonJS = (cb, mod) => function __require() {
11
11
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
12
12
  };
13
+ var __export = (target, all) => {
14
+ for (var name in all)
15
+ __defProp(target, name, { get: all[name], enumerable: true });
16
+ };
13
17
  var __copyProps = (to, from, except, desc) => {
14
18
  if (from && typeof from === "object" || typeof from === "function") {
15
19
  for (let key of __getOwnPropNames(from))
@@ -36,6 +40,7 @@ var init_esm_shims = __esm({
36
40
 
37
41
  export {
38
42
  __commonJS,
43
+ __export,
39
44
  __toESM,
40
45
  init_esm_shims
41
46
  };
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-2HV5XKT7.js";
3
+ } from "./chunk-YSIDNL3J.js";
4
4
 
5
5
  // src/cli.ts
6
6
  init_esm_shims();
@@ -18,7 +18,7 @@ init_esm_shims();
18
18
  import ansis from "ansis";
19
19
 
20
20
  // package.json
21
- var version = "1.2.2";
21
+ var version = "1.2.3";
22
22
  var package_default = {
23
23
  name: "@isentinel/eslint-config",
24
24
  version,