admins-components 3.0.1 → 3.0.2

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.
@@ -1273,14 +1273,8 @@ class BAt {
1273
1273
  "/admin/Widgets/{name}",
1274
1274
  s7.GET,
1275
1275
  /* @__PURE__ */ new Map([
1276
- [
1277
- 400,
1278
- "Search Posts Widget konfiguráció lekérése ismeretlen hiba!"
1279
- ],
1280
- [
1281
- 500,
1282
- "Search Posts Widget konfiguráció lekérése ismeretlen hiba!"
1283
- ]
1276
+ [400, "Search Posts Widget konfiguráció lekérése ismeretlen hiba!"],
1277
+ [500, "Search Posts Widget konfiguráció lekérése ismeretlen hiba!"]
1284
1278
  ])
1285
1279
  ),
1286
1280
  void 0,
@@ -29,6 +29,7 @@ export interface Site {
29
29
  id: string;
30
30
  partnerBaseUrl: string;
31
31
  articleSeriesBaseUrl: string;
32
+ digitalSupplementBaseUrl: string;
32
33
  url: string;
33
34
  }
34
35
  export declare class ConfigService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "admins-components",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"