eventsource
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -0,1 +1,3 @@ | ||
/// <reference path="events.d.ts" /> | ||
/** | ||
@@ -2,0 +4,0 @@ * An extended version of the `Event` emitted by the `EventSource` object when an error occurs. |
{ | ||
"name": "eventsource", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "WhatWG/W3C compliant EventSource client for Node.js and browsers", | ||
@@ -22,3 +22,3 @@ "sideEffects": false, | ||
"scripts": { | ||
"build": "pkg-utils build && pkg-utils --strict", | ||
"build": "pkg-utils build && pkg-utils --strict && tsx scripts/referenceEventTypings.ts", | ||
"build:watch": "pkg-utils watch", | ||
@@ -25,0 +25,0 @@ "clean": "rimraf dist coverage", |
Sorry, the diff of this file is not supported yet
134466
15
1623