@tungcorn/spacelens 0.1.3 → 0.1.4

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
@@ -3,7 +3,7 @@
3
3
  SpaceLens is native C++ storage intelligence for Windows.
4
4
 
5
5
  This npm package is an installation channel. It contains the complete
6
- v0.1.3 distribution: the desktop GUI, the read-only CLI, and the
6
+ v0.1.4 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.3. It is not legal advice.
4
+ dynamically shipped with SpaceLens 0.1.4. 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,11 @@ 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.3-windows-x64.zip`, for as long as SpaceLens continues
12
+ `spacelens-v0.1.4-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.2 unified archive `spacelens-v0.1.2-windows-x64.zip`, the
15
+ v0.1.3 unified archive `spacelens-v0.1.3-windows-x64.zip`, the
16
+ historical v0.1.2 unified archive `spacelens-v0.1.2-windows-x64.zip`, the
16
17
  historical v0.1.1 unified archive `spacelens-v0.1.1-windows-x64.zip`,
17
18
  and the historical v0.1.0 GUI-only archive
18
19
  `spacelens-gui-v0.1.0-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
- v0.1.3 binaries are unsigned.
24
+ v0.1.4 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.3. It is not legal advice.
4
+ dynamically shipped with SpaceLens 0.1.4. 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,11 @@ 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.3-windows-x64.zip`, for as long as SpaceLens continues
12
+ `spacelens-v0.1.4-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.2 unified archive `spacelens-v0.1.2-windows-x64.zip`, the
15
+ v0.1.3 unified archive `spacelens-v0.1.3-windows-x64.zip`, the
16
+ historical v0.1.2 unified archive `spacelens-v0.1.2-windows-x64.zip`, the
16
17
  historical v0.1.1 unified archive `spacelens-v0.1.1-windows-x64.zip`,
17
18
  and the historical v0.1.0 GUI-only archive
18
19
  `spacelens-gui-v0.1.0-windows-x64.zip`.
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tungcorn/spacelens",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Native Windows storage intelligence. This package installs the desktop GUI, the read-only CLI, and the read-only MCP server.",
5
5
  "license": "MIT",
6
6
  "author": "tungcorn",