properties-file 3.2.18 → 3.2.20

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/lib/property.js +1 -1
  2. package/package.json +10 -10
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?void 0:d.setNextProperty(this)}/**
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.18",
3
+ "version": "3.2.20",
4
4
  "description": ".properties file parser, editor, formatter and Webpack loader.",
5
5
  "keywords": [
6
6
  ".properties",
@@ -63,18 +63,18 @@
63
63
  "test": "jest --coverage"
64
64
  },
65
65
  "devDependencies": {
66
- "@babel/cli": "^7.22.10",
67
- "@babel/core": "^7.22.11",
68
- "@babel/preset-env": "^7.22.10",
69
- "@babel/preset-typescript": "7.22.11",
70
- "@release-it/conventional-changelog": "7.0.0",
66
+ "@babel/cli": "^7.22.15",
67
+ "@babel/core": "^7.22.17",
68
+ "@babel/preset-env": "^7.22.15",
69
+ "@babel/preset-typescript": "7.22.15",
70
+ "@release-it/conventional-changelog": "7.0.1",
71
71
  "@types/jest": "29.5.4",
72
- "@typescript-eslint/eslint-plugin": "6.4.1",
73
- "@typescript-eslint/parser": "6.4.1",
72
+ "@typescript-eslint/eslint-plugin": "6.6.0",
73
+ "@typescript-eslint/parser": "6.6.0",
74
74
  "babel-preset-minify": "^0.5.2",
75
75
  "check-node-version": "^4.2.1",
76
76
  "dotenv-cli": "7.3.0",
77
- "eslint": "8.48.0",
77
+ "eslint": "8.49.0",
78
78
  "eslint-config-prettier": "9.0.0",
79
79
  "eslint-import-resolver-node": "0.3.9",
80
80
  "eslint-import-resolver-typescript": "3.6.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.2",
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",