@jinglescode/nostr-chat-plugin
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@jinglescode/nostr-chat-plugin", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A NOSTR React chat plugin", | ||
@@ -9,5 +9,11 @@ "author": "jinglescode", | ||
"type": "module", | ||
"main": "dist/index.cjs.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -14,0 +20,0 @@ "build": "rollup -c && cp package.json dist/" |
{ | ||
"name": "@jinglescode/nostr-chat-plugin", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A NOSTR React chat plugin", | ||
@@ -9,5 +9,11 @@ "author": "jinglescode", | ||
"type": "module", | ||
"main": "dist/index.cjs.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -14,0 +20,0 @@ "build": "rollup -c && cp package.json dist/" |
@@ -7,3 +7,3 @@ import typescript from "rollup-plugin-typescript2"; | ||
{ | ||
file: "dist/index.cjs.js", | ||
file: "dist/index.cjs", | ||
format: "cjs", | ||
@@ -10,0 +10,0 @@ sourcemap: true, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49151
18
858
0