@shhhum/xftp-web 0.7.0 → 0.8.0

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.
@@ -6,8 +6,8 @@
6
6
  <meta http-equiv="Content-Security-Policy"
7
7
  content="default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; connect-src 'self' https://xftp1.simplex.im:443 https://xftp2.simplex.im:443 https://xftp3.simplex.im:443 https://xftp4.simplex.im:443 https://xftp5.simplex.im:443 https://xftp6.simplex.im:443 https://xftp1.simplexonflux.com:443 https://xftp2.simplexonflux.com:443 https://xftp3.simplexonflux.com:443 https://xftp4.simplexonflux.com:443 https://xftp5.simplexonflux.com:443 https://xftp6.simplexonflux.com:443;">
8
8
  <title>SimpleX File Transfer</title>
9
- <script type="module" crossorigin src="/assets/index.js"></script>
10
- <link rel="stylesheet" crossorigin href="/assets/index.css">
9
+ <script type="module" crossorigin src="./assets/index.js"></script>
10
+ <link rel="stylesheet" crossorigin href="./assets/index.css">
11
11
  </head>
12
12
  <body>
13
13
  <div id="app"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shhhum/xftp-web",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "XFTP file transfer protocol client for web/browser environments",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {