File tree Expand file tree Collapse file tree 4 files changed +31
-4
lines changed
src/indexer-management/resolvers Expand file tree Collapse file tree 4 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 29
29
"@types/lodash.clonedeep" : " ^4.5.7" ,
30
30
"@types/lodash.intersection" : " ^4.4.7" ,
31
31
"@types/lodash.xor" : " ^4.5.7" ,
32
+ "@types/sequelize" : " 4.28.20" ,
32
33
"@urql/core" : " 3.1.0" ,
33
34
"@urql/exchange-execute" : " 2.1.0" ,
34
35
"axios" : " 1.6.2" ,
Original file line number Diff line number Diff line change 7
7
IndexingRuleCreationAttributes ,
8
8
} from '../models'
9
9
import { IndexerManagementDefaults , IndexerManagementResolverContext } from '../client'
10
- import { Transaction } from 'sequelize/types '
10
+ import { Transaction } from 'sequelize'
11
11
import { fetchIndexingRules } from '../rules'
12
12
import { processIdentifier } from '../../'
13
13
import groupBy from 'lodash.groupby'
Original file line number Diff line number Diff line change 4
4
"rootDir" : " src" ,
5
5
"outDir" : " dist" ,
6
6
"target" : " es2020" ,
7
- "module" : " commonjs" ,
7
+ "module" : " nodenext" ,
8
+ "moduleResolution" : " nodenext" ,
9
+ "allowSyntheticDefaultImports" : true ,
8
10
"declaration" : true ,
9
11
"sourceMap" : true ,
10
12
"esModuleInterop" : true ,
20
22
],
21
23
"resolveJsonModule" : true
22
24
},
23
- "include" : [" src/**/*.ts" ],
25
+ "include" : [
26
+ " src/**/*.ts"
27
+ ],
24
28
"exclude" : [],
25
29
"references" : []
26
30
}
Original file line number Diff line number Diff line change 2689
2689
dependencies :
2690
2690
" @babel/types" " ^7.20.7"
2691
2691
2692
+ " @types/bluebird@* " :
2693
+ version "3.5.42"
2694
+ resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.42.tgz#7ec05f1ce9986d920313c1377a5662b1b563d366"
2695
+ integrity sha512-Jhy+MWRlro6UjVi578V/4ZGNfeCOcNCp0YaFNIUGFKlImowqwb1O/22wDVk3FDGMLqxdpOV3qQHD5fPEH4hK6A==
2696
+
2692
2697
" @types/body-parser@* " :
2693
2698
version "1.19.5"
2694
2699
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.5.tgz#04ce9a3b677dc8bd681a17da1ab9835dc9d3ede4"
2711
2716
dependencies :
2712
2717
" @types/node" " *"
2713
2718
2719
+ " @types/continuation-local-storage@* " :
2720
+ version "3.2.7"
2721
+ resolved "https://registry.yarnpkg.com/@types/continuation-local-storage/-/continuation-local-storage-3.2.7.tgz#363bbeb1ef35ee2298cc371e34c74eb1b0a0b52c"
2722
+ integrity sha512-Q7dPOymVpRG5Zpz90/o26+OAqOG2Sw+FED7uQmTrJNCF/JAPTylclZofMxZKd6W7g1BDPmT9/C/jX0ZcSNTQwQ==
2723
+ dependencies :
2724
+ " @types/node" " *"
2725
+
2714
2726
2715
2727
version "2.8.14"
2716
2728
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.14.tgz#94eeb1c95eda6a8ab54870a3bf88854512f43a92"
2952
2964
" @types/mime" " ^1"
2953
2965
" @types/node" " *"
2954
2966
2967
+
2968
+ version "4.28.20"
2969
+ resolved "https://registry.yarnpkg.com/@types/sequelize/-/sequelize-4.28.20.tgz#b7313a54355f1d812cbffa0df6117a97835dbe01"
2970
+ integrity sha512-XaGOKRhdizC87hDgQ0u3btxzbejlF+t6Hhvkek1HyphqCI4y7zVBIVAGmuc4cWJqGpxusZ1RiBToHHnNK/Edlw==
2971
+ dependencies :
2972
+ " @types/bluebird" " *"
2973
+ " @types/continuation-local-storage" " *"
2974
+ " @types/lodash" " *"
2975
+ " @types/validator" " *"
2976
+
2955
2977
" @types/serve-static@* " :
2956
2978
version "1.15.7"
2957
2979
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714"
2966
2988
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
2967
2989
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
2968
2990
2969
- " @types/validator@^13.7.17 " :
2991
+ " @types/validator@* " , "@types/validator@ ^13.7.17":
2970
2992
version "13.12.2"
2971
2993
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.12.2.tgz#760329e756e18a4aab82fc502b51ebdfebbe49f5"
2972
2994
integrity sha512-6SlHBzUW8Jhf3liqrGGXyTJSIFe4nqlJ5A5KaMZ2l/vbM3Wh3KSybots/wfWVzNLK4D1NZluDlSQIbIEPx6oyA==
You can’t perform that action at this time.
0 commit comments