@tomphttp/bare-client
Advanced tools
Comparing version 1.0.2-beta-readme1 to 1.0.2-beta-readme3
{ | ||
"name": "@tomphttp/bare-client", | ||
"version": "1.0.2-beta-readme1", | ||
"version": "1.0.2-beta-readme3", | ||
"homepage": "https://github.com/tomphttp", | ||
@@ -28,7 +28,7 @@ "bugs": { | ||
"import": "./dist/BareClient.esm.js", | ||
"require": "./dist/BareClient.umd.js" | ||
"require": "./dist/BareClient.umd.cjs" | ||
}, | ||
"unpkg": "dist/BareClient.umd.min.js", | ||
"browser": "dist/BareClient.umd.min.js", | ||
"main": "dist/BareClient.umd.js", | ||
"unpkg": "dist/BareClient.umd.min.cjs", | ||
"browser": "dist/BareClient.umd.min.cjs", | ||
"main": "dist/BareClient.umd.cjs", | ||
"module": "dist/BareClient.esm.js", | ||
@@ -35,0 +35,0 @@ "types": "dist/BareClient.d.ts", |
@@ -10,3 +10,3 @@ # Bare Client | ||
```html | ||
<script src="https://unpkg.com/@tomphttp/bare-client@1.0.2-beta-readme1/dist/BareClient.umd.min.js"></script> | ||
<script src="https://unpkg.com/@tomphttp/bare-client@1.0.2-beta-readme3/dist/BareClient.umd.min.cjs"></script> | ||
``` | ||
@@ -13,0 +13,0 @@ |
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
76176