File tree 2 files changed +14
-7
lines changed 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Nest - a typedorm module" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
- "repository" : " git@github.com:nest-dynamodb/typedorm.git" ,
7
+ "publishConfig" : {
8
+ "access" : " public"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/nest-dynamodb/typedorm.git"
13
+ },
14
+ "homepage" : " https://github.com/nest-dynamodb/typedorm" ,
8
15
"author" : " ChenNima" ,
9
16
"license" : " MIT" ,
10
17
"keywords" : [
42
49
"@typescript-eslint/parser" : " 5.53.0" ,
43
50
"aws-sdk" : " 2.1323.0" ,
44
51
"eslint" : " 8.35.0" ,
45
- "eslint-config-prettier" : " ^ 8.6.0" ,
46
- "eslint-plugin-prettier" : " ^ 4.2.1" ,
52
+ "eslint-config-prettier" : " 8.6.0" ,
53
+ "eslint-plugin-prettier" : " 4.2.1" ,
47
54
"jest" : " 29.4.3" ,
48
55
"prettier" : " 2.8.4" ,
49
56
"reflect-metadata" : " 0.1.13" ,
Original file line number Diff line number Diff line change @@ -2148,14 +2148,14 @@ escape-string-regexp@^4.0.0:
2148
2148
resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
2149
2149
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
2150
2150
2151
- eslint-config-prettier@^ 8.6.0 :
2151
+ eslint-config-prettier@8.6.0 :
2152
2152
version "8.6.0"
2153
- resolved "https://registry.npmmirror .com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
2153
+ resolved "https://registry.yarnpkg .com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
2154
2154
integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==
2155
2155
2156
- eslint-plugin-prettier@^ 4.2.1 :
2156
+ eslint-plugin-prettier@4.2.1 :
2157
2157
version "4.2.1"
2158
- resolved "https://registry.npmmirror .com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
2158
+ resolved "https://registry.yarnpkg .com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
2159
2159
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
2160
2160
dependencies :
2161
2161
prettier-linter-helpers "^1.0.0"
You can’t perform that action at this time.
0 commit comments