vim-web 0.3.41 → 0.3.42
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/dist/vim-web.iife.js +1 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +1 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -75728,7 +75728,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
75728
75728
|
dotList([
|
|
75729
75729
|
server ? bullet("VIM ULTRA Server:", server) : null,
|
|
75730
75730
|
bullet("File URL:", url),
|
|
75731
|
-
authToken ? bullet("Auth Token:", authToken) : null
|
|
75731
|
+
authToken ? bullet("Auth Token:", authToken) : null
|
|
75732
75732
|
]),
|
|
75733
75733
|
subTitle("Troubleshooting tips:"),
|
|
75734
75734
|
numList([
|