neo.mjs 9.7.0 → 9.7.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.
package/ServiceWorker.mjs CHANGED
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
20
20
  */
21
21
  singleton: true,
22
22
  /**
23
- * @member {String} version='9.7.0'
23
+ * @member {String} version='9.7.1'
24
24
  */
25
- version: '9.7.0'
25
+ version: '9.7.1'
26
26
  }
27
27
 
28
28
  /**
@@ -1,4 +1,16 @@
1
1
  [{
2
+ "author" : "Tobias Uhlig",
3
+ "authorImage" : "author_TobiasUhlig.jpeg",
4
+ "date" : "Jun 02, 2025",
5
+ "id" : 64,
6
+ "image" : "json-blueprints.png",
7
+ "name" : "How JSON Blueprints & Shared Workers Power Next-Gen AI Interfaces",
8
+ "provider" : "Medium",
9
+ "publisher" : "",
10
+ "selectedInto": [],
11
+ "type" : "Blog Post",
12
+ "url" : "https://tobiasuhlig.medium.com/the-ui-revolution-how-json-blueprints-shared-workers-power-next-gen-ai-interfaces-60a2bf0fc1dc?source=friends_link&sk=1b0b306285e23bb12f31271dd87bebe5"
13
+ }, {
2
14
  "author" : "Tobias Uhlig",
3
15
  "authorImage" : "author_TobiasUhlig.jpeg",
4
16
  "date" : "Feb 12, 2025",
@@ -107,7 +107,7 @@ class FooterContainer extends Container {
107
107
  }, {
108
108
  module: Component,
109
109
  cls : ['neo-version'],
110
- html : 'v9.7.0'
110
+ html : 'v9.7.1'
111
111
  }]
112
112
  }],
113
113
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "neo.mjs",
3
- "version" : "9.7.0",
3
+ "version" : "9.7.1",
4
4
  "description" : "The webworkers driven UI framework",
5
5
  "type" : "module",
6
6
  "repository" : {
@@ -264,12 +264,12 @@ const DefaultConfig = {
264
264
  useVdomWorker: true,
265
265
  /**
266
266
  * buildScripts/injectPackageVersion.mjs will update this value
267
- * @default '9.7.0'
267
+ * @default '9.7.1'
268
268
  * @memberOf! module:Neo
269
269
  * @name config.version
270
270
  * @type String
271
271
  */
272
- version: '9.7.0'
272
+ version: '9.7.1'
273
273
  };
274
274
 
275
275
  Object.assign(DefaultConfig, {