@jinglescode/nostr-chat-plugin
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@jinglescode/nostr-chat-plugin", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A chat room React component that uses NOSTR protocol for messaging.", | ||
@@ -5,0 +5,0 @@ "author": "jinglescode", |
export type Message = { | ||
id?: string; | ||
id: string; | ||
message: string; | ||
pubkey: string; | ||
timestamp?: number; | ||
timestamp: number; | ||
}; | ||
@@ -7,0 +7,0 @@ export type User = { |
{ | ||
"name": "@jinglescode/nostr-chat-plugin", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A chat room React component that uses NOSTR protocol for messaging.", | ||
@@ -5,0 +5,0 @@ "author": "jinglescode", |
export type Message = { | ||
id?: string; | ||
id: string; | ||
message: string; | ||
pubkey: string; | ||
timestamp?: number; | ||
timestamp: number; | ||
}; | ||
@@ -7,0 +7,0 @@ |
Sorry, the diff of this file is not supported yet
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
48863