@nexim/prettier-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/prettier-config@1.0.1...@nexim/prettier-config@1.1.0) (2025-01-05)
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/prettier-config@1.0.0...@nexim/prettier-config@1.0.1) (2024-12-10)
7
13
 
8
14
  **Note:** Version bump only for package @nexim/prettier-config
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # Nexim's Prettier Configurations
2
2
 
3
- ![NPM Version](https://img.shields.io/npm/v/%40nexim%2Fprettier-config)
4
- ![npm bundle size](https://img.shields.io/bundlephobia/min/%40nexim%2Fprettier-config)
3
+ ![NPM Version](https://img.shields.io/npm/v/@nexim/prettier-config)
5
4
  ![Build & Lint & Test](https://github.com/the-nexim/nanolib/actions/workflows/build-lint-test.yaml/badge.svg)
6
- ![NPM Downloads](https://img.shields.io/npm/dm/%40nexim%2Fprettier-config)
7
- ![NPM License](https://img.shields.io/npm/l/%40nexim%2Fprettier-config)
5
+ ![NPM Downloads](https://img.shields.io/npm/dm/@nexim/prettier-config)
6
+ ![NPM License](https://img.shields.io/npm/l/@nexim/prettier-config)
7
+
8
+ ## Overview
8
9
 
9
10
  Nexim's [shareable configurations](https://prettier.io/docs/en/configuration.html#sharing-configurations) for [Prettier](https://prettier.io/).
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexim/prettier-config",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Base Prettier configuration for Nexim projects.",
5
5
  "keywords": [
6
6
  "prettier",
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/prettier-config"
33
33
  },
34
34
  "license": "AGPL-3.0-only",
35
- "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (www.njfamirm.ir)",
35
+ "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)",
36
36
  "contributors": [
37
37
  "Arash Ghardashpoor <arash.qardashpoor@gmail.com> (https://www.agpagp.ir)"
38
38
  ],
@@ -40,8 +40,7 @@
40
40
  "main": "./prettier.config.cjs",
41
41
  "files": [
42
42
  "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
43
- "LICENSE",
44
- "!demo/**/*"
43
+ "LICENSE"
45
44
  ],
46
45
  "dependencies": {
47
46
  "prettier": "^3.4.2",
@@ -51,5 +50,5 @@
51
50
  "publishConfig": {
52
51
  "access": "public"
53
52
  },
54
- "gitHead": "a02afd5953a471c872d63e4eb2e7ccbf90c21abb"
53
+ "gitHead": "52096aedc16222a434b2badfe7e860f671c1c5f8"
55
54
  }