neo.mjs 8.21.1 → 8.21.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.
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
20
20
  */
21
21
  singleton: true,
22
22
  /**
23
- * @member {String} version='8.21.1'
23
+ * @member {String} version='8.21.2'
24
24
  */
25
- version: '8.21.1'
25
+ version: '8.21.2'
26
26
  }
27
27
 
28
28
  /**
@@ -1,4 +1,16 @@
1
1
  [{
2
+ "author" : "Tobias Uhlig",
3
+ "authorImage" : "author_TobiasUhlig.jpeg",
4
+ "date" : "Feb 12, 2025",
5
+ "id" : 63,
6
+ "image" : "BuildingGridInPublic.png",
7
+ "name" : "Building a blazing fast Buffered Data Grid in public",
8
+ "provider" : "Medium",
9
+ "publisher" : "ITNEXT",
10
+ "selectedInto": [],
11
+ "type" : "Blog Post",
12
+ "url" : "https://itnext.io/building-a-blazing-fast-buffered-data-grid-in-public-7698bc781113?source=friends_link&sk=349893c757c5134671b16a643f35cf54"
13
+ }, {
2
14
  "author" : "Henrique Sagara",
3
15
  "authorImage" : "author_htsagara.png",
4
16
  "date" : "Oct 04, 2024",
@@ -107,7 +107,7 @@ class FooterContainer extends Container {
107
107
  }, {
108
108
  module: Component,
109
109
  cls : ['neo-version'],
110
- html : 'v8.21.1'
110
+ html : 'v8.21.2'
111
111
  }]
112
112
  }],
113
113
  /**
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
20
20
  */
21
21
  singleton: true,
22
22
  /**
23
- * @member {String} version='8.21.1'
23
+ * @member {String} version='8.21.2'
24
24
  */
25
- version: '8.21.1'
25
+ version: '8.21.2'
26
26
  }
27
27
 
28
28
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "8.21.1",
3
+ "version": "8.21.2",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -263,12 +263,12 @@ const DefaultConfig = {
263
263
  useVdomWorker: true,
264
264
  /**
265
265
  * buildScripts/injectPackageVersion.mjs will update this value
266
- * @default '8.21.1'
266
+ * @default '8.21.2'
267
267
  * @memberOf! module:Neo
268
268
  * @name config.version
269
269
  * @type String
270
270
  */
271
- version: '8.21.1'
271
+ version: '8.21.2'
272
272
  };
273
273
 
274
274
  Object.assign(DefaultConfig, {