reconnecting-eventsource
Advanced tools
Comparing version 1.5.2 to 1.6.0
{ | ||
"name": "reconnecting-eventsource", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "wrapper library around the JavaScript EventSource API to ensure it maintains a connection to the server.", | ||
"main": "build/src/reconnecting-eventsource.js", | ||
"module": "build/esm/reconnecting-eventsource.js", | ||
"esnext": "build/esnext/reconnecting-eventsource.js", | ||
"types": "build/src/reconnecting-eventsource.d.ts", | ||
"main": "./build/src/reconnecting-eventsource.js", | ||
"exports": { | ||
".": { | ||
"types": "./build/src/reconnecting-eventsource.d.ts", | ||
"import": "./build/esm/reconnecting-eventsource.js", | ||
"require": "./build/src/reconnecting-eventsource.js" | ||
} | ||
}, | ||
"module": "./build/esm/reconnecting-eventsource.js", | ||
"esnext": "./build/esnext/reconnecting-eventsource.js", | ||
"types": "./build/src/reconnecting-eventsource.d.ts", | ||
"scripts": { | ||
@@ -13,3 +20,3 @@ "clean": "rimraf build browser", | ||
"build:commonjs": "tsc --project tsconfig.json", | ||
"build:esm": "tsc --project tsconfig.esm.json", | ||
"build:esm": "tsc --project tsconfig.esm.json && cp resources/esm_package.json build/esm/package.json", | ||
"build:esnext": "tsc --project tsconfig.esnext.json", | ||
@@ -16,0 +23,0 @@ "build:browser": "webpack", |
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
100210