File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/dist/datatypes/datetime.d.ts b/dist/datatypes/datetime.d.ts
2
+ index 3f9300f558bca2a95988c2f356e0b19c504e00d1..241d7fa97e09bd47001dbaca66e8080e683117b9 100644
3
+ --- a/dist/datatypes/datetime.d.ts
4
+ +++ b/dist/datatypes/datetime.d.ts
5
+ @@ -35,7 +35,6 @@ export declare class LocalTime {
6
+ valueOf(): any;
7
+ }
8
+ export declare class LocalDate {
9
+ - private readonly _date;
10
+ constructor(isoYear: number, isoMonth: number, isoDay: number);
11
+ get year(): number;
12
+ get month(): number;
Original file line number Diff line number Diff line change 61
61
"cypher-query-builder" :
" patch:[email protected] #.yarn/patches/cypher-query-builder.patch" ,
62
62
"dotenv" : " ^16.3.1" ,
63
63
"dotenv-expand" : " ^10.0.0" ,
64
- "edgedb" : " ^ 1.4.0" ,
64
+ "edgedb" : " patch:edgedb@npm%3A1.4.0#~/.yarn/patches/edgedb-npm- 1.4.0-902d833279.patch " ,
65
65
"execa" : " ^8.0.1" ,
66
66
"express" : " ^4.18.2" ,
67
67
"extensionless" : " ^1.7.0" ,
Original file line number Diff line number Diff line change @@ -5363,7 +5363,7 @@ __metadata:
5363
5363
debugger-is-attached : " npm:^1.2.0"
5364
5364
dotenv : " npm:^16.3.1"
5365
5365
dotenv-expand : " npm:^10.0.0"
5366
- edgedb : " npm:^ 1.4.0"
5366
+ edgedb : " patch:edgedb@npm%3A1.4.0#~/.yarn/patches/edgedb-npm- 1.4.0-902d833279.patch "
5367
5367
eslint : " npm:^8.52.0"
5368
5368
eslint-plugin-no-only-tests : " npm:^3.1.0"
5369
5369
eslint-plugin-typescript-sort-keys : " npm:^2.3.0"
@@ -5948,7 +5948,7 @@ __metadata:
5948
5948
languageName : node
5949
5949
linkType : hard
5950
5950
5951
- " edgedb@npm:^ 1.4.0 " :
5951
+ " edgedb@npm:1.4.0 " :
5952
5952
version : 1.4.0
5953
5953
resolution : " edgedb@npm:1.4.0"
5954
5954
bin :
@@ -5957,6 +5957,15 @@ __metadata:
5957
5957
languageName : node
5958
5958
linkType : hard
5959
5959
5960
+ " edgedb@patch:edgedb@npm%3A1.4.0#~/.yarn/patches/edgedb-npm-1.4.0-902d833279.patch " :
5961
+ version : 1.4.0
5962
+ resolution : " edgedb@patch:edgedb@npm%3A1.4.0#~/.yarn/patches/edgedb-npm-1.4.0-902d833279.patch::version=1.4.0&hash=e71bbb"
5963
+ bin :
5964
+ edgeql-js : dist/cli.js
5965
+ checksum : f6eabbf93a2e22a5b050daf7ac779eafc186297f75febbae0aa8ea2e17f09f176cee67adc937c89139082d09cf08227aec402c91a0c2f5168b677428d234425a
5966
+ languageName : node
5967
+ linkType : hard
5968
+
5960
5969
" editorconfig@npm:^1.0.3 " :
5961
5970
version : 1.0.4
5962
5971
resolution : " editorconfig@npm:1.0.4"
You can’t perform that action at this time.
0 commit comments