@jsse/eslint-config 0.3.1 → 0.3.2

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jsse/eslint-config
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix cli install
8
+
3
9
  ## 0.3.1
4
10
 
5
11
  ### Patch Changes
package/dist/cli.js CHANGED
@@ -588,7 +588,7 @@ var CAC = class extends EventEmitter {
588
588
  var cac = (name = "") => new CAC(name);
589
589
 
590
590
  // src/generated/version.ts
591
- var VERSION = "0.3.1";
591
+ var VERSION = "0.3.2";
592
592
 
593
593
  // src/cli.ts
594
594
  var cli = cac("jsselint");
@@ -1 +1 @@
1
- export declare const VERSION = "0.3.1";
1
+ export declare const VERSION = "0.3.2";
@@ -1 +1 @@
1
- export const VERSION = "0.3.1";
1
+ export const VERSION = "0.3.2";
package/dist/index.d.ts CHANGED
@@ -24554,7 +24554,7 @@ declare function jsse(options?: OptionsConfig & TypedFlatConfigItem, ...userConf
24554
24554
  declare function defineConfig(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: (TypedFlatConfigItem | TypedFlatConfigItem[])[]): Promise<TypedFlatConfigItem[]>;
24555
24555
  type DefineConfig = typeof defineConfig;
24556
24556
 
24557
- declare const VERSION = "0.3.1";
24557
+ declare const VERSION = "0.3.2";
24558
24558
 
24559
24559
  declare const GLOB_SRC_EXT = "?([cm])[jt]s?(x)";
24560
24560
  declare const GLOB_JS_SRC_EXT = "?([cm])js?(x)";
package/dist/index.js CHANGED
@@ -13851,7 +13851,7 @@ async function defineConfig(options = {}, ...userConfigs) {
13851
13851
  }
13852
13852
 
13853
13853
  // src/generated/version.ts
13854
- var VERSION = "0.3.1";
13854
+ var VERSION = "0.3.2";
13855
13855
 
13856
13856
  // src/presets.ts
13857
13857
  var jsseReact = (options, ...configs) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "main": "./dist/index.js",
27
27
  "types": "./dist/index.d.ts",
28
28
  "bin": {
29
- "jsselint": "dist/cli.cjs"
29
+ "jsselint": "dist/cli.js"
30
30
  },
31
31
  "files": [
32
32
  "!**/*.test.*",