properties-file 3.6.3 → 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 +14 -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.3",
3
+ "version": "3.6.4",
4
4
  "description": ".properties file parser, editor, formatter and Webpack loader.",
5
5
  "keywords": [
6
6
  ".properties",
@@ -97,35 +97,35 @@
97
97
  "test": "jest --coverage"
98
98
  },
99
99
  "devDependencies": {
100
- "@release-it/conventional-changelog": "10.0.2",
100
+ "@release-it/conventional-changelog": "10.0.4",
101
101
  "@types/jest": "30.0.0",
102
- "@types/node": "24.10.1",
102
+ "@types/node": "25.1.0",
103
103
  "check-node-version": "4.2.1",
104
104
  "depcheck": "1.4.7",
105
105
  "dotenv-cli": "11.0.0",
106
- "eslint": "9.39.1",
106
+ "eslint": "9.39.2",
107
107
  "eslint-config-prettier": "10.1.8",
108
108
  "eslint-import-resolver-typescript": "4.4.4",
109
- "eslint-plugin-compat": "6.0.2",
109
+ "eslint-plugin-compat": "6.1.0",
110
110
  "eslint-plugin-import-x": "4.16.1",
111
- "eslint-plugin-jest": "29.1.0",
111
+ "eslint-plugin-jest": "29.12.1",
112
112
  "eslint-plugin-json-files": "5.1.2",
113
113
  "eslint-plugin-prefer-arrow-functions": "3.9.1",
114
- "eslint-plugin-prettier": "5.5.4",
114
+ "eslint-plugin-prettier": "5.5.5",
115
115
  "eslint-plugin-tsdoc": "0.5.0",
116
116
  "eslint-plugin-unicorn": "62.0.0",
117
117
  "husky": "9.1.7",
118
118
  "jest": "30.2.0",
119
119
  "jiti": "2.6.1",
120
- "jsonc-eslint-parser": "2.4.1",
121
- "npm-check-updates": "19.1.2",
122
- "prettier": "3.6.2",
120
+ "jsonc-eslint-parser": "2.4.2",
121
+ "npm-check-updates": "19.3.2",
122
+ "prettier": "3.8.1",
123
123
  "prettier-plugin-organize-imports": "4.3.0",
124
- "release-it": "19.0.6",
125
- "terser": "5.44.1",
126
- "ts-jest": "29.4.5",
124
+ "release-it": "19.2.4",
125
+ "terser": "5.46.0",
126
+ "ts-jest": "29.4.6",
127
127
  "typescript": "5.9.3",
128
- "typescript-eslint": "8.47.0"
128
+ "typescript-eslint": "8.54.0"
129
129
  },
130
130
  "engines": {
131
131
  "node": "*"