messages-modules
Advanced tools
Comparing version 1.1.19 to 1.1.20
import * as BabelTypes from '@babel/types'; | ||
import type { PluginObj } from '@babel/core'; | ||
export declare type Program = BabelTypes.Program; | ||
export declare type Statement = BabelTypes.Statement; | ||
export declare type ExportNamedDeclaration = BabelTypes.ExportNamedDeclaration; | ||
export declare type ExportSpecifier = BabelTypes.ExportSpecifier; | ||
export declare type ExportNamespaceSpecifier = BabelTypes.ExportNamespaceSpecifier; | ||
export declare type ExportDefaultSpecifier = BabelTypes.ExportDefaultSpecifier; | ||
export declare type ImportDeclaration = BabelTypes.ImportDeclaration; | ||
export declare type ImportSpecifier = BabelTypes.ImportSpecifier; | ||
export declare type ImportNamespaceSpecifier = BabelTypes.ImportNamespaceSpecifier; | ||
export declare type ImportDefaultSpecifier = BabelTypes.ImportDefaultSpecifier; | ||
export declare type Identifier = BabelTypes.Identifier; | ||
export type Program = BabelTypes.Program; | ||
export type Statement = BabelTypes.Statement; | ||
export type ExportNamedDeclaration = BabelTypes.ExportNamedDeclaration; | ||
export type ExportSpecifier = BabelTypes.ExportSpecifier; | ||
export type ExportNamespaceSpecifier = BabelTypes.ExportNamespaceSpecifier; | ||
export type ExportDefaultSpecifier = BabelTypes.ExportDefaultSpecifier; | ||
export type ImportDeclaration = BabelTypes.ImportDeclaration; | ||
export type ImportSpecifier = BabelTypes.ImportSpecifier; | ||
export type ImportNamespaceSpecifier = BabelTypes.ImportNamespaceSpecifier; | ||
export type ImportDefaultSpecifier = BabelTypes.ImportDefaultSpecifier; | ||
export type Identifier = BabelTypes.Identifier; | ||
/** | ||
@@ -24,3 +24,3 @@ * A target to hijack. | ||
*/ | ||
export declare type HijackTarget = { | ||
export type HijackTarget = { | ||
/** The name of a function to hijack (e.g., `getMessages`). */ | ||
@@ -34,3 +34,3 @@ function: string; | ||
*/ | ||
export declare type KeyValueObject = { | ||
export type KeyValueObject = { | ||
[key: string]: string; | ||
@@ -41,3 +41,3 @@ }; | ||
*/ | ||
export declare type KeyValueObjectCollection = { | ||
export type KeyValueObjectCollection = { | ||
[key: string]: KeyValueObject; | ||
@@ -44,0 +44,0 @@ }; |
{ | ||
"name": "messages-modules", | ||
"version": "1.1.19", | ||
"version": "1.1.20", | ||
"description": "Messages (localized strings) that are scoped locally.", | ||
@@ -50,6 +50,6 @@ "author": "Avansai (https://avansai.com)", | ||
"@types/babel__core": "^7.1.20", | ||
"@types/jest": "^29.2.2", | ||
"@types/jest": "^29.2.3", | ||
"@types/node": "^18.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"dotenv-cli": "^6.0.0", | ||
@@ -72,6 +72,6 @@ "eslint": "^8.27.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.3" | ||
}, | ||
"dependencies": { | ||
"properties-file": "^2.1.14" | ||
"properties-file": "^2.1.15" | ||
}, | ||
@@ -78,0 +78,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
28671
Updatedproperties-file@^2.1.15