@joystick.js/node-canary 0.0.0-canary.54 → 0.0.0-canary.56
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.
|
@@ -10,7 +10,7 @@ import replaceBackslashesWithForwardSlashes from "../../lib/replaceBackslashesWi
|
|
|
10
10
|
import getBuildPath from "../../lib/getBuildPath.js";
|
|
11
11
|
import escapeHTML from "../../lib/escapeHTML.js";
|
|
12
12
|
import escapeKeyValuePair from "../../lib/escapeKeyValuePair.js";
|
|
13
|
-
import importFile from "../../lib/importFile.js
|
|
13
|
+
import importFile from "../../lib/importFile.js";
|
|
14
14
|
const generateHash = (input = "") => {
|
|
15
15
|
return crypto.createHash("sha256").update(input).digest("hex");
|
|
16
16
|
};
|