@localazy/cdn-client 1.5.15 → 1.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
Node.js module that allows you to easily interact with the [Localazy CDN](https://localazy.com/docs/cdn/cdn-introduction).
|
|
13
13
|
|
|
14
|
-
[](https://www.npmjs.com/package/@localazy/cdn-client)
|
|
15
15
|
[](https://github.com/localazy)
|
|
16
16
|
[](https://github.com/localazy/cdn-client/blob/main/LICENSE)<br>
|
|
17
17
|
[](https://github.com/localazy/cdn-client/actions)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @localazy/cdn-client@1.5.
|
|
1
|
+
/* @localazy/cdn-client@1.5.16
|
|
2
2
|
* (c) 2026 Localazy <team@localazy.com>
|
|
3
3
|
* @license MIT */
|
|
4
4
|
(function(e, t) {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
metafile;
|
|
395
395
|
cache;
|
|
396
396
|
context;
|
|
397
|
-
static version = "1.5.
|
|
397
|
+
static version = "1.5.16";
|
|
398
398
|
constructor(e) {
|
|
399
399
|
const t = new g(e), s = new w(t.params.baseUrl);
|
|
400
400
|
this.context = new u({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @localazy/cdn-client@1.5.
|
|
1
|
+
/* @localazy/cdn-client@1.5.16
|
|
2
2
|
* (c) 2026 Localazy <team@localazy.com>
|
|
3
3
|
* @license MIT */
|
|
4
4
|
//#region src/cdn/api/api.ts
|
|
@@ -538,7 +538,7 @@ var CdnClient = class CdnClient {
|
|
|
538
538
|
metafile;
|
|
539
539
|
cache;
|
|
540
540
|
context;
|
|
541
|
-
static version = "1.5.
|
|
541
|
+
static version = "1.5.16";
|
|
542
542
|
constructor(options) {
|
|
543
543
|
const metafileContext = new MetafileContext(options);
|
|
544
544
|
const client = new FetchHttpAdapter(metafileContext.params.baseUrl);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @localazy/cdn-client@1.5.
|
|
1
|
+
/* @localazy/cdn-client@1.5.16
|
|
2
2
|
* (c) 2026 Localazy <team@localazy.com>
|
|
3
3
|
* @license MIT */
|
|
4
4
|
var e = class {
|
|
@@ -389,7 +389,7 @@ var e = class {
|
|
|
389
389
|
metafile;
|
|
390
390
|
cache;
|
|
391
391
|
context;
|
|
392
|
-
static version = "1.5.
|
|
392
|
+
static version = "1.5.16";
|
|
393
393
|
constructor(e) {
|
|
394
394
|
const t = new m(e), s = new g(t.params.baseUrl);
|
|
395
395
|
this.context = new h({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @localazy/cdn-client@1.5.
|
|
1
|
+
/* @localazy/cdn-client@1.5.16
|
|
2
2
|
* (c) 2026 Localazy <team@localazy.com>
|
|
3
3
|
* @license MIT */
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
@@ -539,7 +539,7 @@ var CdnClient = class CdnClient {
|
|
|
539
539
|
metafile;
|
|
540
540
|
cache;
|
|
541
541
|
context;
|
|
542
|
-
static version = "1.5.
|
|
542
|
+
static version = "1.5.16";
|
|
543
543
|
constructor(options) {
|
|
544
544
|
const metafileContext = new MetafileContext(options);
|
|
545
545
|
const client = new FetchHttpAdapter(metafileContext.params.baseUrl);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@localazy/cdn-client",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.16",
|
|
4
4
|
"description": "Node.js module that allows you to easily interact with the Localazy CDN.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CDN",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@microsoft/api-extractor": "^7.58.7",
|
|
57
57
|
"@rollup/plugin-terser": "^1.0.0",
|
|
58
|
-
"@tsconfig/
|
|
58
|
+
"@tsconfig/node24": "^24.0.4",
|
|
59
59
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
60
60
|
"@types/node": "^24.12.4",
|
|
61
61
|
"@vitest/coverage-v8": "^4.1.6",
|