@schukai/monster 2.0.14 → 2.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schukai/monster",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
4
4
  "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
5
5
  "keywords": [
6
6
  "framework",
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Property-Keys
3
8
  * @author schukai GmbH
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
 
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for datasources
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for storages
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for storages
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
 
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * In this namespace you will find classes and methods for handling the DOM.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
 
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * In this namespace you will find classes and methods for handling resources.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * In this namespace you will find classes and methods for handling the DOM.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * In this namespace you will find classes and methods for handling locale and localized texts.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * In this namespace you will find classes and methods for handling locale and localized texts.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * @namespace Monster.Logging.Handler
3
8
  * @memberOf Monster.Logging
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for logging.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for math.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for texts.
3
8
  *
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for types.
3
8
  *
@@ -137,7 +137,7 @@ function getMonsterVersion() {
137
137
  }
138
138
 
139
139
  /** don't touch, replaced by make with package.json version */
140
- monsterVersion = new Version('2.0.14')
140
+ monsterVersion = new Version('2.0.16')
141
141
 
142
142
  return monsterVersion;
143
143
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright 2022 schukai GmbH
3
+ * SPDX-License-Identifier: AGPL-3.0
4
+ */
5
+
1
6
  /**
2
7
  * Namespace for utilities.
3
8
  *
@@ -7,7 +7,7 @@ describe('Monster', function () {
7
7
  let monsterVersion
8
8
 
9
9
  /** don´t touch, replaced by make with package.json version */
10
- monsterVersion = new Version('2.0.14')
10
+ monsterVersion = new Version('2.0.16')
11
11
 
12
12
  let m = getMonsterVersion();
13
13