properties-file 2.1.24 → 2.1.25

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -51,7 +51,7 @@ Output:
51
51
  { hello: 'hello', world: 'world' }
52
52
  ```
53
53
 
54
- If you cannot use `fs` and already have the content of a `.properties` file, your code would look like this instead:
54
+ If you cannot use [fs](https://nodejs.org/api/fs.html) (e.g., from a browser) and already have the content of a `.properties` file, your code would look like this instead:
55
55
 
56
56
  ```ts
57
57
  import { propertiesToJson } from 'properties-file/content'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "properties-file",
3
- "version": "2.1.24",
3
+ "version": "2.1.25",
4
4
  "description": ".properties file parser, JSON converter and Webpack loader.",
5
5
  "author": "Avansai (https://avansai.com)",
6
6
  "repository": {
@@ -53,9 +53,9 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@release-it/conventional-changelog": "^5.1.1",
56
- "@types/jest": "^29.2.6",
57
- "@typescript-eslint/eslint-plugin": "^5.48.2",
58
- "@typescript-eslint/parser": "^5.48.2",
56
+ "@types/jest": "^29.4.0",
57
+ "@typescript-eslint/eslint-plugin": "^5.49.0",
58
+ "@typescript-eslint/parser": "^5.49.0",
59
59
  "dotenv-cli": "^7.0.0",
60
60
  "eslint": "^8.32.0",
61
61
  "eslint-config-prettier": "^8.6.0",
@@ -66,7 +66,7 @@
66
66
  "eslint-plugin-prefer-arrow-functions": "^3.1.4",
67
67
  "eslint-plugin-prettier": "^4.2.1",
68
68
  "eslint-plugin-unicorn": "^45.0.2",
69
- "jest": "^29.3.1",
69
+ "jest": "^29.4.1",
70
70
  "prettier": "^2.8.3",
71
71
  "prettier-plugin-organize-imports": "^3.2.2",
72
72
  "prettier-plugin-sh": "^0.12.8",