Skip to content

Commit cb946c7

Browse files
author
Affolter Matias
committed
B64 chromium module
1 parent b0bf757 commit cb946c7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎client/chunk_5.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎client/chunk_6.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@jsquash/avif": "^1.3.0",
5454
"@jsquash/resize": "~1.1.1",
5555
"isomorphic-image-size": "~1.0.6",
56-
"chromium-base64": "~0.1.1"
56+
"chromium-base64": "~0.2.1"
5757
},
5858
"devDependencies": {
5959
"@svgr/cli": "~6.4.0",

‎service-worker.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
2-
var REQUIRED_CACHE = "unless-update-cache-v889-required";
3-
var USEFUL_CACHE = "unless-update-cache-v889-useful";
4-
var STATIC_CACHE = "unless-update-cache-v889-static";
2+
var REQUIRED_CACHE = "unless-update-cache-v890-required";
3+
var USEFUL_CACHE = "unless-update-cache-v890-useful";
4+
var STATIC_CACHE = "unless-update-cache-v890-static";
55
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
66
var CHILD_CHUNK_REGEX = /chunk_([0-9]+)\.min\.js$/i;
77

‎src/js/utils/b64.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {B64} from "chromium-base64";
2-
var b64 = new B64();
1+
import {B64chromium} from "chromium-base64";
2+
var b64 = new B64chromium();
33
module.exports = {
44
bytesToBase64: b64.bytesToBase64.bind(b64),
55
base64ToBytes: b64.base64ToBytes.bind(b64)

0 commit comments

Comments
 (0)