@tungcorn/spacelens 0.1.5 → 0.1.7
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
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
SpaceLens is native C++ storage intelligence for Windows.
|
|
4
4
|
|
|
5
|
-
This npm package is an installation channel. It contains the
|
|
6
|
-
|
|
5
|
+
This npm package is an installation channel. It contains the current
|
|
6
|
+
npm distribution: the desktop GUI, the read-only CLI, and the
|
|
7
7
|
read-only MCP server, plus the Qt 6.8.3 runtime the GUI needs. Node
|
|
8
8
|
and npm are required only to install and launch this package.
|
|
9
9
|
SpaceLens itself remains native C++.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Written offer of Qt 6.8.3 corresponding source
|
|
2
2
|
|
|
3
3
|
This is a maintainer-controlled written offer for the Qt libraries
|
|
4
|
-
dynamically shipped with SpaceLens 0.1.
|
|
4
|
+
dynamically shipped with SpaceLens 0.1.7. It is not legal advice.
|
|
5
5
|
It is not the SpaceLens MIT license. Qt remains under the licenses
|
|
6
6
|
declared by the Qt 6.8.3 kit.
|
|
7
7
|
|
|
@@ -9,10 +9,12 @@ declared by the Qt 6.8.3 kit.
|
|
|
9
9
|
|
|
10
10
|
The SpaceLens maintainer offers to give you a copy of the Corresponding
|
|
11
11
|
Source for the Qt 6.8.3 modules and plugins actually distributed with
|
|
12
|
-
`spacelens-v0.1.
|
|
12
|
+
`spacelens-v0.1.7-windows-x64.zip`, for as long as SpaceLens continues
|
|
13
13
|
to distribute those binaries and for at least three years after each
|
|
14
14
|
such distribution. The same offer remains in force for the historical
|
|
15
|
-
v0.1.
|
|
15
|
+
v0.1.6 unified archive `spacelens-v0.1.6-windows-x64.zip`, the
|
|
16
|
+
historical v0.1.5 unified archive `spacelens-v0.1.5-windows-x64.zip`, the
|
|
17
|
+
historical v0.1.4 unified archive `spacelens-v0.1.4-windows-x64.zip`, the
|
|
16
18
|
historical v0.1.3 unified archive `spacelens-v0.1.3-windows-x64.zip`, the
|
|
17
19
|
historical v0.1.2 unified archive `spacelens-v0.1.2-windows-x64.zip`, the
|
|
18
20
|
historical v0.1.1 unified archive `spacelens-v0.1.1-windows-x64.zip`,
|
package/native/README.txt
CHANGED
|
@@ -21,7 +21,7 @@ prerequisite. Qt runtime libraries in this folder were deployed with
|
|
|
21
21
|
windeployqt --no-compiler-runtime --no-system-d3d-compiler
|
|
22
22
|
--no-system-dxc-compiler from the Qt 6.8.3 shared kit.
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
These binaries are unsigned.
|
|
25
25
|
|
|
26
26
|
SpaceLens-owned files in this archive are licensed under MIT.
|
|
27
27
|
See LICENSE. Qt remains under its own licenses (LGPL-3.0-only option
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Written offer of Qt 6.8.3 corresponding source
|
|
2
2
|
|
|
3
3
|
This is a maintainer-controlled written offer for the Qt libraries
|
|
4
|
-
dynamically shipped with SpaceLens 0.1.
|
|
4
|
+
dynamically shipped with SpaceLens 0.1.7. It is not legal advice.
|
|
5
5
|
It is not the SpaceLens MIT license. Qt remains under the licenses
|
|
6
6
|
declared by the Qt 6.8.3 kit.
|
|
7
7
|
|
|
@@ -9,10 +9,12 @@ declared by the Qt 6.8.3 kit.
|
|
|
9
9
|
|
|
10
10
|
The SpaceLens maintainer offers to give you a copy of the Corresponding
|
|
11
11
|
Source for the Qt 6.8.3 modules and plugins actually distributed with
|
|
12
|
-
`spacelens-v0.1.
|
|
12
|
+
`spacelens-v0.1.7-windows-x64.zip`, for as long as SpaceLens continues
|
|
13
13
|
to distribute those binaries and for at least three years after each
|
|
14
14
|
such distribution. The same offer remains in force for the historical
|
|
15
|
-
v0.1.
|
|
15
|
+
v0.1.6 unified archive `spacelens-v0.1.6-windows-x64.zip`, the
|
|
16
|
+
historical v0.1.5 unified archive `spacelens-v0.1.5-windows-x64.zip`, the
|
|
17
|
+
historical v0.1.4 unified archive `spacelens-v0.1.4-windows-x64.zip`, the
|
|
16
18
|
historical v0.1.3 unified archive `spacelens-v0.1.3-windows-x64.zip`, the
|
|
17
19
|
historical v0.1.2 unified archive `spacelens-v0.1.2-windows-x64.zip`, the
|
|
18
20
|
historical v0.1.1 unified archive `spacelens-v0.1.1-windows-x64.zip`,
|
package/native/spacelens-gui.exe
CHANGED
|
Binary file
|
package/native/spacelens-mcp.exe
CHANGED
|
Binary file
|
package/native/spacelens.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED