Skip to content

Commit 32352f5

Browse files
committed
Patch edgedb types until my (merged) upstream PR is released
1 parent ca65518 commit 32352f5

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"cypher-query-builder": "patch:[email protected]#.yarn/patches/cypher-query-builder.patch",
6262
"dotenv": "^16.3.1",
6363
"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",
6565
"execa": "^8.0.1",
6666
"express": "^4.18.2",
6767
"extensionless": "^1.7.0",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5363,7 +5363,7 @@ __metadata:
53635363
debugger-is-attached: "npm:^1.2.0"
53645364
dotenv: "npm:^16.3.1"
53655365
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"
53675367
eslint: "npm:^8.52.0"
53685368
eslint-plugin-no-only-tests: "npm:^3.1.0"
53695369
eslint-plugin-typescript-sort-keys: "npm:^2.3.0"
@@ -5948,7 +5948,7 @@ __metadata:
59485948
languageName: node
59495949
linkType: hard
59505950

5951-
"edgedb@npm:^1.4.0":
5951+
"edgedb@npm:1.4.0":
59525952
version: 1.4.0
59535953
resolution: "edgedb@npm:1.4.0"
59545954
bin:
@@ -5957,6 +5957,15 @@ __metadata:
59575957
languageName: node
59585958
linkType: hard
59595959

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+
59605969
"editorconfig@npm:^1.0.3":
59615970
version: 1.0.4
59625971
resolution: "editorconfig@npm:1.0.4"

0 commit comments

Comments
 (0)