@supacloud/lite 0.2.0 → 0.5.0
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/CHANGELOG.md +38 -0
- package/LICENSES/BUN-1.3.14-RUNTIME-NOTICES.txt +78 -0
- package/LICENSES/CHOWNR-BLUEOAK-1.0.0.txt +63 -0
- package/LICENSES/FS-MINIPASS-ISC.txt +15 -0
- package/LICENSES/MINIPASS-BLUEOAK-1.0.0.txt +55 -0
- package/LICENSES/MINIZLIB-MIT.txt +26 -0
- package/LICENSES/NODE-TAR-BLUEOAK-1.0.0.txt +55 -0
- package/LICENSES/YALLIST-BLUEOAK-1.0.0.txt +63 -0
- package/README.md +142 -3
- package/RELEASING.md +14 -1
- package/THIRD_PARTY_NOTICES.md +44 -0
- package/dist/cli.js +965 -104
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +867 -80
- package/dist/launcher.cjs +22 -0
- package/dist/snapshot.d.ts +41 -0
- package/dist/snapshot.d.ts.map +1 -0
- package/dist/standalone-assets-protocol.d.ts +13 -0
- package/dist/standalone-assets-protocol.d.ts.map +1 -0
- package/dist/vendor/tinbase/auth/handler.d.ts +4 -0
- package/dist/vendor/tinbase/auth/handler.d.ts.map +1 -1
- package/dist/vendor/tinbase/db/database.d.ts +5 -1
- package/dist/vendor/tinbase/db/database.d.ts.map +1 -1
- package/dist/vendor/tinbase/db/emulated.d.ts +1 -1
- package/dist/vendor/tinbase/db/emulated.d.ts.map +1 -1
- package/dist/vendor/tinbase/db/pglite-engine.d.ts.map +1 -1
- package/dist/vendor/tinbase/functions/handler.d.ts +3 -1
- package/dist/vendor/tinbase/functions/handler.d.ts.map +1 -1
- package/dist/vendor/tinbase/functions/pgredis.d.ts +26 -0
- package/dist/vendor/tinbase/functions/pgredis.d.ts.map +1 -0
- package/dist/vendor/tinbase/index.d.ts +1 -0
- package/dist/vendor/tinbase/index.d.ts.map +1 -1
- package/dist/vendor/tinbase/retention/service.d.ts.map +1 -1
- package/package.json +14 -6
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -22,3 +22,47 @@ SupaCloud Lite 使用 ElectricSQL PGlite 作为嵌入式 PostgreSQL 引擎。
|
|
|
22
22
|
## Supabase JavaScript SDK
|
|
23
23
|
|
|
24
24
|
`@supabase/supabase-js` 仅作为开发和兼容性测试依赖使用,没有 vendored 到发布产物中。
|
|
25
|
+
|
|
26
|
+
## node-tar
|
|
27
|
+
|
|
28
|
+
SupaCloud Lite 使用 `tar` 作为跨平台流式快照归档依赖,避免把完整 PGlite 数据目录加载到内存。
|
|
29
|
+
|
|
30
|
+
- Version: 7.5.22
|
|
31
|
+
- License: BlueOak-1.0.0
|
|
32
|
+
- Upstream: `https://github.com/isaacs/node-tar`
|
|
33
|
+
- Local license copy: `LICENSES/NODE-TAR-BLUEOAK-1.0.0.txt`
|
|
34
|
+
- Distribution: npm 模式作为独立依赖安装;单二进制模式编入可执行文件
|
|
35
|
+
|
|
36
|
+
### node-tar runtime dependencies
|
|
37
|
+
|
|
38
|
+
单二进制会连同 `tar` 实际使用的完整运行时依赖树一起编入可执行文件:
|
|
39
|
+
|
|
40
|
+
| Package | Version | License | Upstream | Local license copy |
|
|
41
|
+
| --- | --- | --- | --- | --- |
|
|
42
|
+
| `@isaacs/fs-minipass` | 4.0.1 | ISC | `https://github.com/npm/fs-minipass` | `LICENSES/FS-MINIPASS-ISC.txt` |
|
|
43
|
+
| `chownr` | 3.0.0 | BlueOak-1.0.0 | `https://github.com/isaacs/chownr` | `LICENSES/CHOWNR-BLUEOAK-1.0.0.txt` |
|
|
44
|
+
| `minipass` | 7.1.3 | BlueOak-1.0.0 | `https://github.com/isaacs/minipass` | `LICENSES/MINIPASS-BLUEOAK-1.0.0.txt` |
|
|
45
|
+
| `minizlib` | 3.1.0 | MIT | `https://github.com/isaacs/minizlib` | `LICENSES/MINIZLIB-MIT.txt` |
|
|
46
|
+
| `yallist` | 5.0.0 | BlueOak-1.0.0 | `https://github.com/isaacs/yallist` | `LICENSES/YALLIST-BLUEOAK-1.0.0.txt` |
|
|
47
|
+
|
|
48
|
+
## Bun runtime
|
|
49
|
+
|
|
50
|
+
SupaCloud Lite 单二进制由 Bun 1.3.14 编译并内嵌 Bun runtime,最终用户无需另外安装 Bun、Node.js 或 npm。
|
|
51
|
+
|
|
52
|
+
- Version: 1.3.14
|
|
53
|
+
- Bun license: MIT
|
|
54
|
+
- Upstream: `https://github.com/oven-sh/bun`
|
|
55
|
+
- Local runtime notice: `LICENSES/BUN-1.3.14-RUNTIME-NOTICES.txt`
|
|
56
|
+
- Notice source: Bun 1.3.14 `docs/project/license.mdx` 的逐字副本
|
|
57
|
+
- Linked-library coverage: JavaScriptCore/WebKit、`boringssl`、`brotli`、`libarchive`、`lol-html`、`mimalloc`、`picohttp`、`zstd`、`simdutf`、`tinycc`、`uSockets`、`zlib-ng`、`c-ares`、`libicu` 72、`libbase64`、Windows 上的 `libuv`、`libdeflate`、uWebSockets fork 和 Tigerbeetle IO 代码
|
|
58
|
+
- Polyfill coverage: `assert`、`browserify-zlib`、`buffer`、`constants-browserify`、`crypto-browserify`、`domain-browser`、`events`、`https-browserify`、`os-browserify`、`path-browserify`、`process`、`punycode`、`querystring-es3`、`stream-browserify`、`stream-http`、`string_decoder`、`timers-browserify`、`tty-browserify`、`url`、`util`、`vm-browserify`
|
|
59
|
+
|
|
60
|
+
Bun runtime notice 包含 JavaScriptCore/WebKit 的 LGPL-2 说明、静态链接库许可证链接及内嵌 polyfill 许可证清单;发布资产按原文分发,不以本摘要替代。
|
|
61
|
+
|
|
62
|
+
## Standalone release license bundle
|
|
63
|
+
|
|
64
|
+
GitHub Release 在校验和与 provenance 生成前同时加入以下许可证资产:
|
|
65
|
+
|
|
66
|
+
- SupaCloud Lite 自身 Apache-2.0 许可证:从 `LICENSE` 复制为 `SUPACLOUD-LITE-APACHE-2.0.txt`
|
|
67
|
+
- 本文件:`THIRD_PARTY_NOTICES.md`
|
|
68
|
+
- `LICENSES/*.txt` 下的全部第三方许可证及 runtime notices
|