@slickgrid-universal/event-pub-sub
Advanced tools
Comparing version 5.3.0 to 5.3.4
{ | ||
"name": "@slickgrid-universal/event-pub-sub", | ||
"version": "5.3.0", | ||
"version": "5.3.4", | ||
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
@@ -11,3 +10,2 @@ "exports": { | ||
"types": "./dist/types/index.d.ts", | ||
"node": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js", | ||
@@ -18,2 +16,3 @@ "require": "./dist/cjs/index.js" | ||
}, | ||
"module": "./dist/esm/index.js", | ||
"publishConfig": { | ||
@@ -43,5 +42,5 @@ "access": "public" | ||
"dependencies": { | ||
"@slickgrid-universal/utils": "~5.3.0" | ||
"@slickgrid-universal/utils": "~5.3.4" | ||
}, | ||
"gitHead": "7dd2bc26ec056e2772e1ec9f84c86b7e89e442ee" | ||
"gitHead": "b1d42f539b4e1f501e9652d8c2bcd27f29ea700a" | ||
} |
Sorry, the diff of this file is not supported yet
93410
46
797