properties-file
Advanced tools
Comparing version 2.1.14 to 2.1.15
@@ -10,4 +10,4 @@ /// <reference types="./properties-file" /> | ||
*/ | ||
export declare type KeyValueObject = { | ||
export type KeyValueObject = { | ||
[key: string]: string; | ||
}; |
@@ -33,3 +33,3 @@ import { KeyValueObject } from './'; | ||
*/ | ||
export declare type KeyLineNumbers = { | ||
export type KeyLineNumbers = { | ||
[key: string]: number[]; | ||
@@ -36,0 +36,0 @@ }; |
{ | ||
"name": "properties-file", | ||
"version": "2.1.14", | ||
"version": "2.1.15", | ||
"description": ".properties file parser, JSON converter and Webpack loader.", | ||
@@ -56,5 +56,5 @@ "author": "Avansai (https://avansai.com)", | ||
"@release-it/conventional-changelog": "^5.1.1", | ||
"@types/jest": "^29.2.2", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"@types/jest": "^29.2.3", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"dotenv-cli": "^6.0.0", | ||
@@ -77,3 +77,3 @@ "eslint": "^8.27.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -80,0 +80,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40430