Skip to content

Commit 7e96340

Browse files
committed
add @libsql/core's lisence to official_api.ts
1 parent 24b611e commit 7e96340

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

get_official_api

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ UNIXMILI=$(node -e "console.log(Date.now())")
44

55
{
66
printf "// DO NOT CHANGE THIS FILE. THIS HAS BEEN AUTO GENERATED BY 'get_official_api'.\n";
7-
printf "// This file has been pulled from the main branch of @libsql/core/api to maintain 100%% compatibality with the official SDK.\n";
7+
printf "// This file has been pulled from the main branch of @libsql/core/api at %s Unix Epoch Miliseconds\n" "$UNIXMILI";
8+
printf "// to maintain 100%% compatibality with the official SDK.\n";
89
printf "\n/* LICENSE for this file\n";
910
curl -s "https://raw.githubusercontent.com/tursodatabase/libsql-client-ts/main/LICENSE";
1011
printf "\n*/\n\n";

src/official_api_1726075384172.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// DO NOT CHANGE THIS FILE. THIS HAS BEEN AUTO GENERATED BY 'get_official_api'.
2-
// This file has been pulled from the main branch of @libsql/core/api to maintain 100% compatibality with the official SDK.
2+
// This file has been pulled from the main branch of @libsql/core/api at 1726078094060 Unix Epoch Miliseconds
3+
// to maintain 100% compatibality with the official SDK.
34

45
/* LICENSE for this file
56
MIT License

0 commit comments

Comments
 (0)