properties-file 3.6.2 → 3.6.4

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +15 -14
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # properties-file
2
2
 
3
3
  [![License](https://img.shields.io/npm/l/make-coverage-badge.svg?color=brightgreen)](https://opensource.org/licenses/MIT)
4
- [![npm download](https://img.shields.io/npm/dw/properties-file.svg?color=brightgreen)](https://www.npmjs.com/package/properties-file)
4
+ [![Download Stats](https://img.shields.io/npm/dw/properties-file.svg?color=brightgreen)](https://www.npmjs.com/package/properties-file)
5
5
  ![Coverage](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg)
6
+ [![Package Size](https://deno.bundlejs.com/badge?q=properties-file@latest&treeshake=[*])](https://bundlejs.com/?q=properties-file@latest&treeshake=[*])
6
7
  ![Dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)
7
8
 
8
9
  `.properties` file parser, editor, formatter and Webpack loader.
@@ -27,7 +28,7 @@ npm install properties-file
27
28
  - A `PropertiesEditor` class enables the addition, edition, and removal of entries.
28
29
  - `escapeKey` and `escapeValue` allow the conversion of any content to a `.properties` compatible format.
29
30
  - The library also includes a Webpack loader to import `.properties` files directly into your application.
30
- - Tiny ([under 4kB compressed](https://bundlephobia.com/package/properties-file)) with 0 dependencies.
31
+ - [Tiny](https://bundlejs.com/?q=properties-file%40latest&treeshake=%5B*%5D) with 0 dependencies.
31
32
  - 100% test coverage based on the output from a Java implementation.
32
33
  - Active maintenance (many popular `.properties` packages have been inactive for years).
33
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "properties-file",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "description": ".properties file parser, editor, formatter and Webpack loader.",
5
5
  "keywords": [
6
6
  ".properties",
@@ -23,6 +23,7 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "author": "properties-file",
26
+ "sideEffects": false,
26
27
  "type": "module",
27
28
  "exports": {
28
29
  ".": {
@@ -96,35 +97,35 @@
96
97
  "test": "jest --coverage"
97
98
  },
98
99
  "devDependencies": {
99
- "@release-it/conventional-changelog": "10.0.1",
100
+ "@release-it/conventional-changelog": "10.0.4",
100
101
  "@types/jest": "30.0.0",
101
- "@types/node": "24.10.1",
102
+ "@types/node": "25.1.0",
102
103
  "check-node-version": "4.2.1",
103
104
  "depcheck": "1.4.7",
104
105
  "dotenv-cli": "11.0.0",
105
- "eslint": "9.39.1",
106
+ "eslint": "9.39.2",
106
107
  "eslint-config-prettier": "10.1.8",
107
108
  "eslint-import-resolver-typescript": "4.4.4",
108
- "eslint-plugin-compat": "6.0.2",
109
+ "eslint-plugin-compat": "6.1.0",
109
110
  "eslint-plugin-import-x": "4.16.1",
110
- "eslint-plugin-jest": "29.1.0",
111
+ "eslint-plugin-jest": "29.12.1",
111
112
  "eslint-plugin-json-files": "5.1.2",
112
113
  "eslint-plugin-prefer-arrow-functions": "3.9.1",
113
- "eslint-plugin-prettier": "5.5.4",
114
+ "eslint-plugin-prettier": "5.5.5",
114
115
  "eslint-plugin-tsdoc": "0.5.0",
115
116
  "eslint-plugin-unicorn": "62.0.0",
116
117
  "husky": "9.1.7",
117
118
  "jest": "30.2.0",
118
119
  "jiti": "2.6.1",
119
- "jsonc-eslint-parser": "2.4.1",
120
- "npm-check-updates": "19.1.2",
121
- "prettier": "3.6.2",
120
+ "jsonc-eslint-parser": "2.4.2",
121
+ "npm-check-updates": "19.3.2",
122
+ "prettier": "3.8.1",
122
123
  "prettier-plugin-organize-imports": "4.3.0",
123
- "release-it": "19.0.6",
124
- "terser": "5.44.1",
125
- "ts-jest": "29.4.5",
124
+ "release-it": "19.2.4",
125
+ "terser": "5.46.0",
126
+ "ts-jest": "29.4.6",
126
127
  "typescript": "5.9.3",
127
- "typescript-eslint": "8.46.4"
128
+ "typescript-eslint": "8.54.0"
128
129
  },
129
130
  "engines": {
130
131
  "node": "*"