@genpact/genome.mfe.prework-app 1.0.0-alpha.13 → 1.0.0-alpha.131
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/README.md +1 -1
- package/dist/img/UNDERMAINTENANCEoffborder.gif +0 -0
- package/dist/index.html +1 -4
- package/dist/js/SolidifyLearnerSelectTask.js +148 -143
- package/dist/js/SolidifyLearnerSelectTask.js.map +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/app.js.map +1 -1
- package/dist/js/chunk-231c172a.js +279 -0
- package/dist/js/chunk-231c172a.js.map +1 -0
- package/package.json +5 -3
- package/dist/img/Genpact_logo.png +0 -0
- package/dist/js/SolidifyLearner.js +0 -2
- package/dist/js/SolidifyLearner.js.map +0 -1
package/README.md
CHANGED
|
Binary file
|
package/dist/index.html
CHANGED
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/png" href="/Genpact_logo.png"><title>
|
|
2
|
-
const fullSrc = new URL('/js/app.js', window.location.href);
|
|
3
|
-
mfLink.href = fullSrc;
|
|
4
|
-
mfLink.textContent = fullSrc;</script></main></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/png" href="/Genpact_logo.png"><title>Genome</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/0.0.0-insiders.4a070ac/base.min.css" integrity="sha512-I6j3gXESIyVAUPwJpFT6N3K93MYXC4dDQT9shwbf+p6zRuk7c3UlE4RH8O6nnae0zTrJpjys6rX1WPxU5MMulg==" crossorigin="anonymous" referrerpolicy="no-referrer"><link href="/js/SolidifyLearnerSelectTask.js" rel="prefetch"><link href="/js/chunk-231c172a.js" rel="prefetch"><link href="/js/app.js" rel="preload" as="script"></head><body><noscript><strong>We're sorry but @genpact/genome.mfe.prework-app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/app.js"></script></body></html>
|