File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ UNIXMILI=$(node -e "console.log(Date.now())")
4
4
5
5
{
6
6
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" ;
8
9
printf " \n/* LICENSE for this file\n" ;
9
10
curl -s " https://raw.githubusercontent.com/tursodatabase/libsql-client-ts/main/LICENSE" ;
10
11
printf " \n*/\n\n" ;
Original file line number Diff line number Diff line change 1
1
// 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.
3
4
4
5
/* LICENSE for this file
5
6
MIT License
You can’t perform that action at this time.
0 commit comments