@slickgrid-universal/event-pub-sub
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "@slickgrid-universal/event-pub-sub", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"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/commonjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/commonjs/index.d.ts", | ||
"typings": "dist/commonjs/index.d.ts", | ||
"exports": { | ||
".": { | ||
"browser": "./dist/esm/index.js", | ||
"import": "./dist/esm/index.d.ts", | ||
"require": "./dist/commonjs/index.js" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/esm/index.d.ts" | ||
] | ||
} | ||
}, | ||
"types": "dist/esm/index.d.ts", | ||
"publishConfig": { | ||
@@ -32,5 +46,5 @@ "access": "public" | ||
"dependencies": { | ||
"@slickgrid-universal/utils": "~2.3.0" | ||
"@slickgrid-universal/utils": "~2.4.0" | ||
}, | ||
"gitHead": "1aa5e1c36851f6e2c0191cd59df0495cb87ba117" | ||
"gitHead": "6f3daed53deccc243f8e964be818849804224939" | ||
} |
56796
+ Added@slickgrid-universal/utils@2.4.0(transitive)
- Removed@slickgrid-universal/utils@2.3.0(transitive)