neo.mjs 9.10.2 → 9.10.3
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,29 +1,35 @@
|
|
1
1
|
[{
|
2
|
-
"id" :
|
2
|
+
"id" : 22,
|
3
3
|
"environments": ["Desktop", "Mobile"],
|
4
4
|
"image" : "devmode/bigData.png",
|
5
5
|
"name" : "Buffered Data Grid with 5M cells",
|
6
6
|
"sourceUrl" : "examples/grid/bigData",
|
7
7
|
"url" : "dist/esm/examples/grid/bigData/index.html"
|
8
8
|
}, {
|
9
|
-
"id" :
|
9
|
+
"id" : 21,
|
10
10
|
"image" : "devmode/sharedcovid.png",
|
11
11
|
"name" : "Multi Window Covid App",
|
12
12
|
"sharedWorkers": true,
|
13
13
|
"sourceUrl" : "apps/sharedcovid",
|
14
14
|
"url" : "dist/esm/apps/sharedcovid/index.html#mainview=table"
|
15
15
|
}, {
|
16
|
-
"id" :
|
16
|
+
"id" : 20,
|
17
17
|
"image" : "devmode/calendar-preview.png",
|
18
18
|
"name" : "Calendar",
|
19
19
|
"sourceUrl": "src/calendar",
|
20
20
|
"url" : "dist/esm/examples/calendar/basic/index.html"
|
21
21
|
}, {
|
22
|
-
"id" :
|
22
|
+
"id" : 19,
|
23
23
|
"image" : "devmode/helix.png",
|
24
24
|
"name" : "component.Helix",
|
25
25
|
"sourceUrl": "examples/component/helix",
|
26
26
|
"url" : "dist/esm/examples/component/helix/index.html"
|
27
|
+
}, {
|
28
|
+
"id" : 18,
|
29
|
+
"image" : "devmode/offscreenCanvas.png",
|
30
|
+
"name" : "OffscreenCanvas",
|
31
|
+
"sourceUrl": "https://github.com/neomjs/offscreen-canvas/tree/main/apps/myapp",
|
32
|
+
"url" : "https://neomjs.github.io/pages2/workspace/neo-offscreen-canvas-demo/dist/esm/apps/myapp/index.html"
|
27
33
|
}, {
|
28
34
|
"id" : 17,
|
29
35
|
"image" : "devmode/mwCoronaGallery.png",
|
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.10.
|
267
|
+
* @default '9.10.3'
|
268
268
|
* @memberOf! module:Neo
|
269
269
|
* @name config.version
|
270
270
|
* @type String
|
271
271
|
*/
|
272
|
-
version: '9.10.
|
272
|
+
version: '9.10.3'
|
273
273
|
};
|
274
274
|
|
275
275
|
Object.assign(DefaultConfig, {
|