@nexim/eslint-config 1.0.1 → 1.1.0

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/eslint-config@1.0.1...@nexim/eslint-config@1.1.0) (2024-12-24)
7
+
8
+ ### Features
9
+
10
+ * **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @
11
+
6
12
  ## [1.0.1](https://github.com/the-nexim/nanolib/compare/@nexim/eslint-config@1.0.0...@nexim/eslint-config@1.0.1) (2024-12-10)
7
13
 
8
14
  **Note:** Version bump only for package @nexim/eslint-config
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
  ![NPM Downloads](https://img.shields.io/npm/dm/%40nexim%2Feslint-config)
7
7
  ![NPM License](https://img.shields.io/npm/l/%40nexim%2Feslint-config)
8
8
 
9
+ ## Overview
10
+
9
11
  Alwatr ECMAScript Style Guide as a ESLint [shareable configurations](http://eslint.org/docs/developer-guide/shareable-configs.html).
10
12
 
11
13
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexim/eslint-config",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Base Eslint configuration for Nexim projects.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -33,7 +33,7 @@
33
33
  "directory": "packages/eslint-config"
34
34
  },
35
35
  "license": "AGPL-3.0-only",
36
- "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (www.njfamirm.ir)",
36
+ "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)",
37
37
  "contributors": [
38
38
  "Arash Ghardashpoor <arash.qardashpoor@gmail.com> (https://www.agpagp.ir)"
39
39
  ],
@@ -51,7 +51,7 @@
51
51
  "eslint-import-resolver-typescript": "^3.6.3",
52
52
  "eslint-plugin-import": "^2.31.0",
53
53
  "eslint-plugin-require-extensions": "^0.1.3",
54
- "typescript": "^5.6.3"
54
+ "typescript": "^5.7.2"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@typescript-eslint/eslint-plugin": ">7.0.0 <8.0.0",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "a02afd5953a471c872d63e4eb2e7ccbf90c21abb"
67
+ "gitHead": "bc359427982999632efc472ee14238e4317e6320"
68
68
  }