properties-file 3.2.18 → 3.2.19
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/lib/property.js +1 -1
- package/package.json +5 -5
package/lib/property.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @param propertyLine - A property line object.
|
|
7
7
|
* @param startingLineNumber - The line number at which the property starts.
|
|
8
|
-
*/function a(b,c,d){_classCallCheck(this,a),_defineProperty(this,"key",""),_defineProperty(this,"escapedKey",""),_defineProperty(this,"hasNoKey",!1),_defineProperty(this,"hasMultilineKey",!1),_defineProperty(this,"keyCollisionLines",[]),_defineProperty(this,"hasKeyCollisions",!1),_defineProperty(this,"value",""),_defineProperty(this,"escapedValue",""),_defineProperty(this,"hasNoValue",!1),_defineProperty(this,"newlinePositions",[]),this.linesContent=b.content,this.startingLineNumber=c,this.endingLineNumber=c,this.previousProperty=d,null===d||void 0===d
|
|
8
|
+
*/function a(b,c,d){_classCallCheck(this,a),_defineProperty(this,"key",""),_defineProperty(this,"escapedKey",""),_defineProperty(this,"hasNoKey",!1),_defineProperty(this,"hasMultilineKey",!1),_defineProperty(this,"keyCollisionLines",[]),_defineProperty(this,"hasKeyCollisions",!1),_defineProperty(this,"value",""),_defineProperty(this,"escapedValue",""),_defineProperty(this,"hasNoValue",!1),_defineProperty(this,"newlinePositions",[]),this.linesContent=b.content,this.startingLineNumber=c,this.endingLineNumber=c,this.previousProperty=d,null===d||void 0===d||d.setNextProperty(this)}/**
|
|
9
9
|
* Set the next property object.
|
|
10
10
|
*
|
|
11
11
|
* @param property - The next property object
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "properties-file",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.19",
|
|
4
4
|
"description": ".properties file parser, editor, formatter and Webpack loader.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
".properties",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@babel/cli": "^7.22.10",
|
|
67
67
|
"@babel/core": "^7.22.11",
|
|
68
|
-
"@babel/preset-env": "^7.22.
|
|
68
|
+
"@babel/preset-env": "^7.22.14",
|
|
69
69
|
"@babel/preset-typescript": "7.22.11",
|
|
70
70
|
"@release-it/conventional-changelog": "7.0.0",
|
|
71
71
|
"@types/jest": "29.5.4",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
73
|
-
"@typescript-eslint/parser": "6.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "6.5.0",
|
|
73
|
+
"@typescript-eslint/parser": "6.5.0",
|
|
74
74
|
"babel-preset-minify": "^0.5.2",
|
|
75
75
|
"check-node-version": "^4.2.1",
|
|
76
76
|
"dotenv-cli": "7.3.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"eslint-plugin-tsdoc": "0.2.17",
|
|
87
87
|
"eslint-plugin-unicorn": "48.0.1",
|
|
88
88
|
"jest": "29.6.4",
|
|
89
|
-
"prettier": "3.0.
|
|
89
|
+
"prettier": "3.0.3",
|
|
90
90
|
"prettier-plugin-organize-imports": "3.2.3",
|
|
91
91
|
"prettier-plugin-sh": "0.13.1",
|
|
92
92
|
"release-it": "16.1.5",
|