@schukai/monster 3.15.0 → 3.16.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.
Files changed (116) hide show
  1. package/package.json +1 -1
  2. package/source/constants.mjs +1 -1
  3. package/source/constraints/abstract.mjs +1 -1
  4. package/source/constraints/abstractoperator.mjs +1 -1
  5. package/source/constraints/andoperator.mjs +1 -1
  6. package/source/constraints/invalid.mjs +1 -1
  7. package/source/constraints/isarray.mjs +1 -1
  8. package/source/constraints/isobject.mjs +1 -1
  9. package/source/constraints/namespace.mjs +1 -1
  10. package/source/constraints/oroperator.mjs +1 -1
  11. package/source/constraints/valid.mjs +1 -1
  12. package/source/data/buildmap.mjs +1 -1
  13. package/source/data/buildtree.mjs +1 -1
  14. package/source/data/datasource/dom.mjs +1 -1
  15. package/source/data/datasource/namespace.mjs +1 -1
  16. package/source/data/datasource/server/namespace.mjs +1 -1
  17. package/source/data/datasource/server/restapi/namespace.mjs +1 -1
  18. package/source/data/datasource/server/restapi/writeerror.mjs +1 -1
  19. package/source/data/datasource/server/restapi.mjs +1 -1
  20. package/source/data/datasource/server/webconnect.mjs +1 -1
  21. package/source/data/datasource/server.mjs +1 -1
  22. package/source/data/datasource/storage/localstorage.mjs +1 -1
  23. package/source/data/datasource/storage/namespace.mjs +1 -1
  24. package/source/data/datasource/storage/sessionstorage.mjs +1 -1
  25. package/source/data/datasource/storage.mjs +1 -1
  26. package/source/data/datasource.mjs +1 -1
  27. package/source/data/diff.mjs +1 -1
  28. package/source/data/extend.mjs +1 -1
  29. package/source/data/namespace.mjs +1 -1
  30. package/source/data/pathfinder.mjs +1 -1
  31. package/source/data/pipe.mjs +1 -1
  32. package/source/data/transformer.mjs +124 -7
  33. package/source/dom/assembler.mjs +1 -1
  34. package/source/dom/attributes.mjs +1 -1
  35. package/source/dom/constants.mjs +1 -1
  36. package/source/dom/customcontrol.mjs +1 -1
  37. package/source/dom/customelement.mjs +1 -1
  38. package/source/dom/events.mjs +1 -1
  39. package/source/dom/focusmanager.mjs +1 -1
  40. package/source/dom/locale.mjs +1 -1
  41. package/source/dom/namespace.mjs +1 -1
  42. package/source/dom/ready.mjs +1 -1
  43. package/source/dom/resource/data.mjs +1 -1
  44. package/source/dom/resource/link/namespace.mjs +1 -1
  45. package/source/dom/resource/link/stylesheet.mjs +1 -1
  46. package/source/dom/resource/link.mjs +1 -1
  47. package/source/dom/resource/namespace.mjs +1 -1
  48. package/source/dom/resource/script.mjs +1 -1
  49. package/source/dom/resource.mjs +1 -1
  50. package/source/dom/resourcemanager.mjs +1 -1
  51. package/source/dom/template.mjs +1 -1
  52. package/source/dom/theme.mjs +1 -1
  53. package/source/dom/updater.mjs +1 -1
  54. package/source/dom/util.mjs +1 -1
  55. package/source/dom/worker/factory.mjs +1 -1
  56. package/source/dom/worker/namespace.mjs +1 -1
  57. package/source/i18n/formatter.mjs +1 -1
  58. package/source/i18n/locale.mjs +1 -1
  59. package/source/i18n/namespace.mjs +1 -1
  60. package/source/i18n/provider.mjs +1 -1
  61. package/source/i18n/providers/embed.mjs +2 -4
  62. package/source/i18n/providers/fetch.mjs +1 -1
  63. package/source/i18n/providers/namespace.mjs +1 -1
  64. package/source/i18n/translations.mjs +1 -1
  65. package/source/logging/handler/console.mjs +1 -1
  66. package/source/logging/handler/namespace.mjs +1 -1
  67. package/source/logging/handler.mjs +1 -1
  68. package/source/logging/logentry.mjs +1 -1
  69. package/source/logging/logger.mjs +1 -1
  70. package/source/logging/namespace.mjs +1 -1
  71. package/source/math/namespace.mjs +1 -1
  72. package/source/math/random.mjs +1 -1
  73. package/source/monster.mjs +1 -1
  74. package/source/net/namespace.mjs +1 -1
  75. package/source/net/webconnect/message.mjs +1 -1
  76. package/source/net/webconnect/namespace.mjs +1 -1
  77. package/source/net/webconnect.mjs +1 -1
  78. package/source/text/formatter.mjs +1 -1
  79. package/source/text/namespace.mjs +1 -1
  80. package/source/types/base.mjs +1 -1
  81. package/source/types/basewithoptions.mjs +1 -1
  82. package/source/types/binary.mjs +1 -1
  83. package/source/types/dataurl.mjs +1 -1
  84. package/source/types/global.mjs +1 -1
  85. package/source/types/id.mjs +1 -1
  86. package/source/types/internal.mjs +1 -1
  87. package/source/types/is.mjs +1 -1
  88. package/source/types/mediatype.mjs +1 -1
  89. package/source/types/namespace.mjs +1 -1
  90. package/source/types/node.mjs +1 -1
  91. package/source/types/nodelist.mjs +1 -1
  92. package/source/types/noderecursiveiterator.mjs +1 -1
  93. package/source/types/observablequeue.mjs +1 -1
  94. package/source/types/observer.mjs +1 -1
  95. package/source/types/observerlist.mjs +1 -1
  96. package/source/types/proxyobserver.mjs +1 -1
  97. package/source/types/queue.mjs +1 -1
  98. package/source/types/randomid.mjs +1 -1
  99. package/source/types/regex.mjs +1 -1
  100. package/source/types/stack.mjs +1 -1
  101. package/source/types/tokenlist.mjs +1 -1
  102. package/source/types/typeof.mjs +1 -1
  103. package/source/types/uniquequeue.mjs +1 -1
  104. package/source/types/uuid.mjs +1 -1
  105. package/source/types/validate.mjs +1 -1
  106. package/source/types/version.mjs +2 -2
  107. package/source/util/clone.mjs +1 -1
  108. package/source/util/comparator.mjs +1 -1
  109. package/source/util/deadmansswitch.mjs +1 -1
  110. package/source/util/freeze.mjs +1 -1
  111. package/source/util/namespace.mjs +1 -1
  112. package/source/util/processing.mjs +1 -1
  113. package/source/util/trimspaces.mjs +1 -1
  114. package/test/cases/data/pipe.mjs +65 -5
  115. package/test/cases/data/transformer.mjs +11 -0
  116. package/test/cases/monster.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schukai/monster",
3
- "version": "3.15.0",
3
+ "version": "3.16.1",
4
4
  "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
5
5
  "keywords": [
6
6
  "framework",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,10 +1,11 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
6
6
  */
7
7
 
8
+ import {getLocaleOfDocument} from "../dom/locale.mjs";
8
9
  import {Base} from "../types/base.mjs";
9
10
  import {getGlobal, getGlobalObject} from "../types/global.mjs";
10
11
  import {ID} from "../types/id.mjs";
@@ -169,6 +170,11 @@ function transform(value) {
169
170
  let element;
170
171
  let attribute;
171
172
  let translations;
173
+ let date;
174
+ let locale;
175
+ let timestamp;
176
+ let map;
177
+ let keyValue;
172
178
 
173
179
  switch (this.command) {
174
180
  case "static":
@@ -405,25 +411,25 @@ function transform(value) {
405
411
  if (key === undefined) {
406
412
  throw new Error("missing key parameter");
407
413
  }
408
-
414
+
409
415
  // add empty strings
410
- if (isString(key)&&key.trim()==="") {
411
- concat += key;
416
+ if (isString(key) && key.trim() === "") {
417
+ concat += key;
412
418
  continue;
413
419
  }
414
-
420
+
415
421
  if (!pf2.exists(key)) {
416
422
  concat += key;
417
423
  continue;
418
424
  }
419
425
  let v = pf2.getVia(key);
420
- if(!isPrimitive(v)) {
426
+ if (!isPrimitive(v)) {
421
427
  throw new Error("value is not primitive");
422
428
  }
423
429
 
424
430
  concat += v;
425
431
  }
426
-
432
+
427
433
  return concat;
428
434
  case "path":
429
435
  key = args.shift();
@@ -491,6 +497,117 @@ function transform(value) {
491
497
 
492
498
  throw new Error("type not supported");
493
499
 
500
+
501
+ case "map":
502
+ map = new Map();
503
+ while (args.length > 0) {
504
+ keyValue = args.shift();
505
+ if (keyValue === undefined) {
506
+ throw new Error("missing key parameter");
507
+ }
508
+
509
+ keyValue = keyValue.split("=");
510
+ map.set(keyValue[0], keyValue[1]);
511
+ }
512
+
513
+ return map.get(value);
514
+
515
+ case "timestamp":
516
+ date = new Date(value);
517
+ timestamp = date.getTime();
518
+ if (isNaN(timestamp)) {
519
+ throw new Error("invalid date");
520
+ }
521
+ return timestamp;
522
+
523
+ case "time":
524
+ date = new Date(value);
525
+ if (isNaN(date.getTime())) {
526
+ throw new Error("invalid date");
527
+ }
528
+
529
+ try {
530
+ locale = getLocaleOfDocument();
531
+ return date.toLocaleTimeString(locale);
532
+
533
+ } catch (e) {
534
+ throw new Error("unsupported locale or missing format (" + e.message + ")");
535
+ }
536
+
537
+
538
+ case "year":
539
+ date = new Date(value);
540
+ if (isNaN(date.getTime())) {
541
+ throw new Error("invalid date");
542
+ }
543
+
544
+ return date.getFullYear();
545
+
546
+ case "month":
547
+ date = new Date(value);
548
+ if (isNaN(date.getTime())) {
549
+ throw new Error("invalid date");
550
+ }
551
+
552
+ return date.getMonth() + 1;
553
+
554
+ case "day":
555
+ date = new Date(value);
556
+ if (isNaN(date.getTime())) {
557
+ throw new Error("invalid date");
558
+ }
559
+
560
+ return date.getDate();
561
+
562
+ case "weekday":
563
+ date = new Date(value);
564
+ if (isNaN(date.getTime())) {
565
+ throw new Error("invalid date");
566
+ }
567
+
568
+ return date.getDay();
569
+
570
+ case "hour":
571
+ case "hours":
572
+ date = new Date(value);
573
+ if (isNaN(date.getTime())) {
574
+ throw new Error("invalid date");
575
+ }
576
+
577
+ return date.getHours();
578
+
579
+ case "minute":
580
+ case "minutes":
581
+ date = new Date(value);
582
+ if (isNaN(date.getTime())) {
583
+ throw new Error("invalid date");
584
+ }
585
+
586
+ return date.getMinutes();
587
+
588
+ case "second":
589
+ case "seconds":
590
+ date = new Date(value);
591
+ if (isNaN(date.getTime())) {
592
+ throw new Error("invalid date");
593
+ }
594
+
595
+ return date.getSeconds();
596
+
597
+ case "date":
598
+ date = new Date(value);
599
+ if (isNaN(date.getTime())) {
600
+ throw new Error("invalid date");
601
+ }
602
+
603
+ try {
604
+ locale = getLocaleOfDocument();
605
+ return date.toLocaleDateString(locale);
606
+
607
+ } catch (e) {
608
+ throw new Error("unsupported locale or missing format (" + e.message + ")");
609
+ }
610
+
494
611
  case "i18n":
495
612
  case "translation":
496
613
  translations = getDocumentTranslations();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2022 schukai GmbH
2
+ * Copyright 2023 schukai GmbH
3
3
  * SPDX-License-Identifier: AGPL-3.0
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright schukai GmbH and contributors 2022. All Rights Reserved.
2
+ * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
3
3
  * Node module: @schukai/monster
4
4
  * This file is licensed under the AGPLv3 License.
5
5
  * License text available at https://www.gnu.org/licenses/agpl-3.0.en.html