@localazy/cdn-client
Advanced tools
Comparing version 1.2.0 to 1.2.1
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("isomorphic-fetch")):"function"==typeof define&&define.amd?define(["exports","isomorphic-fetch"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).LocalazyCDN={})}(this,(function(t){"use strict";var e=Object.defineProperty,r=(t,r,n)=>(((t,r,n)=>{r in t?e(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n})(t,"symbol"!=typeof r?r+"":r,n),n); | ||
/* @localazy/cdn-client@1.2.0 | ||
/* @localazy/cdn-client@1.2.1 | ||
* (c) 2024 Localazy <team@localazy.com> | ||
@@ -4,0 +4,0 @@ * @license MIT */ |
var t=Object.defineProperty,e=(e,r,n)=>(((e,r,n)=>{r in e?t(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n})(e,"symbol"!=typeof r?r+"":r,n),n); | ||
/* @localazy/cdn-client@1.2.0 | ||
/* @localazy/cdn-client@1.2.1 | ||
* (c) 2024 Localazy <team@localazy.com> | ||
@@ -4,0 +4,0 @@ * @license MIT */ |
{ | ||
"name": "@localazy/cdn-client", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Node.js module that allows you to easily interact with the Localazy CDN.", | ||
@@ -30,6 +30,6 @@ "author": "Localazy <team@localazy.com>", | ||
"type": "module", | ||
"main": "./dist/node/localazy-cdn.cjs", | ||
"module": "./dist/localazy-cdn.js", | ||
"unpkg": "./dist/browser/localazy-cdn.umd.min.js", | ||
"jsdelivr": "./dist/browser/localazy-cdn.umd.min.js", | ||
"main": "./dist/node/localazy-cdn-client.cjs", | ||
"module": "./dist/localazy-cdn-client.js", | ||
"unpkg": "./dist/browser/localazy-cdn-client.umd.min.js", | ||
"jsdelivr": "./dist/browser/localazy-cdn-client.umd.min.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -42,7 +42,7 @@ "exports": { | ||
"browser": { | ||
"default": "./dist/browser/localazy-cdn.umd.min.js" | ||
"default": "./dist/browser/localazy-cdn-client.umd.min.js" | ||
}, | ||
"default": { | ||
"require": "./dist/node/localazy-cdn.cjs", | ||
"default": "./dist/localazy-cdn.js" | ||
"require": "./dist/node/localazy-cdn-client.cjs", | ||
"default": "./dist/localazy-cdn-client.js" | ||
} | ||
@@ -49,0 +49,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1809225