@dlghq/dialog-types
Advanced tools
Comparing version 1.26.0 to 1.27.0
{ | ||
"name": "@dlghq/dialog-types", | ||
"version": "1.26.0", | ||
"version": "1.27.0", | ||
"description": "Flow types for dialog projects", | ||
@@ -34,8 +34,8 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@dlghq/babel-preset-dialog": "3.4.0", | ||
"@dlghq/eslint-config-dialog": "1.25.0", | ||
"eslint": "3.19.0", | ||
"flow-bin": "0.47.0", | ||
"@dlghq/babel-preset-dialog": "3.4.1", | ||
"@dlghq/eslint-config-dialog": "3.1.0", | ||
"eslint": "4.2.0", | ||
"flow-bin": "0.49.1", | ||
"jest-cli": "20.0.4" | ||
} | ||
} |
@@ -262,4 +262,5 @@ /* | ||
export type MessageReaction = { | ||
code: string, | ||
count: number, | ||
uids: number[], | ||
reaction: string, | ||
isOwnSet: boolean | ||
@@ -266,0 +267,0 @@ }; |
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
22687
542