@naturalcycles/js-lib 15.40.0 → 15.40.1

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.
@@ -16,7 +16,7 @@ export declare class Fetcher {
16
16
  *
17
17
  * Version is to be incremented every time a difference in behaviour (or a bugfix) is done.
18
18
  */
19
- private static readonly VERSION;
19
+ static readonly VERSION = 3;
20
20
  /**
21
21
  * userAgent is statically exposed as Fetcher.userAgent.
22
22
  * It can be modified globally, and will be used (read) at the start of every request.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/js-lib",
3
3
  "type": "module",
4
- "version": "15.40.0",
4
+ "version": "15.40.1",
5
5
  "dependencies": {
6
6
  "tslib": "^2",
7
7
  "undici": "^7",
@@ -67,7 +67,7 @@ export class Fetcher {
67
67
  *
68
68
  * Version is to be incremented every time a difference in behaviour (or a bugfix) is done.
69
69
  */
70
- private static readonly VERSION = 3
70
+ static readonly VERSION = 3
71
71
  /**
72
72
  * userAgent is statically exposed as Fetcher.userAgent.
73
73
  * It can be modified globally, and will be used (read) at the start of every request.