Comparing version 0.1.5 to 0.1.6
/*! | ||
* auttarjs v0.1.5 | ||
* auttarjs v0.1.6 | ||
* (c) Heitor Ramon Ribeiro <heitor.ramon@gmail.com> | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* auttarjs v0.1.5 | ||
* auttarjs v0.1.6 | ||
* (c) Heitor Ramon Ribeiro <heitor.ramon@gmail.com> | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* auttarjs v0.1.5 | ||
* auttarjs v0.1.6 | ||
* (c) Heitor Ramon Ribeiro <heitor.ramon@gmail.com> | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "auttarjs", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.", | ||
@@ -20,4 +20,9 @@ "private": false, | ||
"license": "MIT", | ||
"main": "index.js", | ||
"jsnext:main": "index.es.js", | ||
"cdn": "dist/index.umd.js", | ||
"main": "dist/index.js", | ||
"types": "types/index.d.ts", | ||
"unpkg": "dist/index.umd.js", | ||
"module": "dist/index.mjs", | ||
"jsdelivr": "dist/index.umd.js", | ||
"umd:main": "dist/index.umd.js", | ||
"babel": { | ||
@@ -24,0 +29,0 @@ "presets": [ |
@@ -22,6 +22,6 @@ | ||
<!-- For UNPKG use the code below. --> | ||
<script src="https://unpkg.com/auttarjs@latest/dist/index.js"></script> | ||
<script src="https://unpkg.com/auttarjs@latest/dist/index.umd.js"></script> | ||
<!-- For JSDelivr use the code below. --> | ||
<script src="https://cdn.jsdelivr.net/npm/auttarjs@latest/dist/index.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/auttarjs@latest/dist/index.umd.js"></script> | ||
@@ -28,0 +28,0 @@ <script> |
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
270455