@qtoggle/qui 1.18.0-b2 → 1.18.0
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/js/config.js +1 -1
- package/package.json +1 -1
- package/pyproject.toml +1 -1
- package/qui/templates/service-worker.js +2 -2
package/js/config.js
CHANGED
package/package.json
CHANGED
package/pyproject.toml
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
const MESSAGE_ACTIVATE = 'qui-activate'
|
|
8
8
|
const DEF_APP_NAME = 'qui-app'
|
|
9
|
-
const DEF_APP_VERSION = '
|
|
10
|
-
const DEF_BUILD_HASH = '
|
|
9
|
+
const DEF_APP_VERSION = 'default-version'
|
|
10
|
+
const DEF_BUILD_HASH = 'default-hash'
|
|
11
11
|
const DEF_CACHE_URL_REGEX = '.*\\.(svg|png|gif|jpg|jpe?g|ico|woff|html|json|js|css)$'
|
|
12
12
|
|
|
13
13
|
|