properties-file 3.6.2 → 3.6.3
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "properties-file",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.3",
|
|
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,7 +97,7 @@
|
|
|
96
97
|
"test": "jest --coverage"
|
|
97
98
|
},
|
|
98
99
|
"devDependencies": {
|
|
99
|
-
"@release-it/conventional-changelog": "10.0.
|
|
100
|
+
"@release-it/conventional-changelog": "10.0.2",
|
|
100
101
|
"@types/jest": "30.0.0",
|
|
101
102
|
"@types/node": "24.10.1",
|
|
102
103
|
"check-node-version": "4.2.1",
|
|
@@ -124,7 +125,7 @@
|
|
|
124
125
|
"terser": "5.44.1",
|
|
125
126
|
"ts-jest": "29.4.5",
|
|
126
127
|
"typescript": "5.9.3",
|
|
127
|
-
"typescript-eslint": "8.
|
|
128
|
+
"typescript-eslint": "8.47.0"
|
|
128
129
|
},
|
|
129
130
|
"engines": {
|
|
130
131
|
"node": "*"
|