mol_crypto_lib 0.1.1468 → 0.1.1470
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/package.json +1 -1
- package/test.html +1 -1
package/package.json
CHANGED
package/test.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<!doctype html><meta charset="utf-8" /><body mol_view_root="$mol_crypto_lib"><script src="web.js" charset="utf-8"></script>
|
1
|
+
<!doctype html><meta charset="utf-8" /><html mol_view_root><body mol_view_root="$mol_crypto_lib"><script src="web.js" charset="utf-8"></script>
|
2
2
|
<script src="/mol/build/client/client.js" charset="utf-8"></script>
|
3
3
|
<script src="web.test.js" charset="utf-8"></script>
|
4
4
|
<script>
|