@tinyfiles/cli 0.1.65 → 0.1.66

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.
Files changed (2) hide show
  1. package/LICENSE +17 -0
  2. package/package.json +5 -5
package/LICENSE ADDED
@@ -0,0 +1,17 @@
1
+ AT-1 (tinyfiles) CLI — Proprietary Software
2
+ Copyright (c) 2026 Silver Crown Group LLC (TinyFiles / AT-1). All rights reserved.
3
+
4
+ This package — the AT-1 command-line tool and its bundled compiled engines — is
5
+ proprietary software, provided under the AT-1 Terms of Service and End-User
6
+ Licence Agreement at https://tinyfiles.io/terms.
7
+
8
+ A free tier is available with no payment and no account required to install; usage
9
+ beyond the free tier is metered per those Terms. Reading and verifying AT-1
10
+ archives are always free and never require an account.
11
+
12
+ The AT-1 decoder is separately released under the Apache-2.0 licence and lives at
13
+ https://github.com/AT1-Tinyfiles/AT-1-Public — so any .at1 file can be opened,
14
+ forever, with no dependency on this proprietary tool.
15
+
16
+ You may install and run this tool under the linked Terms. You may not decompile,
17
+ reverse-engineer, or redistribute the bundled compiled engines.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinyfiles/cli",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "description": "AT-1 / TinyFiles CLI — verified-lossless, queryable compression. Native prebuilt binary, no Python required.",
5
5
  "bin": {
6
6
  "at1": "bin/at1.cjs",
@@ -11,9 +11,9 @@
11
11
  "README.md"
12
12
  ],
13
13
  "optionalDependencies": {
14
- "@tinyfiles/cli-win32-x64": "0.1.65",
15
- "@tinyfiles/cli-linux-x64": "0.1.65",
16
- "@tinyfiles/cli-darwin-arm64": "0.1.65"
14
+ "@tinyfiles/cli-win32-x64": "0.1.66",
15
+ "@tinyfiles/cli-linux-x64": "0.1.66",
16
+ "@tinyfiles/cli-darwin-arm64": "0.1.66"
17
17
  },
18
18
  "engines": {
19
19
  "node": ">=16"
@@ -27,7 +27,7 @@
27
27
  "archive",
28
28
  "cli"
29
29
  ],
30
- "license": "UNLICENSED",
30
+ "license": "SEE LICENSE IN LICENSE",
31
31
  "homepage": "https://tinyfiles.io",
32
32
  "bugs": {
33
33
  "url": "https://github.com/AT1-Tinyfiles/AT-1-Public/issues"