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
@@ -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",
|
package/package.json
CHANGED
package/src/DefaultConfig.mjs
CHANGED
@@ -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.
|
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.
|
272
|
+
version: '9.7.1'
|
273
273
|
};
|
274
274
|
|
275
275
|
Object.assign(DefaultConfig, {
|