@brighthustle/transmit-client
Advanced tools
Comparing version 0.0.4-2 to 0.0.4
{ | ||
"name": "@brighthustle/transmit-client", | ||
"version": "0.0.4-2", | ||
"description": "A client for the native Server-Sent-Event module of AdonisJS.", | ||
"keywords": [ | ||
"client", | ||
"sse-client", | ||
"sse", | ||
"server-sent-event", | ||
"adonis", | ||
"adonisjs", | ||
"adonis-framework" | ||
"version": "0.0.4", | ||
"engines": { | ||
"node": ">=18.16.0" | ||
}, | ||
"main": "./build/index.js", | ||
"type": "module", | ||
"files": [ | ||
"src", | ||
"build" | ||
], | ||
"license": "MIT", | ||
"author": "Kumar Yash, Romain Lanz", | ||
"type": "module", | ||
"source": "index.ts", | ||
"exports": { | ||
@@ -22,5 +18,2 @@ "require": "./build/index.cjs", | ||
}, | ||
"main": "./build/index.js", | ||
"module": "./build/index.module.js", | ||
"unpkg": "./build/index.umd.js", | ||
"scripts": { | ||
@@ -48,9 +41,16 @@ "clean": "del-cli build", | ||
}, | ||
"files": [ | ||
"src", | ||
"build" | ||
"author": "Kumar Yash, Romain Lanz", | ||
"license": "MIT", | ||
"source": "index.ts", | ||
"module": "./build/index.module.js", | ||
"unpkg": "./build/index.umd.js", | ||
"keywords": [ | ||
"client", | ||
"sse-client", | ||
"sse", | ||
"server-sent-event", | ||
"adonis", | ||
"adonisjs", | ||
"adonis-framework" | ||
], | ||
"engines": { | ||
"node": ">=18.16.0" | ||
}, | ||
"eslintConfig": { | ||
@@ -57,0 +57,0 @@ "extends": "@adonisjs/eslint-config/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
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
290356