@tungcorn/spacelens 0.1.1 → 0.1.2

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.1 distribution: the desktop GUI and the read-only CLI, plus the Qt
6
+ v0.1.2 distribution: the desktop GUI and the read-only CLI, plus the Qt
7
7
  6.8.3 runtime those binaries need. Node and npm are required only to
8
8
  install and launch this package. SpaceLens itself remains native C++.
9
9
 
@@ -34,7 +34,7 @@ spacelens
34
34
  spacelens-gui
35
35
  ```
36
36
 
37
- CLI examples (real verbs from SpaceLens v0.1.1):
37
+ CLI examples (real verbs from SpaceLens v0.1.2):
38
38
 
39
39
  ```text
40
40
  spacelens version
@@ -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.1. It is not legal advice.
4
+ dynamically shipped with SpaceLens 0.1.2. 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.1-windows-x64.zip`, for as long as SpaceLens continues
12
+ `spacelens-v0.1.2-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.0 GUI-only archive `spacelens-gui-v0.1.0-windows-x64.zip`.
15
+ v0.1.1 unified archive `spacelens-v0.1.1-windows-x64.zip` and the
16
+ historical v0.1.0 GUI-only archive `spacelens-gui-v0.1.0-windows-x64.zip`.
16
17
 
17
18
  The source offered is the official Qt 6.8.3 open-source source archive
18
19
  identified in `packaging/qt-source/SOURCE_IDENTITY.txt`:
package/native/README.txt CHANGED
@@ -19,7 +19,7 @@ prerequisite. Qt runtime libraries in this folder were deployed with
19
19
  windeployqt --no-compiler-runtime --no-system-d3d-compiler
20
20
  --no-system-dxc-compiler from the Qt 6.8.3 shared kit.
21
21
 
22
- v0.1.1 prerelease binaries are unsigned.
22
+ v0.1.2 binaries are unsigned.
23
23
 
24
24
  SpaceLens-owned files in this archive are licensed under MIT.
25
25
  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.1. It is not legal advice.
4
+ dynamically shipped with SpaceLens 0.1.2. 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.1-windows-x64.zip`, for as long as SpaceLens continues
12
+ `spacelens-v0.1.2-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.0 GUI-only archive `spacelens-gui-v0.1.0-windows-x64.zip`.
15
+ v0.1.1 unified archive `spacelens-v0.1.1-windows-x64.zip` and the
16
+ historical v0.1.0 GUI-only archive `spacelens-gui-v0.1.0-windows-x64.zip`.
16
17
 
17
18
  The source offered is the official Qt 6.8.3 open-source source archive
18
19
  identified in `packaging/qt-source/SOURCE_IDENTITY.txt`:
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tungcorn/spacelens",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Native Windows storage intelligence. This package installs the desktop GUI and the read-only CLI.",
5
5
  "license": "MIT",
6
6
  "author": "tungcorn",