@piggly/event-bus
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@piggly/event-bus", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "An ESM/CommonJS library following Oriented-Object Programming pattern to manager an Event Bus.", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"build": "npm run clean && npm run build:types && npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc -p tsconfig.esm.json && tsc-alias -p tsconfig.esm.json && npm run build:cjs", | ||
"build:esm": "tsc -p tsconfig.esm.json && tsc-alias -p tsconfig.esm.json && node ./fixESM.cjs", | ||
"build:cjs": "tsc -p tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json", | ||
@@ -25,3 +25,3 @@ "build:types": "tsc -p tsconfig.types.json && tsc-alias -p tsconfig.types.json", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
@@ -28,0 +28,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
59170
34