chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-23 22:17:03 +00:00
parent a3a0952e68
commit 23e9a5b511
8 changed files with 16905 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
<html>
<link rel="stylesheet" type="text/css" href="dist.css">
<title>FileSafe</title>
<body class="sn-component">
<script>
// In the desktop version, it will use this default value:
window.default_fs_relay_server_url = window.default_fs_relay_server_url || "https://filesafe.standardnotes.org";
</script>
<script type="text/javascript" src="dist.js"></script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<html>
<link rel="stylesheet" type="text/css" href="dist.css">
<title>FileSafe</title>
<body class="sn-component">
<script>
window.default_fs_relay_server_url = window.default_fs_relay_server_url || "https://filesafe.standardnotes.org";
</script>
<script type="text/javascript" src="dist.min.js"></script>
</body>
</html>

View File

@@ -93,5 +93,10 @@
"version": "0.0.5",
"base64": "19df34cf7ade6ac46060e41618bd3bfabb706e34fed6acde5e3e57b8341d609e",
"binary": "a334b5fc116ecb96e36b9bab7f469e288079178c60511b0ac1314cefcf8cc659"
},
"org.standardnotes.file-safe": {
"version": "2.0.16-alpha.0",
"base64": "db1144bfae7cb33492dc21626bc4a66cff394e0e9410a77d6402056c53d25dcf",
"binary": "566411337709bbd3a5f278ceb40833a35557bbe6333272f18894a63f1dd07048"
}
}

Binary file not shown.