neo.mjs 5.14.2 → 5.14.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/apps/ServiceWorker.mjs
CHANGED
package/package.json
CHANGED
package/src/DefaultConfig.mjs
CHANGED
@@ -63,12 +63,12 @@ const DefaultConfig = {
|
|
63
63
|
/**
|
64
64
|
* In case you are using the GoogleAnalytics main thread addon or useGoogleAnalytics: true,
|
65
65
|
* you can change the gtag id here. Required for the online examples (gh pages)
|
66
|
-
* @default '
|
66
|
+
* @default 'G-DJ13071C55'
|
67
67
|
* @memberOf! module:Neo
|
68
68
|
* @name config.gtagId
|
69
69
|
* @type String
|
70
70
|
*/
|
71
|
-
gtagId: '
|
71
|
+
gtagId: 'G-DJ13071C55',
|
72
72
|
/**
|
73
73
|
* Flag for running on https://neomjs.github.io/pages/
|
74
74
|
* => to use local images paths instead of raw.githubusercontent.com
|
@@ -245,12 +245,12 @@ const DefaultConfig = {
|
|
245
245
|
useVdomWorker: true,
|
246
246
|
/**
|
247
247
|
* buildScripts/injectPackageVersion.mjs will update this value
|
248
|
-
* @default '5.14.
|
248
|
+
* @default '5.14.3'
|
249
249
|
* @memberOf! module:Neo
|
250
250
|
* @name config.version
|
251
251
|
* @type String
|
252
252
|
*/
|
253
|
-
version: '5.14.
|
253
|
+
version: '5.14.3'
|
254
254
|
};
|
255
255
|
|
256
256
|
Object.assign(DefaultConfig, {
|