@node-ts/bus-messages
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -1,2 +0,2 @@ | ||
declare type Uuid = string; | ||
type Uuid = string; | ||
export interface MessageAttributeMap { | ||
@@ -3,0 +3,0 @@ [key: string]: string | number | undefined; |
{ | ||
"name": "@node-ts/bus-messages", | ||
"description": "A core set of message definitions for distributed applications.", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "./dist/index.js", | ||
"@node-ts/code-standards": "^0.0.10", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
], | ||
"gitHead": "02fb2fe28c190b1562f256ba5b34255336c6da25" | ||
"gitHead": "229b6fbb0cee7c101b85841cc11d6edfe667f73d" | ||
} |
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
15127